Shades of Deep Magenta #C210DE
Tints of Deep Magenta #C210DE
RGB
CMYK
RGB Variations
Color information
#C210DE (or 0xC210DE) is known color: Deep Magenta. HEX triplet: C2, 10 and DE. RGB value is (194,16,222). Sum of RGB (Red+Green+Blue) = 194+16+222=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 16 (6.64% from 255 or 3.70% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #C210DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C210DE is #3DEF21. Grayscale: #5C5C5C. Windows color (decimal): -4058914 or 14553282. OLE color: 14553282.
HSL color Cylindrical-coordinate representation of color #C210DE: hue angle of 291.84º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C210DE is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 16 | 222 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.13 |
| HSL | 291.84º | 0.87% | 0.47% | - |
| HSV(B) | 291.84º | 0.93% | 0.87% | - |
| XYZ | 35.62 | 17.11 | 70.53 | - |
| YUV | 92.71 | 200.97 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 222 | 0.13 | 0.93 | 0 | 0.13 | 291.84 | 0.87 | 0.47 |
| Hex | C2 | 10 | DE | D | 5D | 0 | D | 124 | 57 | 2F |
| Octal | 302 | 20 | 336 | 15 | 135 | 0 | 15 | 444 | 127 | 57 |
| Binary | 11000010 | 10000 | 11011110 | 1101 | 1011101 | 0 | 1101 | 100100100 | 1010111 | 101111 |
Color Harmonies of #C210DE
Complementary color
Monochromatic Colors of #C210DE
Black with #C210DE
Text Example
Text Example
White with #C210DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C210DE; }
p { color: rgb(194,16,222); }
H1.HeaderClassName
{
color: #C210DE;
}
.AnyTagClassName
{
color: #C210DE;
}
</style>
background-color css
<style>
a { background-color: #C210DE; }
a { background-color: rgb(194,16,222); }
div.DivClassName
{
background-color: #C210DE;
}
.BgClassName
{
background-color: #C210DE;
}
</style>
border-color css
<style>
span { border-color: #C210DE; }
span { border-color: rgb(194,16,222); }
td.TdClassName
{
border-color: #C210DE;
}
.TagClassName
{
border-color: #C210DE;
}
</style>