#CC33E2
A medium, vivid magenta closely aligning with Darkorchid.
About #CC33E2
When working with digital screens, the color #CC33E2 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkorchid. In the RGB color space, it consists of 204 red, 51 green, and 226 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 10% Cyan, 77% Magenta, 0% Yellow, and 11% Black. The HSL representation is 292.5° hue, 75.1% saturation, and 54.3% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CC33E2
RGB204, 51, 226
HSL292.5°, 75.1%, 54.3%
CMYK10%, 77%, 0%, 11%
HSV292.5°, 77.4%, 88.6%
LAB52.6, 78.4, -57.4
XYZ39.8, 20.7, 73.8
Decimal13382626
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.09:1
Text on #FFFFFF
AA Large
5.14:1
Text on #000000
AA
3.91:1
Text on #F8FAFC
AA Large
4.37:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC33E2;
}
.text-color {
color: #CC33E2;
}
.border-color {
border: 2px solid #CC33E2;
}