Shades of Deep Magenta #C406AA
Tints of Deep Magenta #C406AA
RGB
CMYK
RGB Variations
Color information
#C406AA (or 0xC406AA) is known color: Deep Magenta. HEX triplet: C4, 06 and AA. RGB value is (196,6,170). Sum of RGB (Red+Green+Blue) = 196+6+170=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 6 (2.73% from 255 or 1.61% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C406AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C406AA is #3BF955. Grayscale: #515151. Windows color (decimal): -3930454 or 11142852. OLE color: 11142852.
HSL color Cylindrical-coordinate representation of color #C406AA: hue angle of 308.21º 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 #C406AA is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 6 | 170 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.23 |
| HSL | 308.21º | 0.94% | 0.4% | - |
| HSV(B) | 308.21º | 0.97% | 0.77% | - |
| XYZ | 30.09 | 14.77 | 39.3 | - |
| YUV | 81.51 | 177.95 | 209.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 6 | 170 | 0 | 0.97 | 0.13 | 0.23 | 308.21 | 0.94 | 0.4 |
| Hex | C4 | 6 | AA | 0 | 61 | D | 17 | 134 | 5E | 28 |
| Octal | 304 | 6 | 252 | 0 | 141 | 15 | 27 | 464 | 136 | 50 |
| Binary | 11000100 | 110 | 10101010 | 0 | 1100001 | 1101 | 10111 | 100110100 | 1011110 | 101000 |
Color Harmonies of #C406AA
Complementary color
Monochromatic Colors of #C406AA
Black with #C406AA
Text Example
Text Example
White with #C406AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C406AA; }
p { color: rgb(196,6,170); }
H1.HeaderClassName
{
color: #C406AA;
}
.AnyTagClassName
{
color: #C406AA;
}
</style>
background-color css
<style>
a { background-color: #C406AA; }
a { background-color: rgb(196,6,170); }
div.DivClassName
{
background-color: #C406AA;
}
.BgClassName
{
background-color: #C406AA;
}
</style>
border-color css
<style>
span { border-color: #C406AA; }
span { border-color: rgb(196,6,170); }
td.TdClassName
{
border-color: #C406AA;
}
.TagClassName
{
border-color: #C406AA;
}
</style>