Shades of Medium Violet Red #DC1C9F
Tints of Medium Violet Red #DC1C9F
RGB
CMYK
RGB Variations
Color information
#DC1C9F (or 0xDC1C9F) is known color: Medium Violet Red. HEX triplet: DC, 1C and 9F. RGB value is (220,28,159). Sum of RGB (Red+Green+Blue) = 220+28+159=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 28 (11.33% from 255 or 6.88% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1C9F is #23E360. Grayscale: #646464. Windows color (decimal): -2351969 or 10427612. OLE color: 10427612.
HSL color Cylindrical-coordinate representation of color #DC1C9F: hue angle of 319.06º 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 #DC1C9F is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 28 | 159 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.14 |
| HSL | 319.06º | 0.77% | 0.49% | - |
| HSV(B) | 319.06º | 0.87% | 0.86% | - |
| XYZ | 36.19 | 18.55 | 34.47 | - |
| YUV | 100.34 | 161.11 | 213.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 28 | 159 | 0 | 0.87 | 0.28 | 0.14 | 319.06 | 0.77 | 0.49 |
| Hex | DC | 1C | 9F | 0 | 57 | 1C | E | 13F | 4D | 31 |
| Octal | 334 | 34 | 237 | 0 | 127 | 34 | 16 | 477 | 115 | 61 |
| Binary | 11011100 | 11100 | 10011111 | 0 | 1010111 | 11100 | 1110 | 100111111 | 1001101 | 110001 |
Color Harmonies of #DC1C9F
Complementary color
Monochromatic Colors of #DC1C9F
Black with #DC1C9F
Text Example
Text Example
White with #DC1C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1C9F; }
p { color: rgb(220,28,159); }
H1.HeaderClassName
{
color: #DC1C9F;
}
.AnyTagClassName
{
color: #DC1C9F;
}
</style>
background-color css
<style>
a { background-color: #DC1C9F; }
a { background-color: rgb(220,28,159); }
div.DivClassName
{
background-color: #DC1C9F;
}
.BgClassName
{
background-color: #DC1C9F;
}
</style>
border-color css
<style>
span { border-color: #DC1C9F; }
span { border-color: rgb(220,28,159); }
td.TdClassName
{
border-color: #DC1C9F;
}
.TagClassName
{
border-color: #DC1C9F;
}
</style>