Shades of Medium Violet Red #DC117C
Tints of Medium Violet Red #DC117C
RGB
CMYK
RGB Variations
Color information
#DC117C (or 0xDC117C) is known color: Medium Violet Red. HEX triplet: DC, 11 and 7C. RGB value is (220,17,124). Sum of RGB (Red+Green+Blue) = 220+17+124=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC117C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC117C is #23EE83. Grayscale: #595959. Windows color (decimal): -2354820 or 8131036. OLE color: 8131036.
HSL color Cylindrical-coordinate representation of color #DC117C: hue angle of 328.37º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC117C is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 124 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.14 |
| HSL | 328.37º | 0.86% | 0.46% | - |
| HSV(B) | 328.37º | 0.92% | 0.86% | - |
| XYZ | 33.35 | 17.07 | 20.61 | - |
| YUV | 89.9 | 147.25 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 124 | 0 | 0.92 | 0.44 | 0.14 | 328.37 | 0.86 | 0.46 |
| Hex | DC | 11 | 7C | 0 | 5C | 2C | E | 148 | 56 | 2E |
| Octal | 334 | 21 | 174 | 0 | 134 | 54 | 16 | 510 | 126 | 56 |
| Binary | 11011100 | 10001 | 1111100 | 0 | 1011100 | 101100 | 1110 | 101001000 | 1010110 | 101110 |
Color Harmonies of #DC117C
Complementary color
Monochromatic Colors of #DC117C
Black with #DC117C
Text Example
Text Example
White with #DC117C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC117C; }
p { color: rgb(220,17,124); }
H1.HeaderClassName
{
color: #DC117C;
}
.AnyTagClassName
{
color: #DC117C;
}
</style>
background-color css
<style>
a { background-color: #DC117C; }
a { background-color: rgb(220,17,124); }
div.DivClassName
{
background-color: #DC117C;
}
.BgClassName
{
background-color: #DC117C;
}
</style>
border-color css
<style>
span { border-color: #DC117C; }
span { border-color: rgb(220,17,124); }
td.TdClassName
{
border-color: #DC117C;
}
.TagClassName
{
border-color: #DC117C;
}
</style>