Shades of Medium Violet Red #DC1979
Tints of Medium Violet Red #DC1979
RGB
CMYK
RGB Variations
Color information
#DC1979 (or 0xDC1979) is known color: Medium Violet Red. HEX triplet: DC, 19 and 79. RGB value is (220,25,121). Sum of RGB (Red+Green+Blue) = 220+25+121=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1979 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1979 is #23E686. Grayscale: #5E5E5E. Windows color (decimal): -2352775 or 7936476. OLE color: 7936476.
HSL color Cylindrical-coordinate representation of color #DC1979: hue angle of 330.46º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC1979 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 25 | 121 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.14 |
| HSL | 330.46º | 0.8% | 0.48% | - |
| HSV(B) | 330.46º | 0.89% | 0.86% | - |
| XYZ | 33.31 | 17.29 | 19.67 | - |
| YUV | 94.25 | 143.1 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 121 | 0 | 0.89 | 0.45 | 0.14 | 330.46 | 0.8 | 0.48 |
| Hex | DC | 19 | 79 | 0 | 59 | 2D | E | 14A | 50 | 30 |
| Octal | 334 | 31 | 171 | 0 | 131 | 55 | 16 | 512 | 120 | 60 |
| Binary | 11011100 | 11001 | 1111001 | 0 | 1011001 | 101101 | 1110 | 101001010 | 1010000 | 110000 |
Color Harmonies of #DC1979
Complementary color
Monochromatic Colors of #DC1979
Black with #DC1979
Text Example
Text Example
White with #DC1979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1979; }
p { color: rgb(220,25,121); }
H1.HeaderClassName
{
color: #DC1979;
}
.AnyTagClassName
{
color: #DC1979;
}
</style>
background-color css
<style>
a { background-color: #DC1979; }
a { background-color: rgb(220,25,121); }
div.DivClassName
{
background-color: #DC1979;
}
.BgClassName
{
background-color: #DC1979;
}
</style>
border-color css
<style>
span { border-color: #DC1979; }
span { border-color: rgb(220,25,121); }
td.TdClassName
{
border-color: #DC1979;
}
.TagClassName
{
border-color: #DC1979;
}
</style>