Shades of Medium Violet Red #DC1479
Tints of Medium Violet Red #DC1479
RGB
CMYK
RGB Variations
Color information
#DC1479 (or 0xDC1479) is known color: Medium Violet Red. HEX triplet: DC, 14 and 79. RGB value is (220,20,121). Sum of RGB (Red+Green+Blue) = 220+20+121=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1479 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1479 is #23EB86. Grayscale: #5B5B5B. Windows color (decimal): -2354055 or 7935196. OLE color: 7935196.
HSL color Cylindrical-coordinate representation of color #DC1479: hue angle of 329.7º 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 #DC1479 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 121 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.14 |
| HSL | 329.7º | 0.83% | 0.47% | - |
| HSV(B) | 329.7º | 0.91% | 0.86% | - |
| XYZ | 33.22 | 17.1 | 19.64 | - |
| YUV | 91.31 | 144.76 | 219.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 121 | 0 | 0.91 | 0.45 | 0.14 | 329.7 | 0.83 | 0.47 |
| Hex | DC | 14 | 79 | 0 | 5B | 2D | E | 14A | 53 | 2F |
| Octal | 334 | 24 | 171 | 0 | 133 | 55 | 16 | 512 | 123 | 57 |
| Binary | 11011100 | 10100 | 1111001 | 0 | 1011011 | 101101 | 1110 | 101001010 | 1010011 | 101111 |
Color Harmonies of #DC1479
Complementary color
Monochromatic Colors of #DC1479
Black with #DC1479
Text Example
Text Example
White with #DC1479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1479; }
p { color: rgb(220,20,121); }
H1.HeaderClassName
{
color: #DC1479;
}
.AnyTagClassName
{
color: #DC1479;
}
</style>
background-color css
<style>
a { background-color: #DC1479; }
a { background-color: rgb(220,20,121); }
div.DivClassName
{
background-color: #DC1479;
}
.BgClassName
{
background-color: #DC1479;
}
</style>
border-color css
<style>
span { border-color: #DC1479; }
span { border-color: rgb(220,20,121); }
td.TdClassName
{
border-color: #DC1479;
}
.TagClassName
{
border-color: #DC1479;
}
</style>