Shades of Deep Magenta #C403AA
Tints of Deep Magenta #C403AA
RGB
CMYK
RGB Variations
Color information
#C403AA (or 0xC403AA) is known color: Deep Magenta. HEX triplet: C4, 03 and AA. RGB value is (196,3,170). Sum of RGB (Red+Green+Blue) = 196+3+170=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 3 (1.56% from 255 or 0.81% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C403AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C403AA is #3BFC55. Grayscale: #4F4F4F. Windows color (decimal): -3931222 or 11142084. OLE color: 11142084.
HSL color Cylindrical-coordinate representation of color #C403AA: hue angle of 308.08º 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 #C403AA is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 3 | 170 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.23 |
| HSL | 308.08º | 0.97% | 0.39% | - |
| HSV(B) | 308.08º | 0.98% | 0.77% | - |
| XYZ | 30.05 | 14.7 | 39.28 | - |
| YUV | 79.75 | 178.94 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 170 | 0 | 0.98 | 0.13 | 0.23 | 308.08 | 0.97 | 0.39 |
| Hex | C4 | 3 | AA | 0 | 62 | D | 17 | 134 | 61 | 27 |
| Octal | 304 | 3 | 252 | 0 | 142 | 15 | 27 | 464 | 141 | 47 |
| Binary | 11000100 | 11 | 10101010 | 0 | 1100010 | 1101 | 10111 | 100110100 | 1100001 | 100111 |
Color Harmonies of #C403AA
Complementary color
Monochromatic Colors of #C403AA
Black with #C403AA
Text Example
Text Example
White with #C403AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C403AA; }
p { color: rgb(196,3,170); }
H1.HeaderClassName
{
color: #C403AA;
}
.AnyTagClassName
{
color: #C403AA;
}
</style>
background-color css
<style>
a { background-color: #C403AA; }
a { background-color: rgb(196,3,170); }
div.DivClassName
{
background-color: #C403AA;
}
.BgClassName
{
background-color: #C403AA;
}
</style>
border-color css
<style>
span { border-color: #C403AA; }
span { border-color: rgb(196,3,170); }
td.TdClassName
{
border-color: #C403AA;
}
.TagClassName
{
border-color: #C403AA;
}
</style>