#CC6699
A light, moderate magenta closely aligning with Palevioletred.
About #CC6699
Visually, #CC6699 is defined as a moderate magenta. It is closely associated with the named CSS color Palevioletred. In the RGB color space, it consists of 204 red, 102 green, and 153 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 50% magenta inks. The HSL representation is 330.0° hue, 50.0% saturation, and 60.0% lightness.
Contrast ratios determine whether this color is safe for typography. 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#CC6699
RGB204, 102, 153
HSL330.0°, 50.0%, 60.0%
CMYK0%, 50%, 25%, 20%
HSV330.0°, 50.0%, 80.0%
LAB56.7, 46.3, -9.0
XYZ35.4, 24.6, 33.0
Decimal13395609
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.54:1
Text on #FFFFFF
AA Large
5.93:1
Text on #000000
AA
3.39:1
Text on #F8FAFC
AA Large
5.04:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC6699;
}
.text-color {
color: #CC6699;
}
.border-color {
border: 2px solid #CC6699;
}