Shades of Deep Magenta #C40BBC
Tints of Deep Magenta #C40BBC
RGB
CMYK
RGB Variations
Color information
#C40BBC (or 0xC40BBC) is known color: Deep Magenta. HEX triplet: C4, 0B and BC. RGB value is (196,11,188). Sum of RGB (Red+Green+Blue) = 196+11+188=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 11 (4.69% from 255 or 2.78% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C40BBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40BBC is #3BF443. Grayscale: #555555. Windows color (decimal): -3929156 or 12323780. OLE color: 12323780.
HSL color Cylindrical-coordinate representation of color #C40BBC: hue angle of 302.59º 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 #C40BBC is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 188 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.23 |
| HSL | 302.59º | 0.89% | 0.41% | - |
| HSV(B) | 302.59º | 0.94% | 0.77% | - |
| XYZ | 31.96 | 15.61 | 48.9 | - |
| YUV | 86.49 | 185.29 | 206.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 188 | 0 | 0.94 | 0.04 | 0.23 | 302.59 | 0.89 | 0.41 |
| Hex | C4 | B | BC | 0 | 5E | 4 | 17 | 12F | 59 | 29 |
| Octal | 304 | 13 | 274 | 0 | 136 | 4 | 27 | 457 | 131 | 51 |
| Binary | 11000100 | 1011 | 10111100 | 0 | 1011110 | 100 | 10111 | 100101111 | 1011001 | 101001 |
Color Harmonies of #C40BBC
Complementary color
Monochromatic Colors of #C40BBC
Black with #C40BBC
Text Example
Text Example
White with #C40BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40BBC; }
p { color: rgb(196,11,188); }
H1.HeaderClassName
{
color: #C40BBC;
}
.AnyTagClassName
{
color: #C40BBC;
}
</style>
background-color css
<style>
a { background-color: #C40BBC; }
a { background-color: rgb(196,11,188); }
div.DivClassName
{
background-color: #C40BBC;
}
.BgClassName
{
background-color: #C40BBC;
}
</style>
border-color css
<style>
span { border-color: #C40BBC; }
span { border-color: rgb(196,11,188); }
td.TdClassName
{
border-color: #C40BBC;
}
.TagClassName
{
border-color: #C40BBC;
}
</style>