Shades of Deep Magenta #C40BC8
Tints of Deep Magenta #C40BC8
RGB
CMYK
RGB Variations
Color information
#C40BC8 (or 0xC40BC8) is known color: Deep Magenta. HEX triplet: C4, 0B and C8. RGB value is (196,11,200). Sum of RGB (Red+Green+Blue) = 196+11+200=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 11 (4.69% from 255 or 2.70% from 407); Blue value is 200 (78.52% from 255 or 49.14% from 407); Max value from RGB is 200 - color contains mainly: blue. Hex color #C40BC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40BC8 is #3BF437. Grayscale: #575757. Windows color (decimal): -3929144 or 13110212. OLE color: 13110212.
HSL color Cylindrical-coordinate representation of color #C40BC8: hue angle of 298.73º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40BC8 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 11 | 200 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.22 |
| HSL | 298.73º | 0.9% | 0.41% | - |
| HSV(B) | 298.73º | 0.95% | 0.78% | - |
| XYZ | 33.31 | 16.15 | 56 | - |
| YUV | 87.86 | 191.29 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 200 | 0.02 | 0.94 | 0 | 0.22 | 298.73 | 0.9 | 0.41 |
| Hex | C4 | B | C8 | 2 | 5E | 0 | 16 | 12B | 5A | 29 |
| Octal | 304 | 13 | 310 | 2 | 136 | 0 | 26 | 453 | 132 | 51 |
| Binary | 11000100 | 1011 | 11001000 | 10 | 1011110 | 0 | 10110 | 100101011 | 1011010 | 101001 |
Color Harmonies of #C40BC8
Complementary color
Monochromatic Colors of #C40BC8
Black with #C40BC8
Text Example
Text Example
White with #C40BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40BC8; }
p { color: rgb(196,11,200); }
H1.HeaderClassName
{
color: #C40BC8;
}
.AnyTagClassName
{
color: #C40BC8;
}
</style>
background-color css
<style>
a { background-color: #C40BC8; }
a { background-color: rgb(196,11,200); }
div.DivClassName
{
background-color: #C40BC8;
}
.BgClassName
{
background-color: #C40BC8;
}
</style>
border-color css
<style>
span { border-color: #C40BC8; }
span { border-color: rgb(196,11,200); }
td.TdClassName
{
border-color: #C40BC8;
}
.TagClassName
{
border-color: #C40BC8;
}
</style>