Shades of Deep Magenta #C214AE
Tints of Deep Magenta #C214AE
RGB
CMYK
RGB Variations
Color information
#C214AE (or 0xC214AE) is known color: Deep Magenta. HEX triplet: C2, 14 and AE. RGB value is (194,20,174). Sum of RGB (Red+Green+Blue) = 194+20+174=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 20 (8.20% from 255 or 5.15% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C214AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C214AE is #3DEB51. Grayscale: #595959. Windows color (decimal): -4057938 or 11408578. OLE color: 11408578.
HSL color Cylindrical-coordinate representation of color #C214AE: hue angle of 306.9º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C214AE is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 20 | 174 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.24 |
| HSL | 306.9º | 0.81% | 0.42% | - |
| HSV(B) | 306.9º | 0.9% | 0.76% | - |
| XYZ | 30.14 | 15.03 | 41.36 | - |
| YUV | 89.58 | 175.65 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 20 | 174 | 0 | 0.90 | 0.10 | 0.24 | 306.9 | 0.81 | 0.42 |
| Hex | C2 | 14 | AE | 0 | 5A | A | 18 | 133 | 51 | 2A |
| Octal | 302 | 24 | 256 | 0 | 132 | 12 | 30 | 463 | 121 | 52 |
| Binary | 11000010 | 10100 | 10101110 | 0 | 1011010 | 1010 | 11000 | 100110011 | 1010001 | 101010 |
Color Harmonies of #C214AE
Complementary color
Monochromatic Colors of #C214AE
Black with #C214AE
Text Example
Text Example
White with #C214AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C214AE; }
p { color: rgb(194,20,174); }
H1.HeaderClassName
{
color: #C214AE;
}
.AnyTagClassName
{
color: #C214AE;
}
</style>
background-color css
<style>
a { background-color: #C214AE; }
a { background-color: rgb(194,20,174); }
div.DivClassName
{
background-color: #C214AE;
}
.BgClassName
{
background-color: #C214AE;
}
</style>
border-color css
<style>
span { border-color: #C214AE; }
span { border-color: rgb(194,20,174); }
td.TdClassName
{
border-color: #C214AE;
}
.TagClassName
{
border-color: #C214AE;
}
</style>