#CC49FF
A light, vivid purple closely aligning with Darkviolet.
About #CC49FF
When working with digital screens, the color #CC49FF is rendered by mixing light. Designers often compare it to the standard color Darkviolet. This translates to an RGB value of rgb(204, 73, 255).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 20% C, 71% M, 0% Y, and 0% K. With a hue angle of 283.2 degrees, it sits comfortably in the purple spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CC49FF
RGB204, 73, 255
HSL283.2°, 100.0%, 64.3%
CMYK20%, 71%, 0%, 0%
HSV283.2°, 71.4%, 100.0%
LAB56.9, 76.4, -66.8
XYZ45.3, 24.8, 97.0
Decimal13388287
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.52:1
Text on #FFFFFF
AA Large
5.96:1
Text on #000000
AA
3.37:1
Text on #F8FAFC
AA Large
5.07:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC49FF;
}
.text-color {
color: #CC49FF;
}
.border-color {
border: 2px solid #CC49FF;
}