Shades of Deep Magenta #DC0FC4
Tints of Deep Magenta #DC0FC4
RGB
CMYK
RGB Variations
Color information
#DC0FC4 (or 0xDC0FC4) is known color: Deep Magenta. HEX triplet: DC, 0F and C4. RGB value is (220,15,196). Sum of RGB (Red+Green+Blue) = 220+15+196=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 15 (6.25% from 255 or 3.48% from 431); Blue value is 196 (76.95% from 255 or 45.48% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0FC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0FC4 is #23F03B. Grayscale: #606060. Windows color (decimal): -2355260 or 12849116. OLE color: 12849116.
HSL color Cylindrical-coordinate representation of color #DC0FC4: hue angle of 307.02º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC0FC4 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 15 | 196 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.14 |
| HSL | 307.02º | 0.87% | 0.46% | - |
| HSV(B) | 307.02º | 0.93% | 0.86% | - |
| XYZ | 39.65 | 19.54 | 53.91 | - |
| YUV | 96.93 | 183.92 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 15 | 196 | 0 | 0.93 | 0.11 | 0.14 | 307.02 | 0.87 | 0.46 |
| Hex | DC | F | C4 | 0 | 5D | B | E | 133 | 57 | 2E |
| Octal | 334 | 17 | 304 | 0 | 135 | 13 | 16 | 463 | 127 | 56 |
| Binary | 11011100 | 1111 | 11000100 | 0 | 1011101 | 1011 | 1110 | 100110011 | 1010111 | 101110 |
Color Harmonies of #DC0FC4
Complementary color
Monochromatic Colors of #DC0FC4
Black with #DC0FC4
Text Example
Text Example
White with #DC0FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0FC4; }
p { color: rgb(220,15,196); }
H1.HeaderClassName
{
color: #DC0FC4;
}
.AnyTagClassName
{
color: #DC0FC4;
}
</style>
background-color css
<style>
a { background-color: #DC0FC4; }
a { background-color: rgb(220,15,196); }
div.DivClassName
{
background-color: #DC0FC4;
}
.BgClassName
{
background-color: #DC0FC4;
}
</style>
border-color css
<style>
span { border-color: #DC0FC4; }
span { border-color: rgb(220,15,196); }
td.TdClassName
{
border-color: #DC0FC4;
}
.TagClassName
{
border-color: #DC0FC4;
}
</style>