Shades of Medium Violet Red #DC058C
Tints of Medium Violet Red #DC058C
RGB
CMYK
RGB Variations
Color information
#DC058C (or 0xDC058C) is known color: Medium Violet Red. HEX triplet: DC, 05 and 8C. RGB value is (220,5,140). Sum of RGB (Red+Green+Blue) = 220+5+140=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 5 (2.34% from 255 or 1.37% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC058C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC058C is #23FA73. Grayscale: #545454. Windows color (decimal): -2357876 or 9176540. OLE color: 9176540.
HSL color Cylindrical-coordinate representation of color #DC058C: hue angle of 322.33º 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 #DC058C is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 140 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.14 |
| HSL | 322.33º | 0.96% | 0.44% | - |
| HSV(B) | 322.33º | 0.98% | 0.86% | - |
| XYZ | 34.3 | 17.22 | 26.33 | - |
| YUV | 84.68 | 159.23 | 224.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 140 | 0 | 0.98 | 0.36 | 0.14 | 322.33 | 0.96 | 0.44 |
| Hex | DC | 5 | 8C | 0 | 62 | 24 | E | 142 | 60 | 2C |
| Octal | 334 | 5 | 214 | 0 | 142 | 44 | 16 | 502 | 140 | 54 |
| Binary | 11011100 | 101 | 10001100 | 0 | 1100010 | 100100 | 1110 | 101000010 | 1100000 | 101100 |
Color Harmonies of #DC058C
Complementary color
Monochromatic Colors of #DC058C
Black with #DC058C
Text Example
Text Example
White with #DC058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC058C; }
p { color: rgb(220,5,140); }
H1.HeaderClassName
{
color: #DC058C;
}
.AnyTagClassName
{
color: #DC058C;
}
</style>
background-color css
<style>
a { background-color: #DC058C; }
a { background-color: rgb(220,5,140); }
div.DivClassName
{
background-color: #DC058C;
}
.BgClassName
{
background-color: #DC058C;
}
</style>
border-color css
<style>
span { border-color: #DC058C; }
span { border-color: rgb(220,5,140); }
td.TdClassName
{
border-color: #DC058C;
}
.TagClassName
{
border-color: #DC058C;
}
</style>