#C51DC5
A medium, vivid magenta closely aligning with Darkorchid.
About #C51DC5
The precise color #C51DC5 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkorchid. In the RGB color space, it consists of 197 red, 29 green, and 197 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 85% Magenta, 0% Yellow, and 23% Black. With a hue angle of 300.0 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#C51DC5
RGB197, 29, 197
HSL300.0°, 74.3%, 44.3%
CMYK0%, 85%, 0%, 23%
HSV300.0°, 85.3%, 77.3%
LAB48.0, 77.6, -48.3
XYZ33.5, 16.8, 54.3
Decimal12918213
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.82:1
Text on #FFFFFF
AA
4.36:1
Text on #000000
AA Large
4.61:1
Text on #F8FAFC
AA
3.70:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C51DC5;
}
.text-color {
color: #C51DC5;
}
.border-color {
border: 2px solid #C51DC5;
}