Shades of Deep Magenta #C210AA
Tints of Deep Magenta #C210AA
RGB
CMYK
RGB Variations
Color information
#C210AA (or 0xC210AA) is known color: Deep Magenta. HEX triplet: C2, 10 and AA. RGB value is (194,16,170). Sum of RGB (Red+Green+Blue) = 194+16+170=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 16 (6.64% from 255 or 4.21% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C210AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C210AA is #3DEF55. Grayscale: #565656. Windows color (decimal): -4058966 or 11145410. OLE color: 11145410.
HSL color Cylindrical-coordinate representation of color #C210AA: hue angle of 308.09º 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 #C210AA is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 170 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.24 |
| HSL | 308.09º | 0.85% | 0.41% | - |
| HSV(B) | 308.09º | 0.92% | 0.76% | - |
| XYZ | 29.69 | 14.74 | 39.31 | - |
| YUV | 86.78 | 174.97 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 170 | 0 | 0.92 | 0.12 | 0.24 | 308.09 | 0.85 | 0.41 |
| Hex | C2 | 10 | AA | 0 | 5C | C | 18 | 134 | 55 | 29 |
| Octal | 302 | 20 | 252 | 0 | 134 | 14 | 30 | 464 | 125 | 51 |
| Binary | 11000010 | 10000 | 10101010 | 0 | 1011100 | 1100 | 11000 | 100110100 | 1010101 | 101001 |
Color Harmonies of #C210AA
Complementary color
Monochromatic Colors of #C210AA
Black with #C210AA
Text Example
Text Example
White with #C210AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C210AA; }
p { color: rgb(194,16,170); }
H1.HeaderClassName
{
color: #C210AA;
}
.AnyTagClassName
{
color: #C210AA;
}
</style>
background-color css
<style>
a { background-color: #C210AA; }
a { background-color: rgb(194,16,170); }
div.DivClassName
{
background-color: #C210AA;
}
.BgClassName
{
background-color: #C210AA;
}
</style>
border-color css
<style>
span { border-color: #C210AA; }
span { border-color: rgb(194,16,170); }
td.TdClassName
{
border-color: #C210AA;
}
.TagClassName
{
border-color: #C210AA;
}
</style>