Shades of Deep Magenta #C401AE
Tints of Deep Magenta #C401AE
RGB
CMYK
RGB Variations
Color information
#C401AE (or 0xC401AE) is known color: Deep Magenta. HEX triplet: C4, 01 and AE. RGB value is (196,1,174). Sum of RGB (Red+Green+Blue) = 196+1+174=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C401AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C401AE is #3BFE51. Grayscale: #4E4E4E. Windows color (decimal): -3931730 or 11403716. OLE color: 11403716.
HSL color Cylindrical-coordinate representation of color #C401AE: hue angle of 306.77º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C401AE is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 1 | 174 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.23 |
| HSL | 306.77º | 0.99% | 0.39% | - |
| HSV(B) | 306.77º | 0.99% | 0.77% | - |
| XYZ | 30.42 | 14.81 | 41.3 | - |
| YUV | 79.03 | 181.6 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 174 | 0 | 0.99 | 0.11 | 0.23 | 306.77 | 0.99 | 0.39 |
| Hex | C4 | 1 | AE | 0 | 63 | B | 17 | 133 | 63 | 27 |
| Octal | 304 | 1 | 256 | 0 | 143 | 13 | 27 | 463 | 143 | 47 |
| Binary | 11000100 | 1 | 10101110 | 0 | 1100011 | 1011 | 10111 | 100110011 | 1100011 | 100111 |
Color Harmonies of #C401AE
Complementary color
Monochromatic Colors of #C401AE
Black with #C401AE
Text Example
Text Example
White with #C401AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C401AE; }
p { color: rgb(196,1,174); }
H1.HeaderClassName
{
color: #C401AE;
}
.AnyTagClassName
{
color: #C401AE;
}
</style>
background-color css
<style>
a { background-color: #C401AE; }
a { background-color: rgb(196,1,174); }
div.DivClassName
{
background-color: #C401AE;
}
.BgClassName
{
background-color: #C401AE;
}
</style>
border-color css
<style>
span { border-color: #C401AE; }
span { border-color: rgb(196,1,174); }
td.TdClassName
{
border-color: #C401AE;
}
.TagClassName
{
border-color: #C401AE;
}
</style>