Shades of Deep Magenta #C406BE
Tints of Deep Magenta #C406BE
RGB
CMYK
RGB Variations
Color information
#C406BE (or 0xC406BE) is known color: Deep Magenta. HEX triplet: C4, 06 and BE. RGB value is (196,6,190). Sum of RGB (Red+Green+Blue) = 196+6+190=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 6 (2.73% from 255 or 1.53% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C406BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C406BE is #3BF941. Grayscale: #535353. Windows color (decimal): -3930434 or 12453572. OLE color: 12453572.
HSL color Cylindrical-coordinate representation of color #C406BE: hue angle of 301.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 #C406BE is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 6 | 190 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.23 |
| HSL | 301.89º | 0.94% | 0.4% | - |
| HSV(B) | 301.89º | 0.97% | 0.77% | - |
| XYZ | 32.12 | 15.58 | 50.03 | - |
| YUV | 83.79 | 187.95 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 6 | 190 | 0 | 0.97 | 0.03 | 0.23 | 301.89 | 0.94 | 0.4 |
| Hex | C4 | 6 | BE | 0 | 61 | 3 | 17 | 12E | 5E | 28 |
| Octal | 304 | 6 | 276 | 0 | 141 | 3 | 27 | 456 | 136 | 50 |
| Binary | 11000100 | 110 | 10111110 | 0 | 1100001 | 11 | 10111 | 100101110 | 1011110 | 101000 |
Color Harmonies of #C406BE
Complementary color
Monochromatic Colors of #C406BE
Black with #C406BE
Text Example
Text Example
White with #C406BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C406BE; }
p { color: rgb(196,6,190); }
H1.HeaderClassName
{
color: #C406BE;
}
.AnyTagClassName
{
color: #C406BE;
}
</style>
background-color css
<style>
a { background-color: #C406BE; }
a { background-color: rgb(196,6,190); }
div.DivClassName
{
background-color: #C406BE;
}
.BgClassName
{
background-color: #C406BE;
}
</style>
border-color css
<style>
span { border-color: #C406BE; }
span { border-color: rgb(196,6,190); }
td.TdClassName
{
border-color: #C406BE;
}
.TagClassName
{
border-color: #C406BE;
}
</style>