Shades of Deep Magenta #C40CAB
Tints of Deep Magenta #C40CAB
RGB
CMYK
RGB Variations
Color information
#C40CAB (or 0xC40CAB) is known color: Deep Magenta. HEX triplet: C4, 0C and AB. RGB value is (196,12,171). Sum of RGB (Red+Green+Blue) = 196+12+171=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 12 (5.08% from 255 or 3.17% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C40CAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40CAB is #3BF354. Grayscale: #545454. Windows color (decimal): -3928917 or 11209924. OLE color: 11209924.
HSL color Cylindrical-coordinate representation of color #C40CAB: hue angle of 308.15º 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 #C40CAB is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 12 | 171 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.23 |
| HSL | 308.15º | 0.88% | 0.41% | - |
| HSV(B) | 308.15º | 0.94% | 0.77% | - |
| XYZ | 30.25 | 14.94 | 39.82 | - |
| YUV | 85.14 | 176.46 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 12 | 171 | 0 | 0.94 | 0.13 | 0.23 | 308.15 | 0.88 | 0.41 |
| Hex | C4 | C | AB | 0 | 5E | D | 17 | 134 | 58 | 29 |
| Octal | 304 | 14 | 253 | 0 | 136 | 15 | 27 | 464 | 130 | 51 |
| Binary | 11000100 | 1100 | 10101011 | 0 | 1011110 | 1101 | 10111 | 100110100 | 1011000 | 101001 |
Color Harmonies of #C40CAB
Complementary color
Monochromatic Colors of #C40CAB
Black with #C40CAB
Text Example
Text Example
White with #C40CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40CAB; }
p { color: rgb(196,12,171); }
H1.HeaderClassName
{
color: #C40CAB;
}
.AnyTagClassName
{
color: #C40CAB;
}
</style>
background-color css
<style>
a { background-color: #C40CAB; }
a { background-color: rgb(196,12,171); }
div.DivClassName
{
background-color: #C40CAB;
}
.BgClassName
{
background-color: #C40CAB;
}
</style>
border-color css
<style>
span { border-color: #C40CAB; }
span { border-color: rgb(196,12,171); }
td.TdClassName
{
border-color: #C40CAB;
}
.TagClassName
{
border-color: #C40CAB;
}
</style>