Shades of Deep Magenta #C210AF
Tints of Deep Magenta #C210AF
RGB
CMYK
RGB Variations
Color information
#C210AF (or 0xC210AF) is known color: Deep Magenta. HEX triplet: C2, 10 and AF. RGB value is (194,16,175). Sum of RGB (Red+Green+Blue) = 194+16+175=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 16 (6.64% from 255 or 4.16% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C210AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C210AF is #3DEF50. Grayscale: #565656. Windows color (decimal): -4058961 or 11473090. OLE color: 11473090.
HSL color Cylindrical-coordinate representation of color #C210AF: hue angle of 306.4º 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 #C210AF is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 175 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.24 |
| HSL | 306.4º | 0.85% | 0.41% | - |
| HSV(B) | 306.4º | 0.92% | 0.76% | - |
| XYZ | 30.17 | 14.94 | 41.85 | - |
| YUV | 87.35 | 177.47 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 175 | 0 | 0.92 | 0.10 | 0.24 | 306.4 | 0.85 | 0.41 |
| Hex | C2 | 10 | AF | 0 | 5C | A | 18 | 132 | 55 | 29 |
| Octal | 302 | 20 | 257 | 0 | 134 | 12 | 30 | 462 | 125 | 51 |
| Binary | 11000010 | 10000 | 10101111 | 0 | 1011100 | 1010 | 11000 | 100110010 | 1010101 | 101001 |
Color Harmonies of #C210AF
Complementary color
Monochromatic Colors of #C210AF
Black with #C210AF
Text Example
Text Example
White with #C210AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C210AF; }
p { color: rgb(194,16,175); }
H1.HeaderClassName
{
color: #C210AF;
}
.AnyTagClassName
{
color: #C210AF;
}
</style>
background-color css
<style>
a { background-color: #C210AF; }
a { background-color: rgb(194,16,175); }
div.DivClassName
{
background-color: #C210AF;
}
.BgClassName
{
background-color: #C210AF;
}
</style>
border-color css
<style>
span { border-color: #C210AF; }
span { border-color: rgb(194,16,175); }
td.TdClassName
{
border-color: #C210AF;
}
.TagClassName
{
border-color: #C210AF;
}
</style>