Shades of Deep Magenta #C212AC
Tints of Deep Magenta #C212AC
RGB
CMYK
RGB Variations
Color information
#C212AC (or 0xC212AC) is known color: Deep Magenta. HEX triplet: C2, 12 and AC. RGB value is (194,18,172). Sum of RGB (Red+Green+Blue) = 194+18+172=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 18 (7.42% from 255 or 4.69% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C212AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C212AC is #3DED53. Grayscale: #575757. Windows color (decimal): -4058452 or 11276994. OLE color: 11276994.
HSL color Cylindrical-coordinate representation of color #C212AC: hue angle of 307.5º 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 #C212AC is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 18 | 172 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.24 |
| HSL | 307.5º | 0.83% | 0.42% | - |
| HSV(B) | 307.5º | 0.91% | 0.76% | - |
| XYZ | 29.91 | 14.88 | 40.33 | - |
| YUV | 88.18 | 175.31 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 172 | 0 | 0.91 | 0.11 | 0.24 | 307.5 | 0.83 | 0.42 |
| Hex | C2 | 12 | AC | 0 | 5B | B | 18 | 134 | 53 | 2A |
| Octal | 302 | 22 | 254 | 0 | 133 | 13 | 30 | 464 | 123 | 52 |
| Binary | 11000010 | 10010 | 10101100 | 0 | 1011011 | 1011 | 11000 | 100110100 | 1010011 | 101010 |
Color Harmonies of #C212AC
Complementary color
Monochromatic Colors of #C212AC
Black with #C212AC
Text Example
Text Example
White with #C212AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C212AC; }
p { color: rgb(194,18,172); }
H1.HeaderClassName
{
color: #C212AC;
}
.AnyTagClassName
{
color: #C212AC;
}
</style>
background-color css
<style>
a { background-color: #C212AC; }
a { background-color: rgb(194,18,172); }
div.DivClassName
{
background-color: #C212AC;
}
.BgClassName
{
background-color: #C212AC;
}
</style>
border-color css
<style>
span { border-color: #C212AC; }
span { border-color: rgb(194,18,172); }
td.TdClassName
{
border-color: #C212AC;
}
.TagClassName
{
border-color: #C212AC;
}
</style>