Shades of Medium Violet Red #DC178E
Tints of Medium Violet Red #DC178E
RGB
CMYK
RGB Variations
Color information
#DC178E (or 0xDC178E) is known color: Medium Violet Red. HEX triplet: DC, 17 and 8E. RGB value is (220,23,142). Sum of RGB (Red+Green+Blue) = 220+23+142=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 23 (9.38% from 255 or 5.97% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC178E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC178E is #23E871. Grayscale: #5F5F5F. Windows color (decimal): -2353266 or 9312220. OLE color: 9312220.
HSL color Cylindrical-coordinate representation of color #DC178E: hue angle of 323.76º 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 #DC178E is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 142 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.14 |
| HSL | 323.76º | 0.81% | 0.48% | - |
| HSV(B) | 323.76º | 0.9% | 0.86% | - |
| XYZ | 34.7 | 17.78 | 27.19 | - |
| YUV | 95.47 | 154.27 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 142 | 0 | 0.90 | 0.35 | 0.14 | 323.76 | 0.81 | 0.48 |
| Hex | DC | 17 | 8E | 0 | 5A | 23 | E | 144 | 51 | 30 |
| Octal | 334 | 27 | 216 | 0 | 132 | 43 | 16 | 504 | 121 | 60 |
| Binary | 11011100 | 10111 | 10001110 | 0 | 1011010 | 100011 | 1110 | 101000100 | 1010001 | 110000 |
Color Harmonies of #DC178E
Complementary color
Monochromatic Colors of #DC178E
Black with #DC178E
Text Example
Text Example
White with #DC178E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC178E; }
p { color: rgb(220,23,142); }
H1.HeaderClassName
{
color: #DC178E;
}
.AnyTagClassName
{
color: #DC178E;
}
</style>
background-color css
<style>
a { background-color: #DC178E; }
a { background-color: rgb(220,23,142); }
div.DivClassName
{
background-color: #DC178E;
}
.BgClassName
{
background-color: #DC178E;
}
</style>
border-color css
<style>
span { border-color: #DC178E; }
span { border-color: rgb(220,23,142); }
td.TdClassName
{
border-color: #DC178E;
}
.TagClassName
{
border-color: #DC178E;
}
</style>