Shades of Deep Magenta #C40BB2
Tints of Deep Magenta #C40BB2
RGB
CMYK
RGB Variations
Color information
#C40BB2 (or 0xC40BB2) is known color: Deep Magenta. HEX triplet: C4, 0B and B2. RGB value is (196,11,178). Sum of RGB (Red+Green+Blue) = 196+11+178=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 11 (4.69% from 255 or 2.86% from 385); Blue value is 178 (69.92% from 255 or 46.23% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C40BB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40BB2 is #3BF44D. Grayscale: #545454. Windows color (decimal): -3929166 or 11668420. OLE color: 11668420.
HSL color Cylindrical-coordinate representation of color #C40BB2: hue angle of 305.84º 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 #C40BB2 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 178 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.23 |
| HSL | 305.84º | 0.89% | 0.41% | - |
| HSV(B) | 305.84º | 0.94% | 0.77% | - |
| XYZ | 30.92 | 15.19 | 43.42 | - |
| YUV | 85.35 | 180.29 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 178 | 0 | 0.94 | 0.09 | 0.23 | 305.84 | 0.89 | 0.41 |
| Hex | C4 | B | B2 | 0 | 5E | 9 | 17 | 132 | 59 | 29 |
| Octal | 304 | 13 | 262 | 0 | 136 | 11 | 27 | 462 | 131 | 51 |
| Binary | 11000100 | 1011 | 10110010 | 0 | 1011110 | 1001 | 10111 | 100110010 | 1011001 | 101001 |
Color Harmonies of #C40BB2
Complementary color
Monochromatic Colors of #C40BB2
Black with #C40BB2
Text Example
Text Example
White with #C40BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40BB2; }
p { color: rgb(196,11,178); }
H1.HeaderClassName
{
color: #C40BB2;
}
.AnyTagClassName
{
color: #C40BB2;
}
</style>
background-color css
<style>
a { background-color: #C40BB2; }
a { background-color: rgb(196,11,178); }
div.DivClassName
{
background-color: #C40BB2;
}
.BgClassName
{
background-color: #C40BB2;
}
</style>
border-color css
<style>
span { border-color: #C40BB2; }
span { border-color: rgb(196,11,178); }
td.TdClassName
{
border-color: #C40BB2;
}
.TagClassName
{
border-color: #C40BB2;
}
</style>