Shades of Medium Violet Red #DC1078
Tints of Medium Violet Red #DC1078
RGB
CMYK
RGB Variations
Color information
#DC1078 (or 0xDC1078) is known color: Medium Violet Red. HEX triplet: DC, 10 and 78. RGB value is (220,16,120). Sum of RGB (Red+Green+Blue) = 220+16+120=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 16 (6.64% from 255 or 4.49% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1078 is #23EF87. Grayscale: #585858. Windows color (decimal): -2355080 or 7868636. OLE color: 7868636.
HSL color Cylindrical-coordinate representation of color #DC1078: hue angle of 329.41º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC1078 is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 120 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.14 |
| HSL | 329.41º | 0.86% | 0.46% | - |
| HSV(B) | 329.41º | 0.93% | 0.86% | - |
| XYZ | 33.09 | 16.94 | 19.3 | - |
| YUV | 88.85 | 145.59 | 221.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 120 | 0 | 0.93 | 0.45 | 0.14 | 329.41 | 0.86 | 0.46 |
| Hex | DC | 10 | 78 | 0 | 5D | 2D | E | 149 | 56 | 2E |
| Octal | 334 | 20 | 170 | 0 | 135 | 55 | 16 | 511 | 126 | 56 |
| Binary | 11011100 | 10000 | 1111000 | 0 | 1011101 | 101101 | 1110 | 101001001 | 1010110 | 101110 |
Color Harmonies of #DC1078
Complementary color
Monochromatic Colors of #DC1078
Black with #DC1078
Text Example
Text Example
White with #DC1078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1078; }
p { color: rgb(220,16,120); }
H1.HeaderClassName
{
color: #DC1078;
}
.AnyTagClassName
{
color: #DC1078;
}
</style>
background-color css
<style>
a { background-color: #DC1078; }
a { background-color: rgb(220,16,120); }
div.DivClassName
{
background-color: #DC1078;
}
.BgClassName
{
background-color: #DC1078;
}
</style>
border-color css
<style>
span { border-color: #DC1078; }
span { border-color: rgb(220,16,120); }
td.TdClassName
{
border-color: #DC1078;
}
.TagClassName
{
border-color: #DC1078;
}
</style>