Shades of Deep Magenta #C416AB
Tints of Deep Magenta #C416AB
RGB
CMYK
RGB Variations
Color information
#C416AB (or 0xC416AB) is known color: Deep Magenta. HEX triplet: C4, 16 and AB. RGB value is (196,22,171). Sum of RGB (Red+Green+Blue) = 196+22+171=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 22 (8.98% from 255 or 5.66% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C416AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C416AB is #3BE954. Grayscale: #5A5A5A. Windows color (decimal): -3926357 or 11212484. OLE color: 11212484.
HSL color Cylindrical-coordinate representation of color #C416AB: hue angle of 308.62º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C416AB is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 22 | 171 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.23 |
| HSL | 308.62º | 0.8% | 0.43% | - |
| HSV(B) | 308.62º | 0.89% | 0.77% | - |
| XYZ | 30.4 | 15.25 | 39.87 | - |
| YUV | 91.01 | 173.15 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 22 | 171 | 0 | 0.89 | 0.13 | 0.23 | 308.62 | 0.8 | 0.43 |
| Hex | C4 | 16 | AB | 0 | 59 | D | 17 | 135 | 50 | 2B |
| Octal | 304 | 26 | 253 | 0 | 131 | 15 | 27 | 465 | 120 | 53 |
| Binary | 11000100 | 10110 | 10101011 | 0 | 1011001 | 1101 | 10111 | 100110101 | 1010000 | 101011 |
Color Harmonies of #C416AB
Complementary color
Monochromatic Colors of #C416AB
Black with #C416AB
Text Example
Text Example
White with #C416AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C416AB; }
p { color: rgb(196,22,171); }
H1.HeaderClassName
{
color: #C416AB;
}
.AnyTagClassName
{
color: #C416AB;
}
</style>
background-color css
<style>
a { background-color: #C416AB; }
a { background-color: rgb(196,22,171); }
div.DivClassName
{
background-color: #C416AB;
}
.BgClassName
{
background-color: #C416AB;
}
</style>
border-color css
<style>
span { border-color: #C416AB; }
span { border-color: rgb(196,22,171); }
td.TdClassName
{
border-color: #C416AB;
}
.TagClassName
{
border-color: #C416AB;
}
</style>