Shades of Medium Violet Red #DC0579
Tints of Medium Violet Red #DC0579
RGB
CMYK
RGB Variations
Color information
#DC0579 (or 0xDC0579) is known color: Medium Violet Red. HEX triplet: DC, 05 and 79. RGB value is (220,5,121). Sum of RGB (Red+Green+Blue) = 220+5+121=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 5 (2.34% from 255 or 1.45% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0579 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0579 is #23FA86. Grayscale: #525252. Windows color (decimal): -2357895 or 7931356. OLE color: 7931356.
HSL color Cylindrical-coordinate representation of color #DC0579: hue angle of 327.63º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC0579 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 121 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.14 |
| HSL | 327.63º | 0.96% | 0.44% | - |
| HSV(B) | 327.63º | 0.98% | 0.86% | - |
| XYZ | 33.02 | 16.7 | 19.57 | - |
| YUV | 82.51 | 149.73 | 226.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 121 | 0 | 0.98 | 0.45 | 0.14 | 327.63 | 0.96 | 0.44 |
| Hex | DC | 5 | 79 | 0 | 62 | 2D | E | 148 | 60 | 2C |
| Octal | 334 | 5 | 171 | 0 | 142 | 55 | 16 | 510 | 140 | 54 |
| Binary | 11011100 | 101 | 1111001 | 0 | 1100010 | 101101 | 1110 | 101001000 | 1100000 | 101100 |
Color Harmonies of #DC0579
Complementary color
Monochromatic Colors of #DC0579
Black with #DC0579
Text Example
Text Example
White with #DC0579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0579; }
p { color: rgb(220,5,121); }
H1.HeaderClassName
{
color: #DC0579;
}
.AnyTagClassName
{
color: #DC0579;
}
</style>
background-color css
<style>
a { background-color: #DC0579; }
a { background-color: rgb(220,5,121); }
div.DivClassName
{
background-color: #DC0579;
}
.BgClassName
{
background-color: #DC0579;
}
</style>
border-color css
<style>
span { border-color: #DC0579; }
span { border-color: rgb(220,5,121); }
td.TdClassName
{
border-color: #DC0579;
}
.TagClassName
{
border-color: #DC0579;
}
</style>