Shades of Medium Violet Red #DC1478
Tints of Medium Violet Red #DC1478
RGB
CMYK
RGB Variations
Color information
#DC1478 (or 0xDC1478) is known color: Medium Violet Red. HEX triplet: DC, 14 and 78. RGB value is (220,20,120). Sum of RGB (Red+Green+Blue) = 220+20+120=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1478 is #23EB87. Grayscale: #5B5B5B. Windows color (decimal): -2354056 or 7869660. OLE color: 7869660.
HSL color Cylindrical-coordinate representation of color #DC1478: hue angle of 330º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC1478 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 120 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.14 |
| HSL | 330º | 0.83% | 0.47% | - |
| HSV(B) | 330º | 0.91% | 0.86% | - |
| XYZ | 33.16 | 17.07 | 19.32 | - |
| YUV | 91.2 | 144.26 | 219.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 120 | 0 | 0.91 | 0.45 | 0.14 | 330 | 0.83 | 0.47 |
| Hex | DC | 14 | 78 | 0 | 5B | 2D | E | 14A | 53 | 2F |
| Octal | 334 | 24 | 170 | 0 | 133 | 55 | 16 | 512 | 123 | 57 |
| Binary | 11011100 | 10100 | 1111000 | 0 | 1011011 | 101101 | 1110 | 101001010 | 1010011 | 101111 |
Color Harmonies of #DC1478
Complementary color
Monochromatic Colors of #DC1478
Black with #DC1478
Text Example
Text Example
White with #DC1478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1478; }
p { color: rgb(220,20,120); }
H1.HeaderClassName
{
color: #DC1478;
}
.AnyTagClassName
{
color: #DC1478;
}
</style>
background-color css
<style>
a { background-color: #DC1478; }
a { background-color: rgb(220,20,120); }
div.DivClassName
{
background-color: #DC1478;
}
.BgClassName
{
background-color: #DC1478;
}
</style>
border-color css
<style>
span { border-color: #DC1478; }
span { border-color: rgb(220,20,120); }
td.TdClassName
{
border-color: #DC1478;
}
.TagClassName
{
border-color: #DC1478;
}
</style>