Shades of Deep Magenta #C41DAE
Tints of Deep Magenta #C41DAE
RGB
CMYK
RGB Variations
Color information
#C41DAE (or 0xC41DAE) is known color: Deep Magenta. HEX triplet: C4, 1D and AE. RGB value is (196,29,174). Sum of RGB (Red+Green+Blue) = 196+29+174=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 29 (11.72% from 255 or 7.27% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C41DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41DAE is #3BE251. Grayscale: #5F5F5F. Windows color (decimal): -3924562 or 11410884. OLE color: 11410884.
HSL color Cylindrical-coordinate representation of color #C41DAE: hue angle of 307.9º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C41DAE is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 29 | 174 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.23 |
| HSL | 307.9º | 0.74% | 0.44% | - |
| HSV(B) | 307.9º | 0.85% | 0.77% | - |
| XYZ | 30.84 | 15.67 | 41.44 | - |
| YUV | 95.46 | 172.33 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 29 | 174 | 0 | 0.85 | 0.11 | 0.23 | 307.9 | 0.74 | 0.44 |
| Hex | C4 | 1D | AE | 0 | 55 | B | 17 | 134 | 4A | 2C |
| Octal | 304 | 35 | 256 | 0 | 125 | 13 | 27 | 464 | 112 | 54 |
| Binary | 11000100 | 11101 | 10101110 | 0 | 1010101 | 1011 | 10111 | 100110100 | 1001010 | 101100 |
Color Harmonies of #C41DAE
Complementary color
Monochromatic Colors of #C41DAE
Black with #C41DAE
Text Example
Text Example
White with #C41DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41DAE; }
p { color: rgb(196,29,174); }
H1.HeaderClassName
{
color: #C41DAE;
}
.AnyTagClassName
{
color: #C41DAE;
}
</style>
background-color css
<style>
a { background-color: #C41DAE; }
a { background-color: rgb(196,29,174); }
div.DivClassName
{
background-color: #C41DAE;
}
.BgClassName
{
background-color: #C41DAE;
}
</style>
border-color css
<style>
span { border-color: #C41DAE; }
span { border-color: rgb(196,29,174); }
td.TdClassName
{
border-color: #C41DAE;
}
.TagClassName
{
border-color: #C41DAE;
}
</style>