To get the category title, like you'd get the post title use this.
First version prints it.
Second version just gets it (otherwise it will print it wherever you call it and it's annoying).
<?php single_cat_title(); ?>
<?php single_cat_title('', false); ?>