Shades of Medium Violet Red #DC057C
Tints of Medium Violet Red #DC057C
RGB
CMYK
RGB Variations
Color information
#DC057C (or 0xDC057C) is known color: Medium Violet Red. HEX triplet: DC, 05 and 7C. RGB value is (220,5,124). Sum of RGB (Red+Green+Blue) = 220+5+124=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 5 (2.34% from 255 or 1.43% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC057C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC057C is #23FA83. Grayscale: #525252. Windows color (decimal): -2357892 or 8127964. OLE color: 8127964.
HSL color Cylindrical-coordinate representation of color #DC057C: hue angle of 326.79º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC057C is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 124 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.14 |
| HSL | 326.79º | 0.96% | 0.44% | - |
| HSV(B) | 326.79º | 0.98% | 0.86% | - |
| XYZ | 33.21 | 16.78 | 20.56 | - |
| YUV | 82.85 | 151.23 | 225.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 124 | 0 | 0.98 | 0.44 | 0.14 | 326.79 | 0.96 | 0.44 |
| Hex | DC | 5 | 7C | 0 | 62 | 2C | E | 147 | 60 | 2C |
| Octal | 334 | 5 | 174 | 0 | 142 | 54 | 16 | 507 | 140 | 54 |
| Binary | 11011100 | 101 | 1111100 | 0 | 1100010 | 101100 | 1110 | 101000111 | 1100000 | 101100 |
Color Harmonies of #DC057C
Complementary color
Monochromatic Colors of #DC057C
Black with #DC057C
Text Example
Text Example
White with #DC057C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC057C; }
p { color: rgb(220,5,124); }
H1.HeaderClassName
{
color: #DC057C;
}
.AnyTagClassName
{
color: #DC057C;
}
</style>
background-color css
<style>
a { background-color: #DC057C; }
a { background-color: rgb(220,5,124); }
div.DivClassName
{
background-color: #DC057C;
}
.BgClassName
{
background-color: #DC057C;
}
</style>
border-color css
<style>
span { border-color: #DC057C; }
span { border-color: rgb(220,5,124); }
td.TdClassName
{
border-color: #DC057C;
}
.TagClassName
{
border-color: #DC057C;
}
</style>