Shades of Deep Magenta #C40CAC
Tints of Deep Magenta #C40CAC
RGB
CMYK
RGB Variations
Color information
#C40CAC (or 0xC40CAC) is known color: Deep Magenta. HEX triplet: C4, 0C and AC. RGB value is (196,12,172). Sum of RGB (Red+Green+Blue) = 196+12+172=380 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.58% from 380); Green value is 12 (5.08% from 255 or 3.16% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 196 - color contains mainly: red. Hex color #C40CAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40CAC is #3BF353. Grayscale: #545454. Windows color (decimal): -3928916 or 11275460. OLE color: 11275460.
HSL color Cylindrical-coordinate representation of color #C40CAC: hue angle of 307.83º 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 #C40CAC is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 12 | 172 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.23 |
| HSL | 307.83º | 0.88% | 0.41% | - |
| HSV(B) | 307.83º | 0.94% | 0.77% | - |
| XYZ | 30.34 | 14.98 | 40.32 | - |
| YUV | 85.26 | 176.96 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 12 | 172 | 0 | 0.94 | 0.12 | 0.23 | 307.83 | 0.88 | 0.41 |
| Hex | C4 | C | AC | 0 | 5E | C | 17 | 134 | 58 | 29 |
| Octal | 304 | 14 | 254 | 0 | 136 | 14 | 27 | 464 | 130 | 51 |
| Binary | 11000100 | 1100 | 10101100 | 0 | 1011110 | 1100 | 10111 | 100110100 | 1011000 | 101001 |
Color Harmonies of #C40CAC
Complementary color
Monochromatic Colors of #C40CAC
Black with #C40CAC
Text Example
Text Example
White with #C40CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40CAC; }
p { color: rgb(196,12,172); }
H1.HeaderClassName
{
color: #C40CAC;
}
.AnyTagClassName
{
color: #C40CAC;
}
</style>
background-color css
<style>
a { background-color: #C40CAC; }
a { background-color: rgb(196,12,172); }
div.DivClassName
{
background-color: #C40CAC;
}
.BgClassName
{
background-color: #C40CAC;
}
</style>
border-color css
<style>
span { border-color: #C40CAC; }
span { border-color: rgb(196,12,172); }
td.TdClassName
{
border-color: #C40CAC;
}
.TagClassName
{
border-color: #C40CAC;
}
</style>