Shades of Deep Magenta #CA03A7
Tints of Deep Magenta #CA03A7
RGB
CMYK
RGB Variations
Color information
#CA03A7 (or 0xCA03A7) is known color: Deep Magenta. HEX triplet: CA, 03 and A7. RGB value is (202,3,167). Sum of RGB (Red+Green+Blue) = 202+3+167=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 3 (1.56% from 255 or 0.81% from 372); Blue value is 167 (65.62% from 255 or 44.89% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA03A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA03A7 is #35FC58. Grayscale: #505050. Windows color (decimal): -3538009 or 10945482. OLE color: 10945482.
HSL color Cylindrical-coordinate representation of color #CA03A7: hue angle of 310.55º 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 #CA03A7 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 3 | 167 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.21 |
| HSL | 310.55º | 0.97% | 0.4% | - |
| HSV(B) | 310.55º | 0.99% | 0.79% | - |
| XYZ | 31.36 | 15.41 | 37.88 | - |
| YUV | 81.2 | 176.43 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 3 | 167 | 0 | 0.99 | 0.17 | 0.21 | 310.55 | 0.97 | 0.4 |
| Hex | CA | 3 | A7 | 0 | 63 | 11 | 15 | 137 | 61 | 28 |
| Octal | 312 | 3 | 247 | 0 | 143 | 21 | 25 | 467 | 141 | 50 |
| Binary | 11001010 | 11 | 10100111 | 0 | 1100011 | 10001 | 10101 | 100110111 | 1100001 | 101000 |
Color Harmonies of #CA03A7
Complementary color
Monochromatic Colors of #CA03A7
Black with #CA03A7
Text Example
Text Example
White with #CA03A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA03A7; }
p { color: rgb(202,3,167); }
H1.HeaderClassName
{
color: #CA03A7;
}
.AnyTagClassName
{
color: #CA03A7;
}
</style>
background-color css
<style>
a { background-color: #CA03A7; }
a { background-color: rgb(202,3,167); }
div.DivClassName
{
background-color: #CA03A7;
}
.BgClassName
{
background-color: #CA03A7;
}
</style>
border-color css
<style>
span { border-color: #CA03A7; }
span { border-color: rgb(202,3,167); }
td.TdClassName
{
border-color: #CA03A7;
}
.TagClassName
{
border-color: #CA03A7;
}
</style>