#CC92FF
A light, vivid purple closely aligning with Mediumpurple.
About #CC92FF
The precise color #CC92FF is an excellent choice for modern design projects. It is closely associated with the named CSS color Mediumpurple. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 146, and 255.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 20% cyan, 43% magenta, 0% yellow, and 0% black. The HSL representation is 271.9° hue, 100.0% saturation, and 78.6% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC92FF
RGB204, 146, 255
HSL271.9°, 100.0%, 78.6%
CMYK20%, 43%, 0%, 0%
HSV271.9°, 42.7%, 100.0%
LAB69.9, 41.9, -46.1
XYZ53.2, 40.6, 99.6
Decimal13406975
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.30:1
Text on #FFFFFF
FAIL
9.12:1
Text on #000000
AAA
2.20:1
Text on #F8FAFC
FAIL
7.76:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CC92FF;
}
.text-color {
color: #CC92FF;
}
.border-color {
border: 2px solid #CC92FF;
}