Shades of Medium Violet Red #DC179C
Tints of Medium Violet Red #DC179C
RGB
CMYK
RGB Variations
Color information
#DC179C (or 0xDC179C) is known color: Medium Violet Red. HEX triplet: DC, 17 and 9C. RGB value is (220,23,156). Sum of RGB (Red+Green+Blue) = 220+23+156=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 23 (9.38% from 255 or 5.76% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC179C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC179C is #23E863. Grayscale: #606060. Windows color (decimal): -2353252 or 10229724. OLE color: 10229724.
HSL color Cylindrical-coordinate representation of color #DC179C: hue angle of 319.49º 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 #DC179C is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 156 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.14 |
| HSL | 319.49º | 0.81% | 0.48% | - |
| HSV(B) | 319.49º | 0.9% | 0.86% | - |
| XYZ | 35.82 | 18.23 | 33.08 | - |
| YUV | 97.07 | 161.27 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 156 | 0 | 0.90 | 0.29 | 0.14 | 319.49 | 0.81 | 0.48 |
| Hex | DC | 17 | 9C | 0 | 5A | 1D | E | 13F | 51 | 30 |
| Octal | 334 | 27 | 234 | 0 | 132 | 35 | 16 | 477 | 121 | 60 |
| Binary | 11011100 | 10111 | 10011100 | 0 | 1011010 | 11101 | 1110 | 100111111 | 1010001 | 110000 |
Color Harmonies of #DC179C
Complementary color
Monochromatic Colors of #DC179C
Black with #DC179C
Text Example
Text Example
White with #DC179C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC179C; }
p { color: rgb(220,23,156); }
H1.HeaderClassName
{
color: #DC179C;
}
.AnyTagClassName
{
color: #DC179C;
}
</style>
background-color css
<style>
a { background-color: #DC179C; }
a { background-color: rgb(220,23,156); }
div.DivClassName
{
background-color: #DC179C;
}
.BgClassName
{
background-color: #DC179C;
}
</style>
border-color css
<style>
span { border-color: #DC179C; }
span { border-color: rgb(220,23,156); }
td.TdClassName
{
border-color: #DC179C;
}
.TagClassName
{
border-color: #DC179C;
}
</style>