Shades of Deep Magenta #C403CA
Tints of Deep Magenta #C403CA
RGB
CMYK
RGB Variations
Color information
#C403CA (or 0xC403CA) is known color: Deep Magenta. HEX triplet: C4, 03 and CA. RGB value is (196,3,202). Sum of RGB (Red+Green+Blue) = 196+3+202=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 3 (1.56% from 255 or 0.75% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #C403CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C403CA is #3BFC35. Grayscale: #525252. Windows color (decimal): -3931190 or 13239236. OLE color: 13239236.
HSL color Cylindrical-coordinate representation of color #C403CA: hue angle of 298.19º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C403CA is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 3 | 202 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.21 |
| HSL | 298.19º | 0.97% | 0.4% | - |
| HSV(B) | 298.19º | 0.99% | 0.79% | - |
| XYZ | 33.46 | 16.07 | 57.21 | - |
| YUV | 83.39 | 194.94 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 202 | 0.03 | 0.99 | 0 | 0.21 | 298.19 | 0.97 | 0.4 |
| Hex | C4 | 3 | CA | 3 | 63 | 0 | 15 | 12A | 61 | 28 |
| Octal | 304 | 3 | 312 | 3 | 143 | 0 | 25 | 452 | 141 | 50 |
| Binary | 11000100 | 11 | 11001010 | 11 | 1100011 | 0 | 10101 | 100101010 | 1100001 | 101000 |
Color Harmonies of #C403CA
Complementary color
Monochromatic Colors of #C403CA
Black with #C403CA
Text Example
Text Example
White with #C403CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C403CA; }
p { color: rgb(196,3,202); }
H1.HeaderClassName
{
color: #C403CA;
}
.AnyTagClassName
{
color: #C403CA;
}
</style>
background-color css
<style>
a { background-color: #C403CA; }
a { background-color: rgb(196,3,202); }
div.DivClassName
{
background-color: #C403CA;
}
.BgClassName
{
background-color: #C403CA;
}
</style>
border-color css
<style>
span { border-color: #C403CA; }
span { border-color: rgb(196,3,202); }
td.TdClassName
{
border-color: #C403CA;
}
.TagClassName
{
border-color: #C403CA;
}
</style>