Shades of Deep Magenta #C405A8
Tints of Deep Magenta #C405A8
RGB
CMYK
RGB Variations
Color information
#C405A8 (or 0xC405A8) is known color: Deep Magenta. HEX triplet: C4, 05 and A8. RGB value is (196,5,168). Sum of RGB (Red+Green+Blue) = 196+5+168=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 5 (2.34% from 255 or 1.36% from 369); Blue value is 168 (66.02% from 255 or 45.53% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C405A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C405A8 is #3BFA57. Grayscale: #505050. Windows color (decimal): -3930712 or 11011524. OLE color: 11011524.
HSL color Cylindrical-coordinate representation of color #C405A8: hue angle of 308.8º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C405A8 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 5 | 168 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.23 |
| HSL | 308.8º | 0.95% | 0.39% | - |
| HSV(B) | 308.8º | 0.97% | 0.77% | - |
| XYZ | 29.89 | 14.67 | 38.3 | - |
| YUV | 80.69 | 177.28 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 5 | 168 | 0 | 0.97 | 0.14 | 0.23 | 308.8 | 0.95 | 0.39 |
| Hex | C4 | 5 | A8 | 0 | 61 | E | 17 | 135 | 5F | 27 |
| Octal | 304 | 5 | 250 | 0 | 141 | 16 | 27 | 465 | 137 | 47 |
| Binary | 11000100 | 101 | 10101000 | 0 | 1100001 | 1110 | 10111 | 100110101 | 1011111 | 100111 |
Color Harmonies of #C405A8
Complementary color
Monochromatic Colors of #C405A8
Black with #C405A8
Text Example
Text Example
White with #C405A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C405A8; }
p { color: rgb(196,5,168); }
H1.HeaderClassName
{
color: #C405A8;
}
.AnyTagClassName
{
color: #C405A8;
}
</style>
background-color css
<style>
a { background-color: #C405A8; }
a { background-color: rgb(196,5,168); }
div.DivClassName
{
background-color: #C405A8;
}
.BgClassName
{
background-color: #C405A8;
}
</style>
border-color css
<style>
span { border-color: #C405A8; }
span { border-color: rgb(196,5,168); }
td.TdClassName
{
border-color: #C405A8;
}
.TagClassName
{
border-color: #C405A8;
}
</style>