Shades of Deep Magenta #C403AF
Tints of Deep Magenta #C403AF
RGB
CMYK
RGB Variations
Color information
#C403AF (or 0xC403AF) is known color: Deep Magenta. HEX triplet: C4, 03 and AF. RGB value is (196,3,175). Sum of RGB (Red+Green+Blue) = 196+3+175=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 3 (1.56% from 255 or 0.80% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C403AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C403AF is #3BFC50. Grayscale: #4F4F4F. Windows color (decimal): -3931217 or 11469764. OLE color: 11469764.
HSL color Cylindrical-coordinate representation of color #C403AF: hue angle of 306.53º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C403AF is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 3 | 175 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.23 |
| HSL | 306.53º | 0.97% | 0.39% | - |
| HSV(B) | 306.53º | 0.98% | 0.77% | - |
| XYZ | 30.54 | 14.9 | 41.82 | - |
| YUV | 80.32 | 181.44 | 210.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 175 | 0 | 0.98 | 0.11 | 0.23 | 306.53 | 0.97 | 0.39 |
| Hex | C4 | 3 | AF | 0 | 62 | B | 17 | 133 | 61 | 27 |
| Octal | 304 | 3 | 257 | 0 | 142 | 13 | 27 | 463 | 141 | 47 |
| Binary | 11000100 | 11 | 10101111 | 0 | 1100010 | 1011 | 10111 | 100110011 | 1100001 | 100111 |
Color Harmonies of #C403AF
Complementary color
Monochromatic Colors of #C403AF
Black with #C403AF
Text Example
Text Example
White with #C403AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C403AF; }
p { color: rgb(196,3,175); }
H1.HeaderClassName
{
color: #C403AF;
}
.AnyTagClassName
{
color: #C403AF;
}
</style>
background-color css
<style>
a { background-color: #C403AF; }
a { background-color: rgb(196,3,175); }
div.DivClassName
{
background-color: #C403AF;
}
.BgClassName
{
background-color: #C403AF;
}
</style>
border-color css
<style>
span { border-color: #C403AF; }
span { border-color: rgb(196,3,175); }
td.TdClassName
{
border-color: #C403AF;
}
.TagClassName
{
border-color: #C403AF;
}
</style>