Shades of Medium Violet Red #DC077C
Tints of Medium Violet Red #DC077C
RGB
CMYK
RGB Variations
Color information
#DC077C (or 0xDC077C) is known color: Medium Violet Red. HEX triplet: DC, 07 and 7C. RGB value is (220,7,124). Sum of RGB (Red+Green+Blue) = 220+7+124=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 7 (3.12% from 255 or 1.99% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC077C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC077C is #23F883. Grayscale: #535353. Windows color (decimal): -2357380 or 8128476. OLE color: 8128476.
HSL color Cylindrical-coordinate representation of color #DC077C: hue angle of 327.04º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC077C is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 124 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.14 |
| HSL | 327.04º | 0.94% | 0.45% | - |
| HSV(B) | 327.04º | 0.97% | 0.86% | - |
| XYZ | 33.23 | 16.82 | 20.56 | - |
| YUV | 84.03 | 150.57 | 224.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 124 | 0 | 0.97 | 0.44 | 0.14 | 327.04 | 0.94 | 0.45 |
| Hex | DC | 7 | 7C | 0 | 61 | 2C | E | 147 | 5E | 2D |
| Octal | 334 | 7 | 174 | 0 | 141 | 54 | 16 | 507 | 136 | 55 |
| Binary | 11011100 | 111 | 1111100 | 0 | 1100001 | 101100 | 1110 | 101000111 | 1011110 | 101101 |
Color Harmonies of #DC077C
Complementary color
Monochromatic Colors of #DC077C
Black with #DC077C
Text Example
Text Example
White with #DC077C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC077C; }
p { color: rgb(220,7,124); }
H1.HeaderClassName
{
color: #DC077C;
}
.AnyTagClassName
{
color: #DC077C;
}
</style>
background-color css
<style>
a { background-color: #DC077C; }
a { background-color: rgb(220,7,124); }
div.DivClassName
{
background-color: #DC077C;
}
.BgClassName
{
background-color: #DC077C;
}
</style>
border-color css
<style>
span { border-color: #DC077C; }
span { border-color: rgb(220,7,124); }
td.TdClassName
{
border-color: #DC077C;
}
.TagClassName
{
border-color: #DC077C;
}
</style>