Shades of Medium Violet Red #DC179A
Tints of Medium Violet Red #DC179A
RGB
CMYK
RGB Variations
Color information
#DC179A (or 0xDC179A) is known color: Medium Violet Red. HEX triplet: DC, 17 and 9A. RGB value is (220,23,154). Sum of RGB (Red+Green+Blue) = 220+23+154=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 23 (9.38% from 255 or 5.79% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC179A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC179A is #23E865. Grayscale: #606060. Windows color (decimal): -2353254 or 10098652. OLE color: 10098652.
HSL color Cylindrical-coordinate representation of color #DC179A: hue angle of 320.1º 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 #DC179A is Cyan = 0, Magento = 0.90, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 154 | - |
| CMYK | 0 | 0.90 | 0.3 | 0.14 |
| HSL | 320.1º | 0.81% | 0.48% | - |
| HSV(B) | 320.1º | 0.9% | 0.86% | - |
| XYZ | 35.65 | 18.16 | 32.2 | - |
| YUV | 96.84 | 160.27 | 215.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 154 | 0 | 0.90 | 0.3 | 0.14 | 320.1 | 0.81 | 0.48 |
| Hex | DC | 17 | 9A | 0 | 5A | 1E | E | 140 | 51 | 30 |
| Octal | 334 | 27 | 232 | 0 | 132 | 36 | 16 | 500 | 121 | 60 |
| Binary | 11011100 | 10111 | 10011010 | 0 | 1011010 | 11110 | 1110 | 101000000 | 1010001 | 110000 |
Color Harmonies of #DC179A
Complementary color
Monochromatic Colors of #DC179A
Black with #DC179A
Text Example
Text Example
White with #DC179A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC179A; }
p { color: rgb(220,23,154); }
H1.HeaderClassName
{
color: #DC179A;
}
.AnyTagClassName
{
color: #DC179A;
}
</style>
background-color css
<style>
a { background-color: #DC179A; }
a { background-color: rgb(220,23,154); }
div.DivClassName
{
background-color: #DC179A;
}
.BgClassName
{
background-color: #DC179A;
}
</style>
border-color css
<style>
span { border-color: #DC179A; }
span { border-color: rgb(220,23,154); }
td.TdClassName
{
border-color: #DC179A;
}
.TagClassName
{
border-color: #DC179A;
}
</style>