Shades of Medium Violet Red #DC0078
Tints of Medium Violet Red #DC0078
RGB
CMYK
RGB Variations
Color information
#DC0078 (or 0xDC0078) is known color: Medium Violet Red. HEX triplet: DC, 00 and 78. RGB value is (220,0,120). Sum of RGB (Red+Green+Blue) = 220+0+120=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0078 is #23FF87. Grayscale: #4F4F4F. Windows color (decimal): -2359176 or 7864540. OLE color: 7864540.
HSL color Cylindrical-coordinate representation of color #DC0078: hue angle of 327.27º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0078 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 120 | - |
| CMYK | 0 | 1 | 0.45 | 0.14 |
| HSL | 327.27º | 1% | 0.43% | - |
| HSV(B) | 327.27º | 1% | 0.86% | - |
| XYZ | 32.91 | 16.57 | 19.23 | - |
| YUV | 79.46 | 150.89 | 228.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 120 | 0 | 1 | 0.45 | 0.14 | 327.27 | 1 | 0.43 |
| Hex | DC | 0 | 78 | 0 | 64 | 2D | E | 147 | 64 | 2B |
| Octal | 334 | 0 | 170 | 0 | 144 | 55 | 16 | 507 | 144 | 53 |
| Binary | 11011100 | 0 | 1111000 | 0 | 1100100 | 101101 | 1110 | 101000111 | 1100100 | 101011 |
Color Harmonies of #DC0078
Complementary color
Monochromatic Colors of #DC0078
Black with #DC0078
Text Example
Text Example
White with #DC0078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0078; }
p { color: rgb(220,0,120); }
H1.HeaderClassName
{
color: #DC0078;
}
.AnyTagClassName
{
color: #DC0078;
}
</style>
background-color css
<style>
a { background-color: #DC0078; }
a { background-color: rgb(220,0,120); }
div.DivClassName
{
background-color: #DC0078;
}
.BgClassName
{
background-color: #DC0078;
}
</style>
border-color css
<style>
span { border-color: #DC0078; }
span { border-color: rgb(220,0,120); }
td.TdClassName
{
border-color: #DC0078;
}
.TagClassName
{
border-color: #DC0078;
}
</style>