Shades of Medium Violet Red #DC1C97
Tints of Medium Violet Red #DC1C97
RGB
CMYK
RGB Variations
Color information
#DC1C97 (or 0xDC1C97) is known color: Medium Violet Red. HEX triplet: DC, 1C and 97. RGB value is (220,28,151). Sum of RGB (Red+Green+Blue) = 220+28+151=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 28 (11.33% from 255 or 7.02% from 399); Blue value is 151 (59.38% from 255 or 37.84% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1C97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1C97 is #23E368. Grayscale: #636363. Windows color (decimal): -2351977 or 9903324. OLE color: 9903324.
HSL color Cylindrical-coordinate representation of color #DC1C97: hue angle of 321.56º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC1C97 is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 28 | 151 | - |
| CMYK | 0 | 0.87 | 0.31 | 0.14 |
| HSL | 321.56º | 0.77% | 0.49% | - |
| HSV(B) | 321.56º | 0.87% | 0.86% | - |
| XYZ | 35.52 | 18.28 | 30.93 | - |
| YUV | 99.43 | 157.11 | 214 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 28 | 151 | 0 | 0.87 | 0.31 | 0.14 | 321.56 | 0.77 | 0.49 |
| Hex | DC | 1C | 97 | 0 | 57 | 1F | E | 142 | 4D | 31 |
| Octal | 334 | 34 | 227 | 0 | 127 | 37 | 16 | 502 | 115 | 61 |
| Binary | 11011100 | 11100 | 10010111 | 0 | 1010111 | 11111 | 1110 | 101000010 | 1001101 | 110001 |
Color Harmonies of #DC1C97
Complementary color
Monochromatic Colors of #DC1C97
Black with #DC1C97
Text Example
Text Example
White with #DC1C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1C97; }
p { color: rgb(220,28,151); }
H1.HeaderClassName
{
color: #DC1C97;
}
.AnyTagClassName
{
color: #DC1C97;
}
</style>
background-color css
<style>
a { background-color: #DC1C97; }
a { background-color: rgb(220,28,151); }
div.DivClassName
{
background-color: #DC1C97;
}
.BgClassName
{
background-color: #DC1C97;
}
</style>
border-color css
<style>
span { border-color: #DC1C97; }
span { border-color: rgb(220,28,151); }
td.TdClassName
{
border-color: #DC1C97;
}
.TagClassName
{
border-color: #DC1C97;
}
</style>