Shades of Deep Magenta #C210AB
Tints of Deep Magenta #C210AB
RGB
CMYK
RGB Variations
Color information
#C210AB (or 0xC210AB) is known color: Deep Magenta. HEX triplet: C2, 10 and AB. RGB value is (194,16,171). Sum of RGB (Red+Green+Blue) = 194+16+171=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 16 (6.64% from 255 or 4.20% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C210AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C210AB is #3DEF54. Grayscale: #565656. Windows color (decimal): -4058965 or 11210946. OLE color: 11210946.
HSL color Cylindrical-coordinate representation of color #C210AB: hue angle of 307.75º 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 #C210AB is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 171 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.24 |
| HSL | 307.75º | 0.85% | 0.41% | - |
| HSV(B) | 307.75º | 0.92% | 0.76% | - |
| XYZ | 29.78 | 14.78 | 39.81 | - |
| YUV | 86.89 | 175.47 | 204.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 171 | 0 | 0.92 | 0.12 | 0.24 | 307.75 | 0.85 | 0.41 |
| Hex | C2 | 10 | AB | 0 | 5C | C | 18 | 134 | 55 | 29 |
| Octal | 302 | 20 | 253 | 0 | 134 | 14 | 30 | 464 | 125 | 51 |
| Binary | 11000010 | 10000 | 10101011 | 0 | 1011100 | 1100 | 11000 | 100110100 | 1010101 | 101001 |
Color Harmonies of #C210AB
Complementary color
Monochromatic Colors of #C210AB
Black with #C210AB
Text Example
Text Example
White with #C210AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C210AB; }
p { color: rgb(194,16,171); }
H1.HeaderClassName
{
color: #C210AB;
}
.AnyTagClassName
{
color: #C210AB;
}
</style>
background-color css
<style>
a { background-color: #C210AB; }
a { background-color: rgb(194,16,171); }
div.DivClassName
{
background-color: #C210AB;
}
.BgClassName
{
background-color: #C210AB;
}
</style>
border-color css
<style>
span { border-color: #C210AB; }
span { border-color: rgb(194,16,171); }
td.TdClassName
{
border-color: #C210AB;
}
.TagClassName
{
border-color: #C210AB;
}
</style>