Shades of Deep Magenta #C40BBE
Tints of Deep Magenta #C40BBE
RGB
CMYK
RGB Variations
Color information
#C40BBE (or 0xC40BBE) is known color: Deep Magenta. HEX triplet: C4, 0B and BE. RGB value is (196,11,190). Sum of RGB (Red+Green+Blue) = 196+11+190=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 11 (4.69% from 255 or 2.77% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C40BBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40BBE is #3BF441. Grayscale: #565656. Windows color (decimal): -3929154 or 12454852. OLE color: 12454852.
HSL color Cylindrical-coordinate representation of color #C40BBE: hue angle of 301.95º 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 #C40BBE is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 190 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.23 |
| HSL | 301.95º | 0.89% | 0.41% | - |
| HSV(B) | 301.95º | 0.94% | 0.77% | - |
| XYZ | 32.18 | 15.69 | 50.05 | - |
| YUV | 86.72 | 186.29 | 205.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 190 | 0 | 0.94 | 0.03 | 0.23 | 301.95 | 0.89 | 0.41 |
| Hex | C4 | B | BE | 0 | 5E | 3 | 17 | 12E | 59 | 29 |
| Octal | 304 | 13 | 276 | 0 | 136 | 3 | 27 | 456 | 131 | 51 |
| Binary | 11000100 | 1011 | 10111110 | 0 | 1011110 | 11 | 10111 | 100101110 | 1011001 | 101001 |
Color Harmonies of #C40BBE
Complementary color
Monochromatic Colors of #C40BBE
Black with #C40BBE
Text Example
Text Example
White with #C40BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40BBE; }
p { color: rgb(196,11,190); }
H1.HeaderClassName
{
color: #C40BBE;
}
.AnyTagClassName
{
color: #C40BBE;
}
</style>
background-color css
<style>
a { background-color: #C40BBE; }
a { background-color: rgb(196,11,190); }
div.DivClassName
{
background-color: #C40BBE;
}
.BgClassName
{
background-color: #C40BBE;
}
</style>
border-color css
<style>
span { border-color: #C40BBE; }
span { border-color: rgb(196,11,190); }
td.TdClassName
{
border-color: #C40BBE;
}
.TagClassName
{
border-color: #C40BBE;
}
</style>