Shades of Deep Magenta #C210D8
Tints of Deep Magenta #C210D8
RGB
CMYK
RGB Variations
Color information
#C210D8 (or 0xC210D8) is known color: Deep Magenta. HEX triplet: C2, 10 and D8. RGB value is (194,16,216). Sum of RGB (Red+Green+Blue) = 194+16+216=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 16 (6.64% from 255 or 3.76% from 426); Blue value is 216 (84.77% from 255 or 50.70% from 426); Max value from RGB is 216 - color contains mainly: blue. Hex color #C210D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C210D8 is #3DEF27. Grayscale: #5B5B5B. Windows color (decimal): -4058920 or 14160066. OLE color: 14160066.
HSL color Cylindrical-coordinate representation of color #C210D8: hue angle of 293.4º 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 #C210D8 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 16 | 216 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.15 |
| HSL | 293.4º | 0.86% | 0.45% | - |
| HSV(B) | 293.4º | 0.93% | 0.85% | - |
| XYZ | 34.83 | 16.8 | 66.37 | - |
| YUV | 92.02 | 197.97 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 216 | 0.10 | 0.93 | 0 | 0.15 | 293.4 | 0.86 | 0.45 |
| Hex | C2 | 10 | D8 | A | 5D | 0 | F | 125 | 56 | 2D |
| Octal | 302 | 20 | 330 | 12 | 135 | 0 | 17 | 445 | 126 | 55 |
| Binary | 11000010 | 10000 | 11011000 | 1010 | 1011101 | 0 | 1111 | 100100101 | 1010110 | 101101 |
Color Harmonies of #C210D8
Complementary color
Monochromatic Colors of #C210D8
Black with #C210D8
Text Example
Text Example
White with #C210D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C210D8; }
p { color: rgb(194,16,216); }
H1.HeaderClassName
{
color: #C210D8;
}
.AnyTagClassName
{
color: #C210D8;
}
</style>
background-color css
<style>
a { background-color: #C210D8; }
a { background-color: rgb(194,16,216); }
div.DivClassName
{
background-color: #C210D8;
}
.BgClassName
{
background-color: #C210D8;
}
</style>
border-color css
<style>
span { border-color: #C210D8; }
span { border-color: rgb(194,16,216); }
td.TdClassName
{
border-color: #C210D8;
}
.TagClassName
{
border-color: #C210D8;
}
</style>