Shades of Deep Magenta #C400AB
Tints of Deep Magenta #C400AB
RGB
CMYK
RGB Variations
Color information
#C400AB (or 0xC400AB) is known color: Deep Magenta. HEX triplet: C4, 00 and AB. RGB value is (196,0,171). Sum of RGB (Red+Green+Blue) = 196+0+171=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C400AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C400AB is #3BFF54. Grayscale: #4D4D4D. Windows color (decimal): -3931989 or 11206852. OLE color: 11206852.
HSL color Cylindrical-coordinate representation of color #C400AB: hue angle of 307.65º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C400AB is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 171 | - |
| CMYK | 0 | 1 | 0.13 | 0.23 |
| HSL | 307.65º | 1% | 0.38% | - |
| HSV(B) | 307.65º | 1% | 0.77% | - |
| XYZ | 30.12 | 14.68 | 39.77 | - |
| YUV | 78.1 | 180.43 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 171 | 0 | 1 | 0.13 | 0.23 | 307.65 | 1 | 0.38 |
| Hex | C4 | 0 | AB | 0 | 64 | D | 17 | 134 | 64 | 26 |
| Octal | 304 | 0 | 253 | 0 | 144 | 15 | 27 | 464 | 144 | 46 |
| Binary | 11000100 | 0 | 10101011 | 0 | 1100100 | 1101 | 10111 | 100110100 | 1100100 | 100110 |
Color Harmonies of #C400AB
Complementary color
Monochromatic Colors of #C400AB
Black with #C400AB
Text Example
Text Example
White with #C400AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C400AB; }
p { color: rgb(196,0,171); }
H1.HeaderClassName
{
color: #C400AB;
}
.AnyTagClassName
{
color: #C400AB;
}
</style>
background-color css
<style>
a { background-color: #C400AB; }
a { background-color: rgb(196,0,171); }
div.DivClassName
{
background-color: #C400AB;
}
.BgClassName
{
background-color: #C400AB;
}
</style>
border-color css
<style>
span { border-color: #C400AB; }
span { border-color: rgb(196,0,171); }
td.TdClassName
{
border-color: #C400AB;
}
.TagClassName
{
border-color: #C400AB;
}
</style>