Shades of Deep Magenta #C41AAD
Tints of Deep Magenta #C41AAD
RGB
CMYK
RGB Variations
Color information
#C41AAD (or 0xC41AAD) is known color: Deep Magenta. HEX triplet: C4, 1A and AD. RGB value is (196,26,173). Sum of RGB (Red+Green+Blue) = 196+26+173=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 26 (10.55% from 255 or 6.58% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C41AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41AAD is #3BE552. Grayscale: #5D5D5D. Windows color (decimal): -3925331 or 11344580. OLE color: 11344580.
HSL color Cylindrical-coordinate representation of color #C41AAD: hue angle of 308.12º 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 #C41AAD is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 26 | 173 | - |
| CMYK | 0 | 0.87 | 0.12 | 0.23 |
| HSL | 308.12º | 0.77% | 0.44% | - |
| HSV(B) | 308.12º | 0.87% | 0.77% | - |
| XYZ | 30.68 | 15.49 | 40.91 | - |
| YUV | 93.59 | 172.82 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 173 | 0 | 0.87 | 0.12 | 0.23 | 308.12 | 0.77 | 0.44 |
| Hex | C4 | 1A | AD | 0 | 57 | C | 17 | 134 | 4D | 2C |
| Octal | 304 | 32 | 255 | 0 | 127 | 14 | 27 | 464 | 115 | 54 |
| Binary | 11000100 | 11010 | 10101101 | 0 | 1010111 | 1100 | 10111 | 100110100 | 1001101 | 101100 |
Color Harmonies of #C41AAD
Complementary color
Monochromatic Colors of #C41AAD
Black with #C41AAD
Text Example
Text Example
White with #C41AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41AAD; }
p { color: rgb(196,26,173); }
H1.HeaderClassName
{
color: #C41AAD;
}
.AnyTagClassName
{
color: #C41AAD;
}
</style>
background-color css
<style>
a { background-color: #C41AAD; }
a { background-color: rgb(196,26,173); }
div.DivClassName
{
background-color: #C41AAD;
}
.BgClassName
{
background-color: #C41AAD;
}
</style>
border-color css
<style>
span { border-color: #C41AAD; }
span { border-color: rgb(196,26,173); }
td.TdClassName
{
border-color: #C41AAD;
}
.TagClassName
{
border-color: #C41AAD;
}
</style>