Shades of Deep Magenta #C401AF
Tints of Deep Magenta #C401AF
RGB
CMYK
RGB Variations
Color information
#C401AF (or 0xC401AF) is known color: Deep Magenta. HEX triplet: C4, 01 and AF. RGB value is (196,1,175). Sum of RGB (Red+Green+Blue) = 196+1+175=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 1 (0.78% from 255 or 0.27% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C401AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C401AF is #3BFE50. Grayscale: #4E4E4E. Windows color (decimal): -3931729 or 11469252. OLE color: 11469252.
HSL color Cylindrical-coordinate representation of color #C401AF: hue angle of 306.46º 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 #C401AF is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 1 | 175 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.23 |
| HSL | 306.46º | 0.99% | 0.39% | - |
| HSV(B) | 306.46º | 0.99% | 0.77% | - |
| XYZ | 30.51 | 14.85 | 41.82 | - |
| YUV | 79.14 | 182.1 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 175 | 0 | 0.99 | 0.11 | 0.23 | 306.46 | 0.99 | 0.39 |
| Hex | C4 | 1 | AF | 0 | 63 | B | 17 | 132 | 63 | 27 |
| Octal | 304 | 1 | 257 | 0 | 143 | 13 | 27 | 462 | 143 | 47 |
| Binary | 11000100 | 1 | 10101111 | 0 | 1100011 | 1011 | 10111 | 100110010 | 1100011 | 100111 |
Color Harmonies of #C401AF
Complementary color
Monochromatic Colors of #C401AF
Black with #C401AF
Text Example
Text Example
White with #C401AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C401AF; }
p { color: rgb(196,1,175); }
H1.HeaderClassName
{
color: #C401AF;
}
.AnyTagClassName
{
color: #C401AF;
}
</style>
background-color css
<style>
a { background-color: #C401AF; }
a { background-color: rgb(196,1,175); }
div.DivClassName
{
background-color: #C401AF;
}
.BgClassName
{
background-color: #C401AF;
}
</style>
border-color css
<style>
span { border-color: #C401AF; }
span { border-color: rgb(196,1,175); }
td.TdClassName
{
border-color: #C401AF;
}
.TagClassName
{
border-color: #C401AF;
}
</style>