Shades of Deep Magenta #C40ABB
Tints of Deep Magenta #C40ABB
RGB
CMYK
RGB Variations
Color information
#C40ABB (or 0xC40ABB) is known color: Deep Magenta. HEX triplet: C4, 0A and BB. RGB value is (196,10,187). Sum of RGB (Red+Green+Blue) = 196+10+187=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 10 (4.30% from 255 or 2.54% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C40ABB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40ABB is #3BF544. Grayscale: #555555. Windows color (decimal): -3929413 or 12257988. OLE color: 12257988.
HSL color Cylindrical-coordinate representation of color #C40ABB: hue angle of 302.9º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40ABB is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 10 | 187 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.23 |
| HSL | 302.9º | 0.9% | 0.4% | - |
| HSV(B) | 302.9º | 0.95% | 0.77% | - |
| XYZ | 31.84 | 15.54 | 48.34 | - |
| YUV | 85.79 | 185.12 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 10 | 187 | 0 | 0.95 | 0.05 | 0.23 | 302.9 | 0.9 | 0.4 |
| Hex | C4 | A | BB | 0 | 5F | 5 | 17 | 12F | 5A | 28 |
| Octal | 304 | 12 | 273 | 0 | 137 | 5 | 27 | 457 | 132 | 50 |
| Binary | 11000100 | 1010 | 10111011 | 0 | 1011111 | 101 | 10111 | 100101111 | 1011010 | 101000 |
Color Harmonies of #C40ABB
Complementary color
Monochromatic Colors of #C40ABB
Black with #C40ABB
Text Example
Text Example
White with #C40ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40ABB; }
p { color: rgb(196,10,187); }
H1.HeaderClassName
{
color: #C40ABB;
}
.AnyTagClassName
{
color: #C40ABB;
}
</style>
background-color css
<style>
a { background-color: #C40ABB; }
a { background-color: rgb(196,10,187); }
div.DivClassName
{
background-color: #C40ABB;
}
.BgClassName
{
background-color: #C40ABB;
}
</style>
border-color css
<style>
span { border-color: #C40ABB; }
span { border-color: rgb(196,10,187); }
td.TdClassName
{
border-color: #C40ABB;
}
.TagClassName
{
border-color: #C40ABB;
}
</style>