CSS Color Background

Medium Violet-Red

Pure CSS color background: #C71585. Use this solid color for personal and commercial creative projects.

Preview

Medium Violet-Red solid color background preview (#C71585)

Color value: #C71585

Available Resolutions

Choose any resolution to download this same solid color as JPG.

Download all sizes

CSS Code

.hero { background-color: #C71585; }

HTML Code

<section class="hero medium-violet-red-bg"> <h2>Your content</h2> </section> <style> .medium-violet-red-bg { background-color: #C71585; } </style>