Shades of Deep Magenta #C406BB
Tints of Deep Magenta #C406BB
RGB
CMYK
RGB Variations
Color information
#C406BB (or 0xC406BB) is known color: Deep Magenta. HEX triplet: C4, 06 and BB. RGB value is (196,6,187). Sum of RGB (Red+Green+Blue) = 196+6+187=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 6 (2.73% from 255 or 1.54% from 389); Blue value is 187 (73.44% from 255 or 48.07% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C406BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C406BB is #3BF944. Grayscale: #525252. Windows color (decimal): -3930437 or 12256964. OLE color: 12256964.
HSL color Cylindrical-coordinate representation of color #C406BB: hue angle of 302.84º 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 #C406BB is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 6 | 187 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.23 |
| HSL | 302.84º | 0.94% | 0.4% | - |
| HSV(B) | 302.84º | 0.97% | 0.77% | - |
| XYZ | 31.8 | 15.45 | 48.32 | - |
| YUV | 83.44 | 186.45 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 6 | 187 | 0 | 0.97 | 0.05 | 0.23 | 302.84 | 0.94 | 0.4 |
| Hex | C4 | 6 | BB | 0 | 61 | 5 | 17 | 12F | 5E | 28 |
| Octal | 304 | 6 | 273 | 0 | 141 | 5 | 27 | 457 | 136 | 50 |
| Binary | 11000100 | 110 | 10111011 | 0 | 1100001 | 101 | 10111 | 100101111 | 1011110 | 101000 |
Color Harmonies of #C406BB
Complementary color
Monochromatic Colors of #C406BB
Black with #C406BB
Text Example
Text Example
White with #C406BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C406BB; }
p { color: rgb(196,6,187); }
H1.HeaderClassName
{
color: #C406BB;
}
.AnyTagClassName
{
color: #C406BB;
}
</style>
background-color css
<style>
a { background-color: #C406BB; }
a { background-color: rgb(196,6,187); }
div.DivClassName
{
background-color: #C406BB;
}
.BgClassName
{
background-color: #C406BB;
}
</style>
border-color css
<style>
span { border-color: #C406BB; }
span { border-color: rgb(196,6,187); }
td.TdClassName
{
border-color: #C406BB;
}
.TagClassName
{
border-color: #C406BB;
}
</style>