Shades of Medium Violet Red #DC1992
Tints of Medium Violet Red #DC1992
RGB
CMYK
RGB Variations
Color information
#DC1992 (or 0xDC1992) is known color: Medium Violet Red. HEX triplet: DC, 19 and 92. RGB value is (220,25,146). Sum of RGB (Red+Green+Blue) = 220+25+146=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 25 (10.16% from 255 or 6.39% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1992 is #23E66D. Grayscale: #606060. Windows color (decimal): -2352750 or 9574876. OLE color: 9574876.
HSL color Cylindrical-coordinate representation of color #DC1992: hue angle of 322.77º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC1992 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 25 | 146 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.14 |
| HSL | 322.77º | 0.8% | 0.48% | - |
| HSV(B) | 322.77º | 0.89% | 0.86% | - |
| XYZ | 35.05 | 17.99 | 28.82 | - |
| YUV | 97.1 | 155.6 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 146 | 0 | 0.89 | 0.34 | 0.14 | 322.77 | 0.8 | 0.48 |
| Hex | DC | 19 | 92 | 0 | 59 | 22 | E | 143 | 50 | 30 |
| Octal | 334 | 31 | 222 | 0 | 131 | 42 | 16 | 503 | 120 | 60 |
| Binary | 11011100 | 11001 | 10010010 | 0 | 1011001 | 100010 | 1110 | 101000011 | 1010000 | 110000 |
Color Harmonies of #DC1992
Complementary color
Monochromatic Colors of #DC1992
Black with #DC1992
Text Example
Text Example
White with #DC1992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1992; }
p { color: rgb(220,25,146); }
H1.HeaderClassName
{
color: #DC1992;
}
.AnyTagClassName
{
color: #DC1992;
}
</style>
background-color css
<style>
a { background-color: #DC1992; }
a { background-color: rgb(220,25,146); }
div.DivClassName
{
background-color: #DC1992;
}
.BgClassName
{
background-color: #DC1992;
}
</style>
border-color css
<style>
span { border-color: #DC1992; }
span { border-color: rgb(220,25,146); }
td.TdClassName
{
border-color: #DC1992;
}
.TagClassName
{
border-color: #DC1992;
}
</style>