Shades of Medium Violet Red #DC0180
Tints of Medium Violet Red #DC0180
RGB
CMYK
RGB Variations
Color information
#DC0180 (or 0xDC0180) is known color: Medium Violet Red. HEX triplet: DC, 01 and 80. RGB value is (220,1,128). Sum of RGB (Red+Green+Blue) = 220+1+128=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 128 (50.39% from 255 or 36.68% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0180 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0180 is #23FE7F. Grayscale: #505050. Windows color (decimal): -2358912 or 8389084. OLE color: 8389084.
HSL color Cylindrical-coordinate representation of color #DC0180: hue angle of 325.21º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0180 is Cyan = 0, Magento = 1.00, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 128 | - |
| CMYK | 0 | 1.00 | 0.42 | 0.14 |
| HSL | 325.21º | 0.99% | 0.43% | - |
| HSV(B) | 325.21º | 1% | 0.86% | - |
| XYZ | 33.42 | 16.8 | 21.9 | - |
| YUV | 80.96 | 154.55 | 227.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 128 | 0 | 1.00 | 0.42 | 0.14 | 325.21 | 0.99 | 0.43 |
| Hex | DC | 1 | 80 | 0 | 64 | 2A | E | 145 | 63 | 2B |
| Octal | 334 | 1 | 200 | 0 | 144 | 52 | 16 | 505 | 143 | 53 |
| Binary | 11011100 | 1 | 10000000 | 0 | 1100100 | 101010 | 1110 | 101000101 | 1100011 | 101011 |
Color Harmonies of #DC0180
Complementary color
Monochromatic Colors of #DC0180
Black with #DC0180
Text Example
Text Example
White with #DC0180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0180; }
p { color: rgb(220,1,128); }
H1.HeaderClassName
{
color: #DC0180;
}
.AnyTagClassName
{
color: #DC0180;
}
</style>
background-color css
<style>
a { background-color: #DC0180; }
a { background-color: rgb(220,1,128); }
div.DivClassName
{
background-color: #DC0180;
}
.BgClassName
{
background-color: #DC0180;
}
</style>
border-color css
<style>
span { border-color: #DC0180; }
span { border-color: rgb(220,1,128); }
td.TdClassName
{
border-color: #DC0180;
}
.TagClassName
{
border-color: #DC0180;
}
</style>