Shades of Medium Violet Red #DC1993
Tints of Medium Violet Red #DC1993
RGB
CMYK
RGB Variations
Color information
#DC1993 (or 0xDC1993) is known color: Medium Violet Red. HEX triplet: DC, 19 and 93. RGB value is (220,25,147). Sum of RGB (Red+Green+Blue) = 220+25+147=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 25 (10.16% from 255 or 6.38% from 392); Blue value is 147 (57.81% from 255 or 37.5% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1993 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1993 is #23E66C. Grayscale: #606060. Windows color (decimal): -2352749 or 9640412. OLE color: 9640412.
HSL color Cylindrical-coordinate representation of color #DC1993: hue angle of 322.46º 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 #DC1993 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 25 | 147 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.14 |
| HSL | 322.46º | 0.8% | 0.48% | - |
| HSV(B) | 322.46º | 0.89% | 0.86% | - |
| XYZ | 35.13 | 18.02 | 29.23 | - |
| YUV | 97.21 | 156.1 | 215.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 147 | 0 | 0.89 | 0.33 | 0.14 | 322.46 | 0.8 | 0.48 |
| Hex | DC | 19 | 93 | 0 | 59 | 21 | E | 142 | 50 | 30 |
| Octal | 334 | 31 | 223 | 0 | 131 | 41 | 16 | 502 | 120 | 60 |
| Binary | 11011100 | 11001 | 10010011 | 0 | 1011001 | 100001 | 1110 | 101000010 | 1010000 | 110000 |
Color Harmonies of #DC1993
Complementary color
Monochromatic Colors of #DC1993
Black with #DC1993
Text Example
Text Example
White with #DC1993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1993; }
p { color: rgb(220,25,147); }
H1.HeaderClassName
{
color: #DC1993;
}
.AnyTagClassName
{
color: #DC1993;
}
</style>
background-color css
<style>
a { background-color: #DC1993; }
a { background-color: rgb(220,25,147); }
div.DivClassName
{
background-color: #DC1993;
}
.BgClassName
{
background-color: #DC1993;
}
</style>
border-color css
<style>
span { border-color: #DC1993; }
span { border-color: rgb(220,25,147); }
td.TdClassName
{
border-color: #DC1993;
}
.TagClassName
{
border-color: #DC1993;
}
</style>