#CC00BD
A medium, vivid magenta closely aligning with Darkorchid.
About #CC00BD
Visually, #CC00BD is defined as a vivid magenta. Its closest recognized web color is Darkorchid. In the RGB color space, it consists of 204 red, 0 green, and 189 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 100% magenta, 7% yellow, and 20% black. The HSL representation is 304.4° hue, 100.0% saturation, and 40.0% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CC00BD
RGB204, 0, 189
HSL304.4°, 100.0%, 40.0%
CMYK0%, 100%, 7%, 20%
HSV304.4°, 100.0%, 80.0%
LAB47.6, 80.9, -44.1
XYZ34.1, 16.5, 49.5
Decimal13369533
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.88:1
Text on #FFFFFF
AA
4.30:1
Text on #000000
AA Large
4.67:1
Text on #F8FAFC
AA
3.66:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC00BD;
}
.text-color {
color: #CC00BD;
}
.border-color {
border: 2px solid #CC00BD;
}