Shades of Deep Magenta #C40BBA
Tints of Deep Magenta #C40BBA
RGB
CMYK
RGB Variations
Color information
#C40BBA (or 0xC40BBA) is known color: Deep Magenta. HEX triplet: C4, 0B and BA. RGB value is (196,11,186). Sum of RGB (Red+Green+Blue) = 196+11+186=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 11 (4.69% from 255 or 2.80% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C40BBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40BBA is #3BF445. Grayscale: #555555. Windows color (decimal): -3929158 or 12192708. OLE color: 12192708.
HSL color Cylindrical-coordinate representation of color #C40BBA: hue angle of 303.24º 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 #C40BBA is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 186 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.23 |
| HSL | 303.24º | 0.89% | 0.41% | - |
| HSV(B) | 303.24º | 0.94% | 0.77% | - |
| XYZ | 31.75 | 15.52 | 47.78 | - |
| YUV | 86.27 | 184.29 | 206.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 186 | 0 | 0.94 | 0.05 | 0.23 | 303.24 | 0.89 | 0.41 |
| Hex | C4 | B | BA | 0 | 5E | 5 | 17 | 12F | 59 | 29 |
| Octal | 304 | 13 | 272 | 0 | 136 | 5 | 27 | 457 | 131 | 51 |
| Binary | 11000100 | 1011 | 10111010 | 0 | 1011110 | 101 | 10111 | 100101111 | 1011001 | 101001 |
Color Harmonies of #C40BBA
Complementary color
Monochromatic Colors of #C40BBA
Black with #C40BBA
Text Example
Text Example
White with #C40BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40BBA; }
p { color: rgb(196,11,186); }
H1.HeaderClassName
{
color: #C40BBA;
}
.AnyTagClassName
{
color: #C40BBA;
}
</style>
background-color css
<style>
a { background-color: #C40BBA; }
a { background-color: rgb(196,11,186); }
div.DivClassName
{
background-color: #C40BBA;
}
.BgClassName
{
background-color: #C40BBA;
}
</style>
border-color css
<style>
span { border-color: #C40BBA; }
span { border-color: rgb(196,11,186); }
td.TdClassName
{
border-color: #C40BBA;
}
.TagClassName
{
border-color: #C40BBA;
}
</style>