Shades of Deep Magenta #C210DC
Tints of Deep Magenta #C210DC
RGB
CMYK
RGB Variations
Color information
#C210DC (or 0xC210DC) is known color: Deep Magenta. HEX triplet: C2, 10 and DC. RGB value is (194,16,220). Sum of RGB (Red+Green+Blue) = 194+16+220=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 16 (6.64% from 255 or 3.72% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #C210DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C210DC is #3DEF23. Grayscale: #5B5B5B. Windows color (decimal): -4058916 or 14422210. OLE color: 14422210.
HSL color Cylindrical-coordinate representation of color #C210DC: hue angle of 292.35º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C210DC is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 16 | 220 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.14 |
| HSL | 292.35º | 0.86% | 0.46% | - |
| HSV(B) | 292.35º | 0.93% | 0.86% | - |
| XYZ | 35.35 | 17.01 | 69.13 | - |
| YUV | 92.48 | 199.97 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 220 | 0.12 | 0.93 | 0 | 0.14 | 292.35 | 0.86 | 0.46 |
| Hex | C2 | 10 | DC | C | 5D | 0 | E | 124 | 56 | 2E |
| Octal | 302 | 20 | 334 | 14 | 135 | 0 | 16 | 444 | 126 | 56 |
| Binary | 11000010 | 10000 | 11011100 | 1100 | 1011101 | 0 | 1110 | 100100100 | 1010110 | 101110 |
Color Harmonies of #C210DC
Complementary color
Monochromatic Colors of #C210DC
Black with #C210DC
Text Example
Text Example
White with #C210DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C210DC; }
p { color: rgb(194,16,220); }
H1.HeaderClassName
{
color: #C210DC;
}
.AnyTagClassName
{
color: #C210DC;
}
</style>
background-color css
<style>
a { background-color: #C210DC; }
a { background-color: rgb(194,16,220); }
div.DivClassName
{
background-color: #C210DC;
}
.BgClassName
{
background-color: #C210DC;
}
</style>
border-color css
<style>
span { border-color: #C210DC; }
span { border-color: rgb(194,16,220); }
td.TdClassName
{
border-color: #C210DC;
}
.TagClassName
{
border-color: #C210DC;
}
</style>