Shades of Deep Magenta #C216AB
Tints of Deep Magenta #C216AB
RGB
CMYK
RGB Variations
Color information
#C216AB (or 0xC216AB) is known color: Deep Magenta. HEX triplet: C2, 16 and AB. RGB value is (194,22,171). Sum of RGB (Red+Green+Blue) = 194+22+171=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 22 (8.98% from 255 or 5.68% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C216AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C216AB is #3DE954. Grayscale: #595959. Windows color (decimal): -4057429 or 11212482. OLE color: 11212482.
HSL color Cylindrical-coordinate representation of color #C216AB: hue angle of 308.02º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C216AB is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 22 | 171 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.24 |
| HSL | 308.02º | 0.8% | 0.42% | - |
| HSV(B) | 308.02º | 0.89% | 0.76% | - |
| XYZ | 29.89 | 14.98 | 39.85 | - |
| YUV | 90.41 | 173.48 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 171 | 0 | 0.89 | 0.12 | 0.24 | 308.02 | 0.8 | 0.42 |
| Hex | C2 | 16 | AB | 0 | 59 | C | 18 | 134 | 50 | 2A |
| Octal | 302 | 26 | 253 | 0 | 131 | 14 | 30 | 464 | 120 | 52 |
| Binary | 11000010 | 10110 | 10101011 | 0 | 1011001 | 1100 | 11000 | 100110100 | 1010000 | 101010 |
Color Harmonies of #C216AB
Complementary color
Monochromatic Colors of #C216AB
Black with #C216AB
Text Example
Text Example
White with #C216AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C216AB; }
p { color: rgb(194,22,171); }
H1.HeaderClassName
{
color: #C216AB;
}
.AnyTagClassName
{
color: #C216AB;
}
</style>
background-color css
<style>
a { background-color: #C216AB; }
a { background-color: rgb(194,22,171); }
div.DivClassName
{
background-color: #C216AB;
}
.BgClassName
{
background-color: #C216AB;
}
</style>
border-color css
<style>
span { border-color: #C216AB; }
span { border-color: rgb(194,22,171); }
td.TdClassName
{
border-color: #C216AB;
}
.TagClassName
{
border-color: #C216AB;
}
</style>