Shades of Medium Violet Red #DC037C
Tints of Medium Violet Red #DC037C
RGB
CMYK
RGB Variations
Color information
#DC037C (or 0xDC037C) is known color: Medium Violet Red. HEX triplet: DC, 03 and 7C. RGB value is (220,3,124). Sum of RGB (Red+Green+Blue) = 220+3+124=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC037C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC037C is #23FC83. Grayscale: #515151. Windows color (decimal): -2358404 or 8127452. OLE color: 8127452.
HSL color Cylindrical-coordinate representation of color #DC037C: hue angle of 326.54º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC037C is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 124 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.14 |
| HSL | 326.54º | 0.97% | 0.44% | - |
| HSV(B) | 326.54º | 0.99% | 0.86% | - |
| XYZ | 33.19 | 16.74 | 20.55 | - |
| YUV | 81.68 | 151.89 | 226.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 124 | 0 | 0.99 | 0.44 | 0.14 | 326.54 | 0.97 | 0.44 |
| Hex | DC | 3 | 7C | 0 | 63 | 2C | E | 147 | 61 | 2C |
| Octal | 334 | 3 | 174 | 0 | 143 | 54 | 16 | 507 | 141 | 54 |
| Binary | 11011100 | 11 | 1111100 | 0 | 1100011 | 101100 | 1110 | 101000111 | 1100001 | 101100 |
Color Harmonies of #DC037C
Complementary color
Monochromatic Colors of #DC037C
Black with #DC037C
Text Example
Text Example
White with #DC037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC037C; }
p { color: rgb(220,3,124); }
H1.HeaderClassName
{
color: #DC037C;
}
.AnyTagClassName
{
color: #DC037C;
}
</style>
background-color css
<style>
a { background-color: #DC037C; }
a { background-color: rgb(220,3,124); }
div.DivClassName
{
background-color: #DC037C;
}
.BgClassName
{
background-color: #DC037C;
}
</style>
border-color css
<style>
span { border-color: #DC037C; }
span { border-color: rgb(220,3,124); }
td.TdClassName
{
border-color: #DC037C;
}
.TagClassName
{
border-color: #DC037C;
}
</style>