Shades of Medium Violet Red #DC1179
Tints of Medium Violet Red #DC1179
RGB
CMYK
RGB Variations
Color information
#DC1179 (or 0xDC1179) is known color: Medium Violet Red. HEX triplet: DC, 11 and 79. RGB value is (220,17,121). Sum of RGB (Red+Green+Blue) = 220+17+121=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 17 (7.03% from 255 or 4.75% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1179 is #23EE86. Grayscale: #595959. Windows color (decimal): -2354823 or 7934428. OLE color: 7934428.
HSL color Cylindrical-coordinate representation of color #DC1179: hue angle of 329.26º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC1179 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 121 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.14 |
| HSL | 329.26º | 0.86% | 0.46% | - |
| HSV(B) | 329.26º | 0.92% | 0.86% | - |
| XYZ | 33.17 | 17 | 19.62 | - |
| YUV | 89.55 | 145.75 | 221.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 121 | 0 | 0.92 | 0.45 | 0.14 | 329.26 | 0.86 | 0.46 |
| Hex | DC | 11 | 79 | 0 | 5C | 2D | E | 149 | 56 | 2E |
| Octal | 334 | 21 | 171 | 0 | 134 | 55 | 16 | 511 | 126 | 56 |
| Binary | 11011100 | 10001 | 1111001 | 0 | 1011100 | 101101 | 1110 | 101001001 | 1010110 | 101110 |
Color Harmonies of #DC1179
Complementary color
Monochromatic Colors of #DC1179
Black with #DC1179
Text Example
Text Example
White with #DC1179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1179; }
p { color: rgb(220,17,121); }
H1.HeaderClassName
{
color: #DC1179;
}
.AnyTagClassName
{
color: #DC1179;
}
</style>
background-color css
<style>
a { background-color: #DC1179; }
a { background-color: rgb(220,17,121); }
div.DivClassName
{
background-color: #DC1179;
}
.BgClassName
{
background-color: #DC1179;
}
</style>
border-color css
<style>
span { border-color: #DC1179; }
span { border-color: rgb(220,17,121); }
td.TdClassName
{
border-color: #DC1179;
}
.TagClassName
{
border-color: #DC1179;
}
</style>