Shades of Deep Magenta #C40CB5
Tints of Deep Magenta #C40CB5
RGB
CMYK
RGB Variations
Color information
#C40CB5 (or 0xC40CB5) is known color: Deep Magenta. HEX triplet: C4, 0C and B5. RGB value is (196,12,181). Sum of RGB (Red+Green+Blue) = 196+12+181=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 12 (5.08% from 255 or 3.08% from 389); Blue value is 181 (71.09% from 255 or 46.53% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C40CB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40CB5 is #3BF34A. Grayscale: #555555. Windows color (decimal): -3928907 or 11865284. OLE color: 11865284.
HSL color Cylindrical-coordinate representation of color #C40CB5: hue angle of 304.89º degrees, saturation: 0.88, 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 #C40CB5 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 12 | 181 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.23 |
| HSL | 304.89º | 0.88% | 0.41% | - |
| HSV(B) | 304.89º | 0.94% | 0.77% | - |
| XYZ | 31.24 | 15.33 | 45.03 | - |
| YUV | 86.28 | 181.46 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 12 | 181 | 0 | 0.94 | 0.08 | 0.23 | 304.89 | 0.88 | 0.41 |
| Hex | C4 | C | B5 | 0 | 5E | 8 | 17 | 131 | 58 | 29 |
| Octal | 304 | 14 | 265 | 0 | 136 | 10 | 27 | 461 | 130 | 51 |
| Binary | 11000100 | 1100 | 10110101 | 0 | 1011110 | 1000 | 10111 | 100110001 | 1011000 | 101001 |
Color Harmonies of #C40CB5
Complementary color
Monochromatic Colors of #C40CB5
Black with #C40CB5
Text Example
Text Example
White with #C40CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40CB5; }
p { color: rgb(196,12,181); }
H1.HeaderClassName
{
color: #C40CB5;
}
.AnyTagClassName
{
color: #C40CB5;
}
</style>
background-color css
<style>
a { background-color: #C40CB5; }
a { background-color: rgb(196,12,181); }
div.DivClassName
{
background-color: #C40CB5;
}
.BgClassName
{
background-color: #C40CB5;
}
</style>
border-color css
<style>
span { border-color: #C40CB5; }
span { border-color: rgb(196,12,181); }
td.TdClassName
{
border-color: #C40CB5;
}
.TagClassName
{
border-color: #C40CB5;
}
</style>