#990F5F
A dark, vivid magenta closely aligning with Mediumvioletred.
About #990F5F
The precise color #990F5F is an excellent choice for modern design projects. It is closely associated with the named CSS color Mediumvioletred. In the RGB color space, it consists of 153 red, 15 green, and 95 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 90% magenta inks. With a hue angle of 325.2 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. 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#990F5F
RGB153, 15, 95
HSL325.2°, 82.1%, 32.9%
CMYK0%, 90%, 38%, 40%
HSV325.2°, 90.2%, 60.0%
LAB33.9, 57.5, -8.7
XYZ15.4, 7.9, 11.5
Decimal10030943
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.11:1
Text on #FFFFFF
AAA
2.59:1
Text on #000000
FAIL
7.76:1
Text on #F8FAFC
AAA
2.20:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #990F5F;
}
.text-color {
color: #990F5F;
}
.border-color {
border: 2px solid #990F5F;
}