Shades of Deep Magenta #C406C0
Tints of Deep Magenta #C406C0
RGB
CMYK
RGB Variations
Color information
#C406C0 (or 0xC406C0) is known color: Deep Magenta. HEX triplet: C4, 06 and C0. RGB value is (196,6,192). Sum of RGB (Red+Green+Blue) = 196+6+192=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 6 (2.73% from 255 or 1.52% from 394); Blue value is 192 (75.39% from 255 or 48.73% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C406C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C406C0 is #3BF93F. Grayscale: #535353. Windows color (decimal): -3930432 or 12584644. OLE color: 12584644.
HSL color Cylindrical-coordinate representation of color #C406C0: hue angle of 301.26º 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 #C406C0 is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 6 | 192 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.23 |
| HSL | 301.26º | 0.94% | 0.4% | - |
| HSV(B) | 301.26º | 0.97% | 0.77% | - |
| XYZ | 32.34 | 15.67 | 51.19 | - |
| YUV | 84.01 | 188.95 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 6 | 192 | 0 | 0.97 | 0.02 | 0.23 | 301.26 | 0.94 | 0.4 |
| Hex | C4 | 6 | C0 | 0 | 61 | 2 | 17 | 12D | 5E | 28 |
| Octal | 304 | 6 | 300 | 0 | 141 | 2 | 27 | 455 | 136 | 50 |
| Binary | 11000100 | 110 | 11000000 | 0 | 1100001 | 10 | 10111 | 100101101 | 1011110 | 101000 |
Color Harmonies of #C406C0
Complementary color
Monochromatic Colors of #C406C0
Black with #C406C0
Text Example
Text Example
White with #C406C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C406C0; }
p { color: rgb(196,6,192); }
H1.HeaderClassName
{
color: #C406C0;
}
.AnyTagClassName
{
color: #C406C0;
}
</style>
background-color css
<style>
a { background-color: #C406C0; }
a { background-color: rgb(196,6,192); }
div.DivClassName
{
background-color: #C406C0;
}
.BgClassName
{
background-color: #C406C0;
}
</style>
border-color css
<style>
span { border-color: #C406C0; }
span { border-color: rgb(196,6,192); }
td.TdClassName
{
border-color: #C406C0;
}
.TagClassName
{
border-color: #C406C0;
}
</style>