Shades of Deep Magenta #C010D9
Tints of Deep Magenta #C010D9
RGB
CMYK
RGB Variations
Color information
#C010D9 (or 0xC010D9) is known color: Deep Magenta. HEX triplet: C0, 10 and D9. RGB value is (192,16,217). Sum of RGB (Red+Green+Blue) = 192+16+217=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 16 (6.64% from 255 or 3.76% from 425); Blue value is 217 (85.16% from 255 or 51.06% from 425); Max value from RGB is 217 - color contains mainly: blue. Hex color #C010D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C010D9 is #3FEF26. Grayscale: #5A5A5A. Windows color (decimal): -4189991 or 14225600. OLE color: 14225600.
HSL color Cylindrical-coordinate representation of color #C010D9: hue angle of 292.54º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C010D9 is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 16 | 217 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.15 |
| HSL | 292.54º | 0.86% | 0.46% | - |
| HSV(B) | 292.54º | 0.93% | 0.85% | - |
| XYZ | 34.45 | 16.59 | 67.03 | - |
| YUV | 91.54 | 198.81 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 217 | 0.12 | 0.93 | 0 | 0.15 | 292.54 | 0.86 | 0.46 |
| Hex | C0 | 10 | D9 | C | 5D | 0 | F | 125 | 56 | 2E |
| Octal | 300 | 20 | 331 | 14 | 135 | 0 | 17 | 445 | 126 | 56 |
| Binary | 11000000 | 10000 | 11011001 | 1100 | 1011101 | 0 | 1111 | 100100101 | 1010110 | 101110 |
Color Harmonies of #C010D9
Complementary color
Monochromatic Colors of #C010D9
Black with #C010D9
Text Example
Text Example
White with #C010D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C010D9; }
p { color: rgb(192,16,217); }
H1.HeaderClassName
{
color: #C010D9;
}
.AnyTagClassName
{
color: #C010D9;
}
</style>
background-color css
<style>
a { background-color: #C010D9; }
a { background-color: rgb(192,16,217); }
div.DivClassName
{
background-color: #C010D9;
}
.BgClassName
{
background-color: #C010D9;
}
</style>
border-color css
<style>
span { border-color: #C010D9; }
span { border-color: rgb(192,16,217); }
td.TdClassName
{
border-color: #C010D9;
}
.TagClassName
{
border-color: #C010D9;
}
</style>