Shades of Medium Violet Red #D41973
Tints of Medium Violet Red #D41973
RGB
CMYK
RGB Variations
Color information
#D41973 (or 0xD41973) is known color: Medium Violet Red. HEX triplet: D4, 19 and 73. RGB value is (212,25,115). Sum of RGB (Red+Green+Blue) = 212+25+115=352 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.23% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 212 - color contains mainly: red. Hex color #D41973 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41973 is #2BE68C. Grayscale: #5B5B5B. Windows color (decimal): -2877069 or 7543252. OLE color: 7543252.
HSL color Cylindrical-coordinate representation of color #D41973: hue angle of 331.12º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41973 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 25 | 115 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.17 |
| HSL | 331.12º | 0.79% | 0.46% | - |
| HSV(B) | 331.12º | 0.88% | 0.83% | - |
| XYZ | 30.59 | 15.93 | 17.68 | - |
| YUV | 91.17 | 141.45 | 214.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 25 | 115 | 0 | 0.88 | 0.46 | 0.17 | 331.12 | 0.79 | 0.46 |
| Hex | D4 | 19 | 73 | 0 | 58 | 2E | 11 | 14B | 4F | 2E |
| Octal | 324 | 31 | 163 | 0 | 130 | 56 | 21 | 513 | 117 | 56 |
| Binary | 11010100 | 11001 | 1110011 | 0 | 1011000 | 101110 | 10001 | 101001011 | 1001111 | 101110 |
Color Harmonies of #D41973
Complementary color
Monochromatic Colors of #D41973
Black with #D41973
Text Example
Text Example
White with #D41973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41973; }
p { color: rgb(212,25,115); }
H1.HeaderClassName
{
color: #D41973;
}
.AnyTagClassName
{
color: #D41973;
}
</style>
background-color css
<style>
a { background-color: #D41973; }
a { background-color: rgb(212,25,115); }
div.DivClassName
{
background-color: #D41973;
}
.BgClassName
{
background-color: #D41973;
}
</style>
border-color css
<style>
span { border-color: #D41973; }
span { border-color: rgb(212,25,115); }
td.TdClassName
{
border-color: #D41973;
}
.TagClassName
{
border-color: #D41973;
}
</style>