Shades of Deep Magenta #C403A6
Tints of Deep Magenta #C403A6
RGB
CMYK
RGB Variations
Color information
#C403A6 (or 0xC403A6) is known color: Deep Magenta. HEX triplet: C4, 03 and A6. RGB value is (196,3,166). Sum of RGB (Red+Green+Blue) = 196+3+166=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 3 (1.56% from 255 or 0.82% from 365); Blue value is 166 (65.23% from 255 or 45.48% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C403A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C403A6 is #3BFC59. Grayscale: #4E4E4E. Windows color (decimal): -3931226 or 10879940. OLE color: 10879940.
HSL color Cylindrical-coordinate representation of color #C403A6: hue angle of 309.33º 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 #C403A6 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 3 | 166 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.23 |
| HSL | 309.33º | 0.97% | 0.39% | - |
| HSV(B) | 309.33º | 0.98% | 0.77% | - |
| XYZ | 29.68 | 14.55 | 37.32 | - |
| YUV | 79.29 | 176.94 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 166 | 0 | 0.98 | 0.15 | 0.23 | 309.33 | 0.97 | 0.39 |
| Hex | C4 | 3 | A6 | 0 | 62 | F | 17 | 135 | 61 | 27 |
| Octal | 304 | 3 | 246 | 0 | 142 | 17 | 27 | 465 | 141 | 47 |
| Binary | 11000100 | 11 | 10100110 | 0 | 1100010 | 1111 | 10111 | 100110101 | 1100001 | 100111 |
Color Harmonies of #C403A6
Complementary color
Monochromatic Colors of #C403A6
Black with #C403A6
Text Example
Text Example
White with #C403A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C403A6; }
p { color: rgb(196,3,166); }
H1.HeaderClassName
{
color: #C403A6;
}
.AnyTagClassName
{
color: #C403A6;
}
</style>
background-color css
<style>
a { background-color: #C403A6; }
a { background-color: rgb(196,3,166); }
div.DivClassName
{
background-color: #C403A6;
}
.BgClassName
{
background-color: #C403A6;
}
</style>
border-color css
<style>
span { border-color: #C403A6; }
span { border-color: rgb(196,3,166); }
td.TdClassName
{
border-color: #C403A6;
}
.TagClassName
{
border-color: #C403A6;
}
</style>