#CC0FB6
A medium, vivid magenta closely aligning with Mediumorchid.
About #CC0FB6
Visually, #CC0FB6 is defined as a vivid magenta. Designers often compare it to the standard color Mediumorchid. Its digital footprint relies on 204 parts red, 15 parts green, and 182 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 93% Magenta, 11% Yellow, and 20% Black. The HSL representation is 307.0° hue, 86.3% saturation, and 42.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#CC0FB6
RGB204, 15, 182
HSL307.0°, 86.3%, 42.9%
CMYK0%, 93%, 11%, 20%
HSV307.0°, 92.6%, 80.0%
LAB47.7, 78.7, -39.9
XYZ33.5, 16.6, 45.7
Decimal13373366
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.87:1
Text on #FFFFFF
AA
4.31:1
Text on #000000
AA Large
4.66:1
Text on #F8FAFC
AA
3.67:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC0FB6;
}
.text-color {
color: #CC0FB6;
}
.border-color {
border: 2px solid #CC0FB6;
}