Shades of Deep Magenta #C212CE
Tints of Deep Magenta #C212CE
RGB
CMYK
RGB Variations
Color information
#C212CE (or 0xC212CE) is known color: Deep Magenta. HEX triplet: C2, 12 and CE. RGB value is (194,18,206). Sum of RGB (Red+Green+Blue) = 194+18+206=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 18 (7.42% from 255 or 4.31% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #C212CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C212CE is #3DED31. Grayscale: #5B5B5B. Windows color (decimal): -4058418 or 13505218. OLE color: 13505218.
HSL color Cylindrical-coordinate representation of color #C212CE: hue angle of 296.17º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C212CE is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 18 | 206 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.19 |
| HSL | 296.17º | 0.84% | 0.44% | - |
| HSV(B) | 296.17º | 0.91% | 0.81% | - |
| XYZ | 33.61 | 16.36 | 59.78 | - |
| YUV | 92.06 | 192.31 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 206 | 0.06 | 0.91 | 0 | 0.19 | 296.17 | 0.84 | 0.44 |
| Hex | C2 | 12 | CE | 6 | 5B | 0 | 13 | 128 | 54 | 2C |
| Octal | 302 | 22 | 316 | 6 | 133 | 0 | 23 | 450 | 124 | 54 |
| Binary | 11000010 | 10010 | 11001110 | 110 | 1011011 | 0 | 10011 | 100101000 | 1010100 | 101100 |
Color Harmonies of #C212CE
Complementary color
Monochromatic Colors of #C212CE
Black with #C212CE
Text Example
Text Example
White with #C212CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C212CE; }
p { color: rgb(194,18,206); }
H1.HeaderClassName
{
color: #C212CE;
}
.AnyTagClassName
{
color: #C212CE;
}
</style>
background-color css
<style>
a { background-color: #C212CE; }
a { background-color: rgb(194,18,206); }
div.DivClassName
{
background-color: #C212CE;
}
.BgClassName
{
background-color: #C212CE;
}
</style>
border-color css
<style>
span { border-color: #C212CE; }
span { border-color: rgb(194,18,206); }
td.TdClassName
{
border-color: #C212CE;
}
.TagClassName
{
border-color: #C212CE;
}
</style>