#92425F
A medium, moderate magenta closely aligning with Palevioletred.
About #92425F
Visually, #92425F is defined as a moderate magenta. Its closest recognized web color is Palevioletred. This translates to an RGB value of rgb(146, 66, 95).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 55% Magenta, 35% Yellow, and 43% Black. 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. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#92425F
RGB146, 66, 95
HSL338.2°, 37.7%, 41.6%
CMYK0%, 55%, 35%, 43%
HSV338.2°, 54.8%, 57.3%
LAB39.3, 37.0, -0.8
XYZ15.9, 10.8, 12.1
Decimal9585247
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.63:1
Text on #FFFFFF
AA
3.17:1
Text on #000000
AA Large
6.34:1
Text on #F8FAFC
AA
2.69:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #92425F;
}
.text-color {
color: #92425F;
}
.border-color {
border: 2px solid #92425F;
}