Shades of Deep Magenta #C40BC0
Tints of Deep Magenta #C40BC0
RGB
CMYK
RGB Variations
Color information
#C40BC0 (or 0xC40BC0) is known color: Deep Magenta. HEX triplet: C4, 0B and C0. RGB value is (196,11,192). Sum of RGB (Red+Green+Blue) = 196+11+192=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 11 (4.69% from 255 or 2.76% from 399); Blue value is 192 (75.39% from 255 or 48.12% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C40BC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40BC0 is #3BF43F. Grayscale: #565656. Windows color (decimal): -3929152 or 12585924. OLE color: 12585924.
HSL color Cylindrical-coordinate representation of color #C40BC0: hue angle of 301.3º 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 #C40BC0 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 192 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.23 |
| HSL | 301.3º | 0.89% | 0.41% | - |
| HSV(B) | 301.3º | 0.94% | 0.77% | - |
| XYZ | 32.4 | 15.78 | 51.21 | - |
| YUV | 86.95 | 187.29 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 192 | 0 | 0.94 | 0.02 | 0.23 | 301.3 | 0.89 | 0.41 |
| Hex | C4 | B | C0 | 0 | 5E | 2 | 17 | 12D | 59 | 29 |
| Octal | 304 | 13 | 300 | 0 | 136 | 2 | 27 | 455 | 131 | 51 |
| Binary | 11000100 | 1011 | 11000000 | 0 | 1011110 | 10 | 10111 | 100101101 | 1011001 | 101001 |
Color Harmonies of #C40BC0
Complementary color
Monochromatic Colors of #C40BC0
Black with #C40BC0
Text Example
Text Example
White with #C40BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40BC0; }
p { color: rgb(196,11,192); }
H1.HeaderClassName
{
color: #C40BC0;
}
.AnyTagClassName
{
color: #C40BC0;
}
</style>
background-color css
<style>
a { background-color: #C40BC0; }
a { background-color: rgb(196,11,192); }
div.DivClassName
{
background-color: #C40BC0;
}
.BgClassName
{
background-color: #C40BC0;
}
</style>
border-color css
<style>
span { border-color: #C40BC0; }
span { border-color: rgb(196,11,192); }
td.TdClassName
{
border-color: #C40BC0;
}
.TagClassName
{
border-color: #C40BC0;
}
</style>