Shades of Medium Violet Red #DC0E7C
Tints of Medium Violet Red #DC0E7C
RGB
CMYK
RGB Variations
Color information
#DC0E7C (or 0xDC0E7C) is known color: Medium Violet Red. HEX triplet: DC, 0E and 7C. RGB value is (220,14,124). Sum of RGB (Red+Green+Blue) = 220+14+124=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 14 (5.86% from 255 or 3.91% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0E7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0E7C is #23F183. Grayscale: #575757. Windows color (decimal): -2355588 or 8130268. OLE color: 8130268.
HSL color Cylindrical-coordinate representation of color #DC0E7C: hue angle of 327.96º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0E7C is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 14 | 124 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.14 |
| HSL | 327.96º | 0.88% | 0.46% | - |
| HSV(B) | 327.96º | 0.94% | 0.86% | - |
| XYZ | 33.31 | 16.98 | 20.59 | - |
| YUV | 88.13 | 148.25 | 222.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 14 | 124 | 0 | 0.94 | 0.44 | 0.14 | 327.96 | 0.88 | 0.46 |
| Hex | DC | E | 7C | 0 | 5E | 2C | E | 148 | 58 | 2E |
| Octal | 334 | 16 | 174 | 0 | 136 | 54 | 16 | 510 | 130 | 56 |
| Binary | 11011100 | 1110 | 1111100 | 0 | 1011110 | 101100 | 1110 | 101001000 | 1011000 | 101110 |
Color Harmonies of #DC0E7C
Complementary color
Monochromatic Colors of #DC0E7C
Black with #DC0E7C
Text Example
Text Example
White with #DC0E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0E7C; }
p { color: rgb(220,14,124); }
H1.HeaderClassName
{
color: #DC0E7C;
}
.AnyTagClassName
{
color: #DC0E7C;
}
</style>
background-color css
<style>
a { background-color: #DC0E7C; }
a { background-color: rgb(220,14,124); }
div.DivClassName
{
background-color: #DC0E7C;
}
.BgClassName
{
background-color: #DC0E7C;
}
</style>
border-color css
<style>
span { border-color: #DC0E7C; }
span { border-color: rgb(220,14,124); }
td.TdClassName
{
border-color: #DC0E7C;
}
.TagClassName
{
border-color: #DC0E7C;
}
</style>