Shades of Deep Magenta #C212AE
Tints of Deep Magenta #C212AE
RGB
CMYK
RGB Variations
Color information
#C212AE (or 0xC212AE) is known color: Deep Magenta. HEX triplet: C2, 12 and AE. RGB value is (194,18,174). Sum of RGB (Red+Green+Blue) = 194+18+174=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 18 (7.42% from 255 or 4.66% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C212AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C212AE is #3DED51. Grayscale: #575757. Windows color (decimal): -4058450 or 11408066. OLE color: 11408066.
HSL color Cylindrical-coordinate representation of color #C212AE: hue angle of 306.82º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C212AE is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 18 | 174 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.24 |
| HSL | 306.82º | 0.83% | 0.42% | - |
| HSV(B) | 306.82º | 0.91% | 0.76% | - |
| XYZ | 30.1 | 14.96 | 41.34 | - |
| YUV | 88.41 | 176.31 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 174 | 0 | 0.91 | 0.10 | 0.24 | 306.82 | 0.83 | 0.42 |
| Hex | C2 | 12 | AE | 0 | 5B | A | 18 | 133 | 53 | 2A |
| Octal | 302 | 22 | 256 | 0 | 133 | 12 | 30 | 463 | 123 | 52 |
| Binary | 11000010 | 10010 | 10101110 | 0 | 1011011 | 1010 | 11000 | 100110011 | 1010011 | 101010 |
Color Harmonies of #C212AE
Complementary color
Monochromatic Colors of #C212AE
Black with #C212AE
Text Example
Text Example
White with #C212AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C212AE; }
p { color: rgb(194,18,174); }
H1.HeaderClassName
{
color: #C212AE;
}
.AnyTagClassName
{
color: #C212AE;
}
</style>
background-color css
<style>
a { background-color: #C212AE; }
a { background-color: rgb(194,18,174); }
div.DivClassName
{
background-color: #C212AE;
}
.BgClassName
{
background-color: #C212AE;
}
</style>
border-color css
<style>
span { border-color: #C212AE; }
span { border-color: rgb(194,18,174); }
td.TdClassName
{
border-color: #C212AE;
}
.TagClassName
{
border-color: #C212AE;
}
</style>