#CC00E2
A medium, vivid magenta closely aligning with Fuchsia.
About #CC00E2
At its core, #CC00E2 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Fuchsia. Its digital footprint relies on 204 parts red, 0 parts green, and 226 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 10% cyan and 100% magenta inks. With a hue angle of 294.2 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC00E2
RGB204, 0, 226
HSL294.2°, 100.0%, 44.3%
CMYK10%, 100%, 0%, 11%
HSV294.2°, 100.0%, 88.6%
LAB49.9, 86.3, -61.8
XYZ38.6, 18.3, 73.5
Decimal13369570
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.50:1
Text on #FFFFFF
AA
4.67:1
Text on #000000
AA
4.30:1
Text on #F8FAFC
AA Large
3.97:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC00E2;
}
.text-color {
color: #CC00E2;
}
.border-color {
border: 2px solid #CC00E2;
}