Shades of Deep Magenta #C407AB
Tints of Deep Magenta #C407AB
RGB
CMYK
RGB Variations
Color information
#C407AB (or 0xC407AB) is known color: Deep Magenta. HEX triplet: C4, 07 and AB. RGB value is (196,7,171). Sum of RGB (Red+Green+Blue) = 196+7+171=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 7 (3.12% from 255 or 1.87% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C407AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C407AB is #3BF854. Grayscale: #515151. Windows color (decimal): -3930197 or 11208644. OLE color: 11208644.
HSL color Cylindrical-coordinate representation of color #C407AB: hue angle of 307.94º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C407AB is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 7 | 171 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.23 |
| HSL | 307.94º | 0.93% | 0.4% | - |
| HSV(B) | 307.94º | 0.96% | 0.77% | - |
| XYZ | 30.19 | 14.83 | 39.8 | - |
| YUV | 82.21 | 178.12 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 171 | 0 | 0.96 | 0.13 | 0.23 | 307.94 | 0.93 | 0.4 |
| Hex | C4 | 7 | AB | 0 | 60 | D | 17 | 134 | 5D | 28 |
| Octal | 304 | 7 | 253 | 0 | 140 | 15 | 27 | 464 | 135 | 50 |
| Binary | 11000100 | 111 | 10101011 | 0 | 1100000 | 1101 | 10111 | 100110100 | 1011101 | 101000 |
Color Harmonies of #C407AB
Complementary color
Monochromatic Colors of #C407AB
Black with #C407AB
Text Example
Text Example
White with #C407AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C407AB; }
p { color: rgb(196,7,171); }
H1.HeaderClassName
{
color: #C407AB;
}
.AnyTagClassName
{
color: #C407AB;
}
</style>
background-color css
<style>
a { background-color: #C407AB; }
a { background-color: rgb(196,7,171); }
div.DivClassName
{
background-color: #C407AB;
}
.BgClassName
{
background-color: #C407AB;
}
</style>
border-color css
<style>
span { border-color: #C407AB; }
span { border-color: rgb(196,7,171); }
td.TdClassName
{
border-color: #C407AB;
}
.TagClassName
{
border-color: #C407AB;
}
</style>