Shades of Deep Magenta #C40BB1
Tints of Deep Magenta #C40BB1
RGB
CMYK
RGB Variations
Color information
#C40BB1 (or 0xC40BB1) is known color: Deep Magenta. HEX triplet: C4, 0B and B1. RGB value is (196,11,177). Sum of RGB (Red+Green+Blue) = 196+11+177=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 11 (4.69% from 255 or 2.86% from 384); Blue value is 177 (69.53% from 255 or 46.09% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C40BB1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40BB1 is #3BF44E. Grayscale: #545454. Windows color (decimal): -3929167 or 11602884. OLE color: 11602884.
HSL color Cylindrical-coordinate representation of color #C40BB1: hue angle of 306.16º 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 #C40BB1 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 177 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.23 |
| HSL | 306.16º | 0.89% | 0.41% | - |
| HSV(B) | 306.16º | 0.94% | 0.77% | - |
| XYZ | 30.82 | 15.15 | 42.89 | - |
| YUV | 85.24 | 179.79 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 177 | 0 | 0.94 | 0.10 | 0.23 | 306.16 | 0.89 | 0.41 |
| Hex | C4 | B | B1 | 0 | 5E | A | 17 | 132 | 59 | 29 |
| Octal | 304 | 13 | 261 | 0 | 136 | 12 | 27 | 462 | 131 | 51 |
| Binary | 11000100 | 1011 | 10110001 | 0 | 1011110 | 1010 | 10111 | 100110010 | 1011001 | 101001 |
Color Harmonies of #C40BB1
Complementary color
Monochromatic Colors of #C40BB1
Black with #C40BB1
Text Example
Text Example
White with #C40BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40BB1; }
p { color: rgb(196,11,177); }
H1.HeaderClassName
{
color: #C40BB1;
}
.AnyTagClassName
{
color: #C40BB1;
}
</style>
background-color css
<style>
a { background-color: #C40BB1; }
a { background-color: rgb(196,11,177); }
div.DivClassName
{
background-color: #C40BB1;
}
.BgClassName
{
background-color: #C40BB1;
}
</style>
border-color css
<style>
span { border-color: #C40BB1; }
span { border-color: rgb(196,11,177); }
td.TdClassName
{
border-color: #C40BB1;
}
.TagClassName
{
border-color: #C40BB1;
}
</style>