Shades of Medium Violet Red #DC177C
Tints of Medium Violet Red #DC177C
RGB
CMYK
RGB Variations
Color information
#DC177C (or 0xDC177C) is known color: Medium Violet Red. HEX triplet: DC, 17 and 7C. RGB value is (220,23,124). Sum of RGB (Red+Green+Blue) = 220+23+124=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 23 (9.38% from 255 or 6.27% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC177C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC177C is #23E883. Grayscale: #5D5D5D. Windows color (decimal): -2353284 or 8132572. OLE color: 8132572.
HSL color Cylindrical-coordinate representation of color #DC177C: hue angle of 329.24º 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 #DC177C is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 124 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.14 |
| HSL | 329.24º | 0.81% | 0.48% | - |
| HSV(B) | 329.24º | 0.9% | 0.86% | - |
| XYZ | 33.46 | 17.28 | 20.64 | - |
| YUV | 93.42 | 145.27 | 218.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 124 | 0 | 0.90 | 0.44 | 0.14 | 329.24 | 0.81 | 0.48 |
| Hex | DC | 17 | 7C | 0 | 5A | 2C | E | 149 | 51 | 30 |
| Octal | 334 | 27 | 174 | 0 | 132 | 54 | 16 | 511 | 121 | 60 |
| Binary | 11011100 | 10111 | 1111100 | 0 | 1011010 | 101100 | 1110 | 101001001 | 1010001 | 110000 |
Color Harmonies of #DC177C
Complementary color
Monochromatic Colors of #DC177C
Black with #DC177C
Text Example
Text Example
White with #DC177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC177C; }
p { color: rgb(220,23,124); }
H1.HeaderClassName
{
color: #DC177C;
}
.AnyTagClassName
{
color: #DC177C;
}
</style>
background-color css
<style>
a { background-color: #DC177C; }
a { background-color: rgb(220,23,124); }
div.DivClassName
{
background-color: #DC177C;
}
.BgClassName
{
background-color: #DC177C;
}
</style>
border-color css
<style>
span { border-color: #DC177C; }
span { border-color: rgb(220,23,124); }
td.TdClassName
{
border-color: #DC177C;
}
.TagClassName
{
border-color: #DC177C;
}
</style>