Shades of Medium Violet Red #DC1A9F
Tints of Medium Violet Red #DC1A9F
RGB
CMYK
RGB Variations
Color information
#DC1A9F (or 0xDC1A9F) is known color: Medium Violet Red. HEX triplet: DC, 1A and 9F. RGB value is (220,26,159). Sum of RGB (Red+Green+Blue) = 220+26+159=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 26 (10.55% from 255 or 6.42% from 405); Blue value is 159 (62.5% from 255 or 39.26% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1A9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1A9F is #23E560. Grayscale: #626262. Windows color (decimal): -2352481 or 10427100. OLE color: 10427100.
HSL color Cylindrical-coordinate representation of color #DC1A9F: hue angle of 318.87º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1A9F is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 26 | 159 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.14 |
| HSL | 318.87º | 0.79% | 0.48% | - |
| HSV(B) | 318.87º | 0.88% | 0.86% | - |
| XYZ | 36.14 | 18.46 | 34.46 | - |
| YUV | 99.17 | 161.77 | 214.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 26 | 159 | 0 | 0.88 | 0.28 | 0.14 | 318.87 | 0.79 | 0.48 |
| Hex | DC | 1A | 9F | 0 | 58 | 1C | E | 13F | 4F | 30 |
| Octal | 334 | 32 | 237 | 0 | 130 | 34 | 16 | 477 | 117 | 60 |
| Binary | 11011100 | 11010 | 10011111 | 0 | 1011000 | 11100 | 1110 | 100111111 | 1001111 | 110000 |
Color Harmonies of #DC1A9F
Complementary color
Monochromatic Colors of #DC1A9F
Black with #DC1A9F
Text Example
Text Example
White with #DC1A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1A9F; }
p { color: rgb(220,26,159); }
H1.HeaderClassName
{
color: #DC1A9F;
}
.AnyTagClassName
{
color: #DC1A9F;
}
</style>
background-color css
<style>
a { background-color: #DC1A9F; }
a { background-color: rgb(220,26,159); }
div.DivClassName
{
background-color: #DC1A9F;
}
.BgClassName
{
background-color: #DC1A9F;
}
</style>
border-color css
<style>
span { border-color: #DC1A9F; }
span { border-color: rgb(220,26,159); }
td.TdClassName
{
border-color: #DC1A9F;
}
.TagClassName
{
border-color: #DC1A9F;
}
</style>