Shades of Deep Magenta #C010D4
Tints of Deep Magenta #C010D4
RGB
CMYK
RGB Variations
Color information
#C010D4 (or 0xC010D4) is known color: Deep Magenta. HEX triplet: C0, 10 and D4. RGB value is (192,16,212). Sum of RGB (Red+Green+Blue) = 192+16+212=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 16 (6.64% from 255 or 3.81% from 420); Blue value is 212 (83.20% from 255 or 50.48% from 420); Max value from RGB is 212 - color contains mainly: blue. Hex color #C010D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C010D4 is #3FEF2B. Grayscale: #5A5A5A. Windows color (decimal): -4189996 or 13897920. OLE color: 13897920.
HSL color Cylindrical-coordinate representation of color #C010D4: hue angle of 293.88º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C010D4 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 16 | 212 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.17 |
| HSL | 293.88º | 0.86% | 0.45% | - |
| HSV(B) | 293.88º | 0.92% | 0.83% | - |
| XYZ | 33.81 | 16.33 | 63.66 | - |
| YUV | 90.97 | 196.31 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 212 | 0.09 | 0.92 | 0 | 0.17 | 293.88 | 0.86 | 0.45 |
| Hex | C0 | 10 | D4 | 9 | 5C | 0 | 11 | 126 | 56 | 2D |
| Octal | 300 | 20 | 324 | 11 | 134 | 0 | 21 | 446 | 126 | 55 |
| Binary | 11000000 | 10000 | 11010100 | 1001 | 1011100 | 0 | 10001 | 100100110 | 1010110 | 101101 |
Color Harmonies of #C010D4
Complementary color
Monochromatic Colors of #C010D4
Black with #C010D4
Text Example
Text Example
White with #C010D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C010D4; }
p { color: rgb(192,16,212); }
H1.HeaderClassName
{
color: #C010D4;
}
.AnyTagClassName
{
color: #C010D4;
}
</style>
background-color css
<style>
a { background-color: #C010D4; }
a { background-color: rgb(192,16,212); }
div.DivClassName
{
background-color: #C010D4;
}
.BgClassName
{
background-color: #C010D4;
}
</style>
border-color css
<style>
span { border-color: #C010D4; }
span { border-color: rgb(192,16,212); }
td.TdClassName
{
border-color: #C010D4;
}
.TagClassName
{
border-color: #C010D4;
}
</style>