CSS Color Background

Red-Violet

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

Preview

Red-Violet 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 red-violet-bg"> <h2>Your content</h2> </section> <style> .red-violet-bg { background-color: #C71585; } </style>