Shades of Medium Violet Red #DC178C
Tints of Medium Violet Red #DC178C
RGB
CMYK
RGB Variations
Color information
#DC178C (or 0xDC178C) is known color: Medium Violet Red. HEX triplet: DC, 17 and 8C. RGB value is (220,23,140). Sum of RGB (Red+Green+Blue) = 220+23+140=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 23 (9.38% from 255 or 6.01% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC178C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC178C is #23E873. Grayscale: #5E5E5E. Windows color (decimal): -2353268 or 9181148. OLE color: 9181148.
HSL color Cylindrical-coordinate representation of color #DC178C: hue angle of 324.37º 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 #DC178C is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 140 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.14 |
| HSL | 324.37º | 0.81% | 0.48% | - |
| HSV(B) | 324.37º | 0.9% | 0.86% | - |
| XYZ | 34.56 | 17.72 | 26.41 | - |
| YUV | 95.24 | 153.27 | 216.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 140 | 0 | 0.90 | 0.36 | 0.14 | 324.37 | 0.81 | 0.48 |
| Hex | DC | 17 | 8C | 0 | 5A | 24 | E | 144 | 51 | 30 |
| Octal | 334 | 27 | 214 | 0 | 132 | 44 | 16 | 504 | 121 | 60 |
| Binary | 11011100 | 10111 | 10001100 | 0 | 1011010 | 100100 | 1110 | 101000100 | 1010001 | 110000 |
Color Harmonies of #DC178C
Complementary color
Monochromatic Colors of #DC178C
Black with #DC178C
Text Example
Text Example
White with #DC178C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC178C; }
p { color: rgb(220,23,140); }
H1.HeaderClassName
{
color: #DC178C;
}
.AnyTagClassName
{
color: #DC178C;
}
</style>
background-color css
<style>
a { background-color: #DC178C; }
a { background-color: rgb(220,23,140); }
div.DivClassName
{
background-color: #DC178C;
}
.BgClassName
{
background-color: #DC178C;
}
</style>
border-color css
<style>
span { border-color: #DC178C; }
span { border-color: rgb(220,23,140); }
td.TdClassName
{
border-color: #DC178C;
}
.TagClassName
{
border-color: #DC178C;
}
</style>