Shades of Deep Magenta #C40BAE
Tints of Deep Magenta #C40BAE
RGB
CMYK
RGB Variations
Color information
#C40BAE (or 0xC40BAE) is known color: Deep Magenta. HEX triplet: C4, 0B and AE. RGB value is (196,11,174). Sum of RGB (Red+Green+Blue) = 196+11+174=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 11 (4.69% from 255 or 2.89% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C40BAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40BAE is #3BF451. Grayscale: #545454. Windows color (decimal): -3929170 or 11406276. OLE color: 11406276.
HSL color Cylindrical-coordinate representation of color #C40BAE: hue angle of 307.14º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40BAE is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 174 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.23 |
| HSL | 307.14º | 0.89% | 0.41% | - |
| HSV(B) | 307.14º | 0.94% | 0.77% | - |
| XYZ | 30.52 | 15.03 | 41.34 | - |
| YUV | 84.9 | 178.29 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 174 | 0 | 0.94 | 0.11 | 0.23 | 307.14 | 0.89 | 0.41 |
| Hex | C4 | B | AE | 0 | 5E | B | 17 | 133 | 59 | 29 |
| Octal | 304 | 13 | 256 | 0 | 136 | 13 | 27 | 463 | 131 | 51 |
| Binary | 11000100 | 1011 | 10101110 | 0 | 1011110 | 1011 | 10111 | 100110011 | 1011001 | 101001 |
Color Harmonies of #C40BAE
Complementary color
Monochromatic Colors of #C40BAE
Black with #C40BAE
Text Example
Text Example
White with #C40BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40BAE; }
p { color: rgb(196,11,174); }
H1.HeaderClassName
{
color: #C40BAE;
}
.AnyTagClassName
{
color: #C40BAE;
}
</style>
background-color css
<style>
a { background-color: #C40BAE; }
a { background-color: rgb(196,11,174); }
div.DivClassName
{
background-color: #C40BAE;
}
.BgClassName
{
background-color: #C40BAE;
}
</style>
border-color css
<style>
span { border-color: #C40BAE; }
span { border-color: rgb(196,11,174); }
td.TdClassName
{
border-color: #C40BAE;
}
.TagClassName
{
border-color: #C40BAE;
}
</style>