Shades of Deep Magenta #C406AB
Tints of Deep Magenta #C406AB
RGB
CMYK
RGB Variations
Color information
#C406AB (or 0xC406AB) is known color: Deep Magenta. HEX triplet: C4, 06 and AB. RGB value is (196,6,171). Sum of RGB (Red+Green+Blue) = 196+6+171=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 6 (2.73% from 255 or 1.61% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C406AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C406AB is #3BF954. Grayscale: #515151. Windows color (decimal): -3930453 or 11208388. OLE color: 11208388.
HSL color Cylindrical-coordinate representation of color #C406AB: hue angle of 307.89º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C406AB is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 6 | 171 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.23 |
| HSL | 307.89º | 0.94% | 0.4% | - |
| HSV(B) | 307.89º | 0.97% | 0.77% | - |
| XYZ | 30.18 | 14.81 | 39.8 | - |
| YUV | 81.62 | 178.45 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 6 | 171 | 0 | 0.97 | 0.13 | 0.23 | 307.89 | 0.94 | 0.4 |
| Hex | C4 | 6 | AB | 0 | 61 | D | 17 | 134 | 5E | 28 |
| Octal | 304 | 6 | 253 | 0 | 141 | 15 | 27 | 464 | 136 | 50 |
| Binary | 11000100 | 110 | 10101011 | 0 | 1100001 | 1101 | 10111 | 100110100 | 1011110 | 101000 |
Color Harmonies of #C406AB
Complementary color
Monochromatic Colors of #C406AB
Black with #C406AB
Text Example
Text Example
White with #C406AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C406AB; }
p { color: rgb(196,6,171); }
H1.HeaderClassName
{
color: #C406AB;
}
.AnyTagClassName
{
color: #C406AB;
}
</style>
background-color css
<style>
a { background-color: #C406AB; }
a { background-color: rgb(196,6,171); }
div.DivClassName
{
background-color: #C406AB;
}
.BgClassName
{
background-color: #C406AB;
}
</style>
border-color css
<style>
span { border-color: #C406AB; }
span { border-color: rgb(196,6,171); }
td.TdClassName
{
border-color: #C406AB;
}
.TagClassName
{
border-color: #C406AB;
}
</style>