Shades of Medium Violet Red #DC1780
Tints of Medium Violet Red #DC1780
RGB
CMYK
RGB Variations
Color information
#DC1780 (or 0xDC1780) is known color: Medium Violet Red. HEX triplet: DC, 17 and 80. RGB value is (220,23,128). Sum of RGB (Red+Green+Blue) = 220+23+128=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 23 (9.38% from 255 or 6.20% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1780 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1780 is #23E87F. Grayscale: #5D5D5D. Windows color (decimal): -2353280 or 8394716. OLE color: 8394716.
HSL color Cylindrical-coordinate representation of color #DC1780: hue angle of 328.02º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1780 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 128 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.14 |
| HSL | 328.02º | 0.81% | 0.48% | - |
| HSV(B) | 328.02º | 0.9% | 0.86% | - |
| XYZ | 33.72 | 17.39 | 22 | - |
| YUV | 93.87 | 147.27 | 217.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 128 | 0 | 0.90 | 0.42 | 0.14 | 328.02 | 0.81 | 0.48 |
| Hex | DC | 17 | 80 | 0 | 5A | 2A | E | 148 | 51 | 30 |
| Octal | 334 | 27 | 200 | 0 | 132 | 52 | 16 | 510 | 121 | 60 |
| Binary | 11011100 | 10111 | 10000000 | 0 | 1011010 | 101010 | 1110 | 101001000 | 1010001 | 110000 |
Color Harmonies of #DC1780
Complementary color
Monochromatic Colors of #DC1780
Black with #DC1780
Text Example
Text Example
White with #DC1780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1780; }
p { color: rgb(220,23,128); }
H1.HeaderClassName
{
color: #DC1780;
}
.AnyTagClassName
{
color: #DC1780;
}
</style>
background-color css
<style>
a { background-color: #DC1780; }
a { background-color: rgb(220,23,128); }
div.DivClassName
{
background-color: #DC1780;
}
.BgClassName
{
background-color: #DC1780;
}
</style>
border-color css
<style>
span { border-color: #DC1780; }
span { border-color: rgb(220,23,128); }
td.TdClassName
{
border-color: #DC1780;
}
.TagClassName
{
border-color: #DC1780;
}
</style>