Shades of Medium Violet Red #DC197A
Tints of Medium Violet Red #DC197A
RGB
CMYK
RGB Variations
Color information
#DC197A (or 0xDC197A) is known color: Medium Violet Red. HEX triplet: DC, 19 and 7A. RGB value is (220,25,122). Sum of RGB (Red+Green+Blue) = 220+25+122=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC197A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC197A is #23E685. Grayscale: #5E5E5E. Windows color (decimal): -2352774 or 8002012. OLE color: 8002012.
HSL color Cylindrical-coordinate representation of color #DC197A: hue angle of 330.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 #DC197A is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 25 | 122 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.14 |
| HSL | 330.15º | 0.8% | 0.48% | - |
| HSV(B) | 330.15º | 0.89% | 0.86% | - |
| XYZ | 33.38 | 17.32 | 20 | - |
| YUV | 94.36 | 143.6 | 217.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 122 | 0 | 0.89 | 0.45 | 0.14 | 330.15 | 0.8 | 0.48 |
| Hex | DC | 19 | 7A | 0 | 59 | 2D | E | 14A | 50 | 30 |
| Octal | 334 | 31 | 172 | 0 | 131 | 55 | 16 | 512 | 120 | 60 |
| Binary | 11011100 | 11001 | 1111010 | 0 | 1011001 | 101101 | 1110 | 101001010 | 1010000 | 110000 |
Color Harmonies of #DC197A
Complementary color
Monochromatic Colors of #DC197A
Black with #DC197A
Text Example
Text Example
White with #DC197A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC197A; }
p { color: rgb(220,25,122); }
H1.HeaderClassName
{
color: #DC197A;
}
.AnyTagClassName
{
color: #DC197A;
}
</style>
background-color css
<style>
a { background-color: #DC197A; }
a { background-color: rgb(220,25,122); }
div.DivClassName
{
background-color: #DC197A;
}
.BgClassName
{
background-color: #DC197A;
}
</style>
border-color css
<style>
span { border-color: #DC197A; }
span { border-color: rgb(220,25,122); }
td.TdClassName
{
border-color: #DC197A;
}
.TagClassName
{
border-color: #DC197A;
}
</style>