Shades of Medium Violet Red #DC1197
Tints of Medium Violet Red #DC1197
RGB
CMYK
RGB Variations
Color information
#DC1197 (or 0xDC1197) is known color: Medium Violet Red. HEX triplet: DC, 11 and 97. RGB value is (220,17,151). Sum of RGB (Red+Green+Blue) = 220+17+151=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 17 (7.03% from 255 or 4.38% from 388); Blue value is 151 (59.38% from 255 or 38.92% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1197 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1197 is #23EE68. Grayscale: #5C5C5C. Windows color (decimal): -2354793 or 9900508. OLE color: 9900508.
HSL color Cylindrical-coordinate representation of color #DC1197: hue angle of 320.39º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC1197 is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 151 | - |
| CMYK | 0 | 0.92 | 0.31 | 0.14 |
| HSL | 320.39º | 0.86% | 0.46% | - |
| HSV(B) | 320.39º | 0.92% | 0.86% | - |
| XYZ | 35.3 | 17.85 | 30.86 | - |
| YUV | 92.97 | 160.75 | 218.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 151 | 0 | 0.92 | 0.31 | 0.14 | 320.39 | 0.86 | 0.46 |
| Hex | DC | 11 | 97 | 0 | 5C | 1F | E | 140 | 56 | 2E |
| Octal | 334 | 21 | 227 | 0 | 134 | 37 | 16 | 500 | 126 | 56 |
| Binary | 11011100 | 10001 | 10010111 | 0 | 1011100 | 11111 | 1110 | 101000000 | 1010110 | 101110 |
Color Harmonies of #DC1197
Complementary color
Monochromatic Colors of #DC1197
Black with #DC1197
Text Example
Text Example
White with #DC1197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1197; }
p { color: rgb(220,17,151); }
H1.HeaderClassName
{
color: #DC1197;
}
.AnyTagClassName
{
color: #DC1197;
}
</style>
background-color css
<style>
a { background-color: #DC1197; }
a { background-color: rgb(220,17,151); }
div.DivClassName
{
background-color: #DC1197;
}
.BgClassName
{
background-color: #DC1197;
}
</style>
border-color css
<style>
span { border-color: #DC1197; }
span { border-color: rgb(220,17,151); }
td.TdClassName
{
border-color: #DC1197;
}
.TagClassName
{
border-color: #DC1197;
}
</style>