Shades of Deep Magenta #C40AB9
Tints of Deep Magenta #C40AB9
RGB
CMYK
RGB Variations
Color information
#C40AB9 (or 0xC40AB9) is known color: Deep Magenta. HEX triplet: C4, 0A and B9. RGB value is (196,10,185). Sum of RGB (Red+Green+Blue) = 196+10+185=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 10 (4.30% from 255 or 2.56% from 391); Blue value is 185 (72.66% from 255 or 47.31% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C40AB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40AB9 is #3BF546. Grayscale: #555555. Windows color (decimal): -3929415 or 12126916. OLE color: 12126916.
HSL color Cylindrical-coordinate representation of color #C40AB9: hue angle of 303.55º 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 #C40AB9 is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 10 | 185 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.23 |
| HSL | 303.55º | 0.9% | 0.4% | - |
| HSV(B) | 303.55º | 0.95% | 0.77% | - |
| XYZ | 31.63 | 15.46 | 47.22 | - |
| YUV | 85.56 | 184.12 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 10 | 185 | 0 | 0.95 | 0.06 | 0.23 | 303.55 | 0.9 | 0.4 |
| Hex | C4 | A | B9 | 0 | 5F | 6 | 17 | 130 | 5A | 28 |
| Octal | 304 | 12 | 271 | 0 | 137 | 6 | 27 | 460 | 132 | 50 |
| Binary | 11000100 | 1010 | 10111001 | 0 | 1011111 | 110 | 10111 | 100110000 | 1011010 | 101000 |
Color Harmonies of #C40AB9
Complementary color
Monochromatic Colors of #C40AB9
Black with #C40AB9
Text Example
Text Example
White with #C40AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40AB9; }
p { color: rgb(196,10,185); }
H1.HeaderClassName
{
color: #C40AB9;
}
.AnyTagClassName
{
color: #C40AB9;
}
</style>
background-color css
<style>
a { background-color: #C40AB9; }
a { background-color: rgb(196,10,185); }
div.DivClassName
{
background-color: #C40AB9;
}
.BgClassName
{
background-color: #C40AB9;
}
</style>
border-color css
<style>
span { border-color: #C40AB9; }
span { border-color: rgb(196,10,185); }
td.TdClassName
{
border-color: #C40AB9;
}
.TagClassName
{
border-color: #C40AB9;
}
</style>