Shades of Deep Magenta #DC10C4
Tints of Deep Magenta #DC10C4
RGB
CMYK
RGB Variations
Color information
#DC10C4 (or 0xDC10C4) is known color: Deep Magenta. HEX triplet: DC, 10 and C4. RGB value is (220,16,196). Sum of RGB (Red+Green+Blue) = 220+16+196=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 16 (6.64% from 255 or 3.70% from 432); Blue value is 196 (76.95% from 255 or 45.37% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC10C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC10C4 is #23EF3B. Grayscale: #616161. Windows color (decimal): -2355004 or 12849372. OLE color: 12849372.
HSL color Cylindrical-coordinate representation of color #DC10C4: hue angle of 307.06º degrees, saturation: 0.86, 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 #DC10C4 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 196 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.14 |
| HSL | 307.06º | 0.86% | 0.46% | - |
| HSV(B) | 307.06º | 0.93% | 0.86% | - |
| XYZ | 39.66 | 19.57 | 53.91 | - |
| YUV | 97.52 | 183.59 | 215.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 196 | 0 | 0.93 | 0.11 | 0.14 | 307.06 | 0.86 | 0.46 |
| Hex | DC | 10 | C4 | 0 | 5D | B | E | 133 | 56 | 2E |
| Octal | 334 | 20 | 304 | 0 | 135 | 13 | 16 | 463 | 126 | 56 |
| Binary | 11011100 | 10000 | 11000100 | 0 | 1011101 | 1011 | 1110 | 100110011 | 1010110 | 101110 |
Color Harmonies of #DC10C4
Complementary color
Monochromatic Colors of #DC10C4
Black with #DC10C4
Text Example
Text Example
White with #DC10C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC10C4; }
p { color: rgb(220,16,196); }
H1.HeaderClassName
{
color: #DC10C4;
}
.AnyTagClassName
{
color: #DC10C4;
}
</style>
background-color css
<style>
a { background-color: #DC10C4; }
a { background-color: rgb(220,16,196); }
div.DivClassName
{
background-color: #DC10C4;
}
.BgClassName
{
background-color: #DC10C4;
}
</style>
border-color css
<style>
span { border-color: #DC10C4; }
span { border-color: rgb(220,16,196); }
td.TdClassName
{
border-color: #DC10C4;
}
.TagClassName
{
border-color: #DC10C4;
}
</style>