Shades of Deep Magenta #C402AF
Tints of Deep Magenta #C402AF
RGB
CMYK
RGB Variations
Color information
#C402AF (or 0xC402AF) is known color: Deep Magenta. HEX triplet: C4, 02 and AF. RGB value is (196,2,175). Sum of RGB (Red+Green+Blue) = 196+2+175=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 2 (1.17% from 255 or 0.54% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C402AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C402AF is #3BFD50. Grayscale: #4F4F4F. Windows color (decimal): -3931473 or 11469508. OLE color: 11469508.
HSL color Cylindrical-coordinate representation of color #C402AF: hue angle of 306.49º degrees, saturation: 0.98, 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 #C402AF is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 2 | 175 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.23 |
| HSL | 306.49º | 0.98% | 0.39% | - |
| HSV(B) | 306.49º | 0.99% | 0.77% | - |
| XYZ | 30.52 | 14.87 | 41.82 | - |
| YUV | 79.73 | 181.77 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 2 | 175 | 0 | 0.99 | 0.11 | 0.23 | 306.49 | 0.98 | 0.39 |
| Hex | C4 | 2 | AF | 0 | 63 | B | 17 | 132 | 62 | 27 |
| Octal | 304 | 2 | 257 | 0 | 143 | 13 | 27 | 462 | 142 | 47 |
| Binary | 11000100 | 10 | 10101111 | 0 | 1100011 | 1011 | 10111 | 100110010 | 1100010 | 100111 |
Color Harmonies of #C402AF
Complementary color
Monochromatic Colors of #C402AF
Black with #C402AF
Text Example
Text Example
White with #C402AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C402AF; }
p { color: rgb(196,2,175); }
H1.HeaderClassName
{
color: #C402AF;
}
.AnyTagClassName
{
color: #C402AF;
}
</style>
background-color css
<style>
a { background-color: #C402AF; }
a { background-color: rgb(196,2,175); }
div.DivClassName
{
background-color: #C402AF;
}
.BgClassName
{
background-color: #C402AF;
}
</style>
border-color css
<style>
span { border-color: #C402AF; }
span { border-color: rgb(196,2,175); }
td.TdClassName
{
border-color: #C402AF;
}
.TagClassName
{
border-color: #C402AF;
}
</style>