#C500B6
A dark, vivid magenta closely aligning with Darkmagenta.
About #C500B6
The hex code #C500B6 represents a beautifully specific shade of magenta. Its closest recognized web color is Darkmagenta. This translates to an RGB value of rgb(197, 0, 182).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 100% M, 8% Y, and 23% K. With a hue angle of 304.6 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#C500B6
RGB197, 0, 182
HSL304.6°, 100.0%, 38.6%
CMYK0%, 100%, 8%, 23%
HSV304.6°, 100.0%, 77.3%
LAB46.0, 78.8, -42.7
XYZ31.5, 15.2, 45.5
Decimal12910774
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.19:1
Text on #FFFFFF
AA
4.05:1
Text on #000000
AA Large
4.96:1
Text on #F8FAFC
AA
3.44:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C500B6;
}
.text-color {
color: #C500B6;
}
.border-color {
border: 2px solid #C500B6;
}