Shades of Deep Magenta #C412AB
Tints of Deep Magenta #C412AB
RGB
CMYK
RGB Variations
Color information
#C412AB (or 0xC412AB) is known color: Deep Magenta. HEX triplet: C4, 12 and AB. RGB value is (196,18,171). Sum of RGB (Red+Green+Blue) = 196+18+171=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 18 (7.42% from 255 or 4.68% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C412AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C412AB is #3BED54. Grayscale: #585858. Windows color (decimal): -3927381 or 11211460. OLE color: 11211460.
HSL color Cylindrical-coordinate representation of color #C412AB: hue angle of 308.43º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C412AB is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 18 | 171 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.23 |
| HSL | 308.43º | 0.83% | 0.42% | - |
| HSV(B) | 308.43º | 0.91% | 0.77% | - |
| XYZ | 30.33 | 15.11 | 39.85 | - |
| YUV | 88.66 | 174.47 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 18 | 171 | 0 | 0.91 | 0.13 | 0.23 | 308.43 | 0.83 | 0.42 |
| Hex | C4 | 12 | AB | 0 | 5B | D | 17 | 134 | 53 | 2A |
| Octal | 304 | 22 | 253 | 0 | 133 | 15 | 27 | 464 | 123 | 52 |
| Binary | 11000100 | 10010 | 10101011 | 0 | 1011011 | 1101 | 10111 | 100110100 | 1010011 | 101010 |
Color Harmonies of #C412AB
Complementary color
Monochromatic Colors of #C412AB
Black with #C412AB
Text Example
Text Example
White with #C412AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C412AB; }
p { color: rgb(196,18,171); }
H1.HeaderClassName
{
color: #C412AB;
}
.AnyTagClassName
{
color: #C412AB;
}
</style>
background-color css
<style>
a { background-color: #C412AB; }
a { background-color: rgb(196,18,171); }
div.DivClassName
{
background-color: #C412AB;
}
.BgClassName
{
background-color: #C412AB;
}
</style>
border-color css
<style>
span { border-color: #C412AB; }
span { border-color: rgb(196,18,171); }
td.TdClassName
{
border-color: #C412AB;
}
.TagClassName
{
border-color: #C412AB;
}
</style>