Shades of Medium Violet Red #D41979
Tints of Medium Violet Red #D41979
RGB
CMYK
RGB Variations
Color information
#D41979 (or 0xD41979) is known color: Medium Violet Red. HEX triplet: D4, 19 and 79. RGB value is (212,25,121). Sum of RGB (Red+Green+Blue) = 212+25+121=358 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.22% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 212 - color contains mainly: red. Hex color #D41979 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41979 is #2BE686. Grayscale: #5B5B5B. Windows color (decimal): -2877063 or 7936468. OLE color: 7936468.
HSL color Cylindrical-coordinate representation of color #D41979: hue angle of 329.2º 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 #D41979 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 25 | 121 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.17 |
| HSL | 329.2º | 0.79% | 0.46% | - |
| HSV(B) | 329.2º | 0.88% | 0.83% | - |
| XYZ | 30.95 | 16.07 | 19.56 | - |
| YUV | 91.86 | 144.45 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 25 | 121 | 0 | 0.88 | 0.43 | 0.17 | 329.2 | 0.79 | 0.46 |
| Hex | D4 | 19 | 79 | 0 | 58 | 2B | 11 | 149 | 4F | 2E |
| Octal | 324 | 31 | 171 | 0 | 130 | 53 | 21 | 511 | 117 | 56 |
| Binary | 11010100 | 11001 | 1111001 | 0 | 1011000 | 101011 | 10001 | 101001001 | 1001111 | 101110 |
Color Harmonies of #D41979
Complementary color
Monochromatic Colors of #D41979
Black with #D41979
Text Example
Text Example
White with #D41979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41979; }
p { color: rgb(212,25,121); }
H1.HeaderClassName
{
color: #D41979;
}
.AnyTagClassName
{
color: #D41979;
}
</style>
background-color css
<style>
a { background-color: #D41979; }
a { background-color: rgb(212,25,121); }
div.DivClassName
{
background-color: #D41979;
}
.BgClassName
{
background-color: #D41979;
}
</style>
border-color css
<style>
span { border-color: #D41979; }
span { border-color: rgb(212,25,121); }
td.TdClassName
{
border-color: #D41979;
}
.TagClassName
{
border-color: #D41979;
}
</style>