Shades of Deep Magenta #C41AAF
Tints of Deep Magenta #C41AAF
RGB
CMYK
RGB Variations
Color information
#C41AAF (or 0xC41AAF) is known color: Deep Magenta. HEX triplet: C4, 1A and AF. RGB value is (196,26,175). Sum of RGB (Red+Green+Blue) = 196+26+175=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 26 (10.55% from 255 or 6.55% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C41AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41AAF is #3BE550. Grayscale: #5D5D5D. Windows color (decimal): -3925329 or 11475652. OLE color: 11475652.
HSL color Cylindrical-coordinate representation of color #C41AAF: hue angle of 307.41º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41AAF is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 26 | 175 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.23 |
| HSL | 307.41º | 0.77% | 0.44% | - |
| HSV(B) | 307.41º | 0.87% | 0.77% | - |
| XYZ | 30.87 | 15.57 | 41.94 | - |
| YUV | 93.82 | 173.82 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 175 | 0 | 0.87 | 0.11 | 0.23 | 307.41 | 0.77 | 0.44 |
| Hex | C4 | 1A | AF | 0 | 57 | B | 17 | 133 | 4D | 2C |
| Octal | 304 | 32 | 257 | 0 | 127 | 13 | 27 | 463 | 115 | 54 |
| Binary | 11000100 | 11010 | 10101111 | 0 | 1010111 | 1011 | 10111 | 100110011 | 1001101 | 101100 |
Color Harmonies of #C41AAF
Complementary color
Monochromatic Colors of #C41AAF
Black with #C41AAF
Text Example
Text Example
White with #C41AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41AAF; }
p { color: rgb(196,26,175); }
H1.HeaderClassName
{
color: #C41AAF;
}
.AnyTagClassName
{
color: #C41AAF;
}
</style>
background-color css
<style>
a { background-color: #C41AAF; }
a { background-color: rgb(196,26,175); }
div.DivClassName
{
background-color: #C41AAF;
}
.BgClassName
{
background-color: #C41AAF;
}
</style>
border-color css
<style>
span { border-color: #C41AAF; }
span { border-color: rgb(196,26,175); }
td.TdClassName
{
border-color: #C41AAF;
}
.TagClassName
{
border-color: #C41AAF;
}
</style>