Shades of Deep Magenta #C40BAA
Tints of Deep Magenta #C40BAA
RGB
CMYK
RGB Variations
Color information
#C40BAA (or 0xC40BAA) is known color: Deep Magenta. HEX triplet: C4, 0B and AA. RGB value is (196,11,170). Sum of RGB (Red+Green+Blue) = 196+11+170=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 11 (4.69% from 255 or 2.92% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C40BAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40BAA is #3BF455. Grayscale: #535353. Windows color (decimal): -3929174 or 11144132. OLE color: 11144132.
HSL color Cylindrical-coordinate representation of color #C40BAA: hue angle of 308.43º 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 #C40BAA is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 170 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.23 |
| HSL | 308.43º | 0.89% | 0.41% | - |
| HSV(B) | 308.43º | 0.94% | 0.77% | - |
| XYZ | 30.14 | 14.88 | 39.31 | - |
| YUV | 84.44 | 176.29 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 170 | 0 | 0.94 | 0.13 | 0.23 | 308.43 | 0.89 | 0.41 |
| Hex | C4 | B | AA | 0 | 5E | D | 17 | 134 | 59 | 29 |
| Octal | 304 | 13 | 252 | 0 | 136 | 15 | 27 | 464 | 131 | 51 |
| Binary | 11000100 | 1011 | 10101010 | 0 | 1011110 | 1101 | 10111 | 100110100 | 1011001 | 101001 |
Color Harmonies of #C40BAA
Complementary color
Monochromatic Colors of #C40BAA
Black with #C40BAA
Text Example
Text Example
White with #C40BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40BAA; }
p { color: rgb(196,11,170); }
H1.HeaderClassName
{
color: #C40BAA;
}
.AnyTagClassName
{
color: #C40BAA;
}
</style>
background-color css
<style>
a { background-color: #C40BAA; }
a { background-color: rgb(196,11,170); }
div.DivClassName
{
background-color: #C40BAA;
}
.BgClassName
{
background-color: #C40BAA;
}
</style>
border-color css
<style>
span { border-color: #C40BAA; }
span { border-color: rgb(196,11,170); }
td.TdClassName
{
border-color: #C40BAA;
}
.TagClassName
{
border-color: #C40BAA;
}
</style>