Shades of Deep Magenta #C212AD
Tints of Deep Magenta #C212AD
RGB
CMYK
RGB Variations
Color information
#C212AD (or 0xC212AD) is known color: Deep Magenta. HEX triplet: C2, 12 and AD. RGB value is (194,18,173). Sum of RGB (Red+Green+Blue) = 194+18+173=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 18 (7.42% from 255 or 4.68% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C212AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C212AD is #3DED52. Grayscale: #575757. Windows color (decimal): -4058451 or 11342530. OLE color: 11342530.
HSL color Cylindrical-coordinate representation of color #C212AD: hue angle of 307.16º 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 #C212AD is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 18 | 173 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.24 |
| HSL | 307.16º | 0.83% | 0.42% | - |
| HSV(B) | 307.16º | 0.91% | 0.76% | - |
| XYZ | 30.01 | 14.92 | 40.83 | - |
| YUV | 88.29 | 175.81 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 173 | 0 | 0.91 | 0.11 | 0.24 | 307.16 | 0.83 | 0.42 |
| Hex | C2 | 12 | AD | 0 | 5B | B | 18 | 133 | 53 | 2A |
| Octal | 302 | 22 | 255 | 0 | 133 | 13 | 30 | 463 | 123 | 52 |
| Binary | 11000010 | 10010 | 10101101 | 0 | 1011011 | 1011 | 11000 | 100110011 | 1010011 | 101010 |
Color Harmonies of #C212AD
Complementary color
Monochromatic Colors of #C212AD
Black with #C212AD
Text Example
Text Example
White with #C212AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C212AD; }
p { color: rgb(194,18,173); }
H1.HeaderClassName
{
color: #C212AD;
}
.AnyTagClassName
{
color: #C212AD;
}
</style>
background-color css
<style>
a { background-color: #C212AD; }
a { background-color: rgb(194,18,173); }
div.DivClassName
{
background-color: #C212AD;
}
.BgClassName
{
background-color: #C212AD;
}
</style>
border-color css
<style>
span { border-color: #C212AD; }
span { border-color: rgb(194,18,173); }
td.TdClassName
{
border-color: #C212AD;
}
.TagClassName
{
border-color: #C212AD;
}
</style>