Shades of Deep Magenta #C401A6
Tints of Deep Magenta #C401A6
RGB
CMYK
RGB Variations
Color information
#C401A6 (or 0xC401A6) is known color: Deep Magenta. HEX triplet: C4, 01 and A6. RGB value is (196,1,166). Sum of RGB (Red+Green+Blue) = 196+1+166=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 166 (65.23% from 255 or 45.73% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C401A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C401A6 is #3BFE59. Grayscale: #4D4D4D. Windows color (decimal): -3931738 or 10879428. OLE color: 10879428.
HSL color Cylindrical-coordinate representation of color #C401A6: hue angle of 309.23º 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 #C401A6 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 1 | 166 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.23 |
| HSL | 309.23º | 0.99% | 0.39% | - |
| HSV(B) | 309.23º | 0.99% | 0.77% | - |
| XYZ | 29.66 | 14.51 | 37.31 | - |
| YUV | 78.12 | 177.6 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 166 | 0 | 0.99 | 0.15 | 0.23 | 309.23 | 0.99 | 0.39 |
| Hex | C4 | 1 | A6 | 0 | 63 | F | 17 | 135 | 63 | 27 |
| Octal | 304 | 1 | 246 | 0 | 143 | 17 | 27 | 465 | 143 | 47 |
| Binary | 11000100 | 1 | 10100110 | 0 | 1100011 | 1111 | 10111 | 100110101 | 1100011 | 100111 |
Color Harmonies of #C401A6
Complementary color
Monochromatic Colors of #C401A6
Black with #C401A6
Text Example
Text Example
White with #C401A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C401A6; }
p { color: rgb(196,1,166); }
H1.HeaderClassName
{
color: #C401A6;
}
.AnyTagClassName
{
color: #C401A6;
}
</style>
background-color css
<style>
a { background-color: #C401A6; }
a { background-color: rgb(196,1,166); }
div.DivClassName
{
background-color: #C401A6;
}
.BgClassName
{
background-color: #C401A6;
}
</style>
border-color css
<style>
span { border-color: #C401A6; }
span { border-color: rgb(196,1,166); }
td.TdClassName
{
border-color: #C401A6;
}
.TagClassName
{
border-color: #C401A6;
}
</style>