#992C6D
A dark, moderate magenta closely aligning with Mediumvioletred.
About #992C6D
The precise color #992C6D is an excellent choice for modern design projects. Designers often compare it to the standard color Mediumvioletred. This translates to an RGB value of rgb(153, 44, 109).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 71% M, 29% Y, and 40% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#992C6D
RGB153, 44, 109
HSL324.2°, 55.3%, 38.6%
CMYK0%, 71%, 29%, 40%
HSV324.2°, 71.2%, 60.0%
LAB37.3, 51.0, -12.5
XYZ16.8, 9.7, 15.5
Decimal10038381
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.15:1
Text on #FFFFFF
AAA
2.94:1
Text on #000000
FAIL
6.84:1
Text on #F8FAFC
AA
2.50:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #992C6D;
}
.text-color {
color: #992C6D;
}
.border-color {
border: 2px solid #992C6D;
}