Shades of Medium Violet Red #DC1878
Tints of Medium Violet Red #DC1878
RGB
CMYK
RGB Variations
Color information
#DC1878 (or 0xDC1878) is known color: Medium Violet Red. HEX triplet: DC, 18 and 78. RGB value is (220,24,120). Sum of RGB (Red+Green+Blue) = 220+24+120=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 120 (47.27% from 255 or 32.97% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1878 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1878 is #23E787. Grayscale: #5D5D5D. Windows color (decimal): -2353032 or 7870684. OLE color: 7870684.
HSL color Cylindrical-coordinate representation of color #DC1878: hue angle of 330.61º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC1878 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 120 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.14 |
| HSL | 330.61º | 0.8% | 0.48% | - |
| HSV(B) | 330.61º | 0.89% | 0.86% | - |
| XYZ | 33.23 | 17.22 | 19.34 | - |
| YUV | 93.55 | 142.93 | 218.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 120 | 0 | 0.89 | 0.45 | 0.14 | 330.61 | 0.8 | 0.48 |
| Hex | DC | 18 | 78 | 0 | 59 | 2D | E | 14B | 50 | 30 |
| Octal | 334 | 30 | 170 | 0 | 131 | 55 | 16 | 513 | 120 | 60 |
| Binary | 11011100 | 11000 | 1111000 | 0 | 1011001 | 101101 | 1110 | 101001011 | 1010000 | 110000 |
Color Harmonies of #DC1878
Complementary color
Monochromatic Colors of #DC1878
Black with #DC1878
Text Example
Text Example
White with #DC1878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1878; }
p { color: rgb(220,24,120); }
H1.HeaderClassName
{
color: #DC1878;
}
.AnyTagClassName
{
color: #DC1878;
}
</style>
background-color css
<style>
a { background-color: #DC1878; }
a { background-color: rgb(220,24,120); }
div.DivClassName
{
background-color: #DC1878;
}
.BgClassName
{
background-color: #DC1878;
}
</style>
border-color css
<style>
span { border-color: #DC1878; }
span { border-color: rgb(220,24,120); }
td.TdClassName
{
border-color: #DC1878;
}
.TagClassName
{
border-color: #DC1878;
}
</style>