Shades of Deep Magenta #C401A8
Tints of Deep Magenta #C401A8
RGB
CMYK
RGB Variations
Color information
#C401A8 (or 0xC401A8) is known color: Deep Magenta. HEX triplet: C4, 01 and A8. RGB value is (196,1,168). Sum of RGB (Red+Green+Blue) = 196+1+168=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 1 (0.78% from 255 or 0.27% from 365); Blue value is 168 (66.02% from 255 or 46.03% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C401A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C401A8 is #3BFE57. Grayscale: #4D4D4D. Windows color (decimal): -3931736 or 11010500. OLE color: 11010500.
HSL color Cylindrical-coordinate representation of color #C401A8: hue angle of 308.62º 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 #C401A8 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 1 | 168 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.23 |
| HSL | 308.62º | 0.99% | 0.39% | - |
| HSV(B) | 308.62º | 0.99% | 0.77% | - |
| XYZ | 29.84 | 14.58 | 38.29 | - |
| YUV | 78.34 | 178.6 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 168 | 0 | 0.99 | 0.14 | 0.23 | 308.62 | 0.99 | 0.39 |
| Hex | C4 | 1 | A8 | 0 | 63 | E | 17 | 135 | 63 | 27 |
| Octal | 304 | 1 | 250 | 0 | 143 | 16 | 27 | 465 | 143 | 47 |
| Binary | 11000100 | 1 | 10101000 | 0 | 1100011 | 1110 | 10111 | 100110101 | 1100011 | 100111 |
Color Harmonies of #C401A8
Complementary color
Monochromatic Colors of #C401A8
Black with #C401A8
Text Example
Text Example
White with #C401A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C401A8; }
p { color: rgb(196,1,168); }
H1.HeaderClassName
{
color: #C401A8;
}
.AnyTagClassName
{
color: #C401A8;
}
</style>
background-color css
<style>
a { background-color: #C401A8; }
a { background-color: rgb(196,1,168); }
div.DivClassName
{
background-color: #C401A8;
}
.BgClassName
{
background-color: #C401A8;
}
</style>
border-color css
<style>
span { border-color: #C401A8; }
span { border-color: rgb(196,1,168); }
td.TdClassName
{
border-color: #C401A8;
}
.TagClassName
{
border-color: #C401A8;
}
</style>