Shades of Medium Violet Red #DC1994
Tints of Medium Violet Red #DC1994
RGB
CMYK
RGB Variations
Color information
#DC1994 (or 0xDC1994) is known color: Medium Violet Red. HEX triplet: DC, 19 and 94. RGB value is (220,25,148). Sum of RGB (Red+Green+Blue) = 220+25+148=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 25 (10.16% from 255 or 6.36% from 393); Blue value is 148 (58.20% from 255 or 37.66% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1994 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1994 is #23E66B. Grayscale: #616161. Windows color (decimal): -2352748 or 9705948. OLE color: 9705948.
HSL color Cylindrical-coordinate representation of color #DC1994: hue angle of 322.15º 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 #DC1994 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 25 | 148 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.14 |
| HSL | 322.15º | 0.8% | 0.48% | - |
| HSV(B) | 322.15º | 0.89% | 0.86% | - |
| XYZ | 35.21 | 18.05 | 29.65 | - |
| YUV | 97.33 | 156.6 | 215.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 148 | 0 | 0.89 | 0.33 | 0.14 | 322.15 | 0.8 | 0.48 |
| Hex | DC | 19 | 94 | 0 | 59 | 21 | E | 142 | 50 | 30 |
| Octal | 334 | 31 | 224 | 0 | 131 | 41 | 16 | 502 | 120 | 60 |
| Binary | 11011100 | 11001 | 10010100 | 0 | 1011001 | 100001 | 1110 | 101000010 | 1010000 | 110000 |
Color Harmonies of #DC1994
Complementary color
Monochromatic Colors of #DC1994
Black with #DC1994
Text Example
Text Example
White with #DC1994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1994; }
p { color: rgb(220,25,148); }
H1.HeaderClassName
{
color: #DC1994;
}
.AnyTagClassName
{
color: #DC1994;
}
</style>
background-color css
<style>
a { background-color: #DC1994; }
a { background-color: rgb(220,25,148); }
div.DivClassName
{
background-color: #DC1994;
}
.BgClassName
{
background-color: #DC1994;
}
</style>
border-color css
<style>
span { border-color: #DC1994; }
span { border-color: rgb(220,25,148); }
td.TdClassName
{
border-color: #DC1994;
}
.TagClassName
{
border-color: #DC1994;
}
</style>