Shades of Deep Magenta #C210AE
Tints of Deep Magenta #C210AE
RGB
CMYK
RGB Variations
Color information
#C210AE (or 0xC210AE) is known color: Deep Magenta. HEX triplet: C2, 10 and AE. RGB value is (194,16,174). Sum of RGB (Red+Green+Blue) = 194+16+174=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 16 (6.64% from 255 or 4.17% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C210AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C210AE is #3DEF51. Grayscale: #565656. Windows color (decimal): -4058962 or 11407554. OLE color: 11407554.
HSL color Cylindrical-coordinate representation of color #C210AE: hue angle of 306.74º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C210AE is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 174 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.24 |
| HSL | 306.74º | 0.85% | 0.41% | - |
| HSV(B) | 306.74º | 0.92% | 0.76% | - |
| XYZ | 30.07 | 14.9 | 41.33 | - |
| YUV | 87.23 | 176.97 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 174 | 0 | 0.92 | 0.10 | 0.24 | 306.74 | 0.85 | 0.41 |
| Hex | C2 | 10 | AE | 0 | 5C | A | 18 | 133 | 55 | 29 |
| Octal | 302 | 20 | 256 | 0 | 134 | 12 | 30 | 463 | 125 | 51 |
| Binary | 11000010 | 10000 | 10101110 | 0 | 1011100 | 1010 | 11000 | 100110011 | 1010101 | 101001 |
Color Harmonies of #C210AE
Complementary color
Monochromatic Colors of #C210AE
Black with #C210AE
Text Example
Text Example
White with #C210AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C210AE; }
p { color: rgb(194,16,174); }
H1.HeaderClassName
{
color: #C210AE;
}
.AnyTagClassName
{
color: #C210AE;
}
</style>
background-color css
<style>
a { background-color: #C210AE; }
a { background-color: rgb(194,16,174); }
div.DivClassName
{
background-color: #C210AE;
}
.BgClassName
{
background-color: #C210AE;
}
</style>
border-color css
<style>
span { border-color: #C210AE; }
span { border-color: rgb(194,16,174); }
td.TdClassName
{
border-color: #C210AE;
}
.TagClassName
{
border-color: #C210AE;
}
</style>