Shades of Deep Magenta #C010D8
Tints of Deep Magenta #C010D8
RGB
CMYK
RGB Variations
Color information
#C010D8 (or 0xC010D8) is known color: Deep Magenta. HEX triplet: C0, 10 and D8. RGB value is (192,16,216). Sum of RGB (Red+Green+Blue) = 192+16+216=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 16 (6.64% from 255 or 3.77% from 424); Blue value is 216 (84.77% from 255 or 50.94% from 424); Max value from RGB is 216 - color contains mainly: blue. Hex color #C010D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C010D8 is #3FEF27. Grayscale: #5A5A5A. Windows color (decimal): -4189992 or 14160064. OLE color: 14160064.
HSL color Cylindrical-coordinate representation of color #C010D8: hue angle of 292.8º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C010D8 is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 16 | 216 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.15 |
| HSL | 292.8º | 0.86% | 0.45% | - |
| HSV(B) | 292.8º | 0.93% | 0.85% | - |
| XYZ | 34.32 | 16.53 | 66.35 | - |
| YUV | 91.42 | 198.31 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 216 | 0.11 | 0.93 | 0 | 0.15 | 292.8 | 0.86 | 0.45 |
| Hex | C0 | 10 | D8 | B | 5D | 0 | F | 125 | 56 | 2D |
| Octal | 300 | 20 | 330 | 13 | 135 | 0 | 17 | 445 | 126 | 55 |
| Binary | 11000000 | 10000 | 11011000 | 1011 | 1011101 | 0 | 1111 | 100100101 | 1010110 | 101101 |
Color Harmonies of #C010D8
Complementary color
Monochromatic Colors of #C010D8
Black with #C010D8
Text Example
Text Example
White with #C010D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C010D8; }
p { color: rgb(192,16,216); }
H1.HeaderClassName
{
color: #C010D8;
}
.AnyTagClassName
{
color: #C010D8;
}
</style>
background-color css
<style>
a { background-color: #C010D8; }
a { background-color: rgb(192,16,216); }
div.DivClassName
{
background-color: #C010D8;
}
.BgClassName
{
background-color: #C010D8;
}
</style>
border-color css
<style>
span { border-color: #C010D8; }
span { border-color: rgb(192,16,216); }
td.TdClassName
{
border-color: #C010D8;
}
.TagClassName
{
border-color: #C010D8;
}
</style>