Shades of Medium Violet Red #DC1C90
Tints of Medium Violet Red #DC1C90
RGB
CMYK
RGB Variations
Color information
#DC1C90 (or 0xDC1C90) is known color: Medium Violet Red. HEX triplet: DC, 1C and 90. RGB value is (220,28,144). Sum of RGB (Red+Green+Blue) = 220+28+144=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 28 (11.33% from 255 or 7.14% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1C90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1C90 is #23E36F. Grayscale: #626262. Windows color (decimal): -2351984 or 9444572. OLE color: 9444572.
HSL color Cylindrical-coordinate representation of color #DC1C90: hue angle of 323.75º 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 #DC1C90 is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 28 | 144 | - |
| CMYK | 0 | 0.87 | 0.35 | 0.14 |
| HSL | 323.75º | 0.77% | 0.49% | - |
| HSV(B) | 323.75º | 0.87% | 0.86% | - |
| XYZ | 34.96 | 18.06 | 28.03 | - |
| YUV | 98.63 | 153.61 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 28 | 144 | 0 | 0.87 | 0.35 | 0.14 | 323.75 | 0.77 | 0.49 |
| Hex | DC | 1C | 90 | 0 | 57 | 23 | E | 144 | 4D | 31 |
| Octal | 334 | 34 | 220 | 0 | 127 | 43 | 16 | 504 | 115 | 61 |
| Binary | 11011100 | 11100 | 10010000 | 0 | 1010111 | 100011 | 1110 | 101000100 | 1001101 | 110001 |
Color Harmonies of #DC1C90
Complementary color
Monochromatic Colors of #DC1C90
Black with #DC1C90
Text Example
Text Example
White with #DC1C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1C90; }
p { color: rgb(220,28,144); }
H1.HeaderClassName
{
color: #DC1C90;
}
.AnyTagClassName
{
color: #DC1C90;
}
</style>
background-color css
<style>
a { background-color: #DC1C90; }
a { background-color: rgb(220,28,144); }
div.DivClassName
{
background-color: #DC1C90;
}
.BgClassName
{
background-color: #DC1C90;
}
</style>
border-color css
<style>
span { border-color: #DC1C90; }
span { border-color: rgb(220,28,144); }
td.TdClassName
{
border-color: #DC1C90;
}
.TagClassName
{
border-color: #DC1C90;
}
</style>