#CC3AB6
A medium, moderate magenta closely aligning with Mediumorchid.
About #CC3AB6
When working with digital screens, the color #CC3AB6 is rendered by mixing light. Designers often compare it to the standard color Mediumorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 58, and 182.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 72% M, 11% Y, and 20% K. The HSL representation is 309.0° hue, 58.9% saturation, and 51.4% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC3AB6
RGB204, 58, 182
HSL309.0°, 58.9%, 51.4%
CMYK0%, 72%, 11%, 20%
HSV309.0°, 71.6%, 80.0%
LAB51.0, 69.2, -34.8
XYZ34.9, 19.2, 46.1
Decimal13384374
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.33:1
Text on #FFFFFF
AA Large
4.85:1
Text on #000000
AA
4.14:1
Text on #F8FAFC
AA Large
4.12:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC3AB6;
}
.text-color {
color: #CC3AB6;
}
.border-color {
border: 2px solid #CC3AB6;
}