Shades of Deep Magenta #CA07C3
Tints of Deep Magenta #CA07C3
RGB
CMYK
RGB Variations
Color information
#CA07C3 (or 0xCA07C3) is known color: Deep Magenta. HEX triplet: CA, 07 and C3. RGB value is (202,7,195). Sum of RGB (Red+Green+Blue) = 202+7+195=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 7 (3.12% from 255 or 1.73% from 404); Blue value is 195 (76.56% from 255 or 48.27% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA07C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA07C3 is #35F83C. Grayscale: #565656. Windows color (decimal): -3536957 or 12781514. OLE color: 12781514.
HSL color Cylindrical-coordinate representation of color #CA07C3: hue angle of 302.15º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA07C3 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 7 | 195 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.21 |
| HSL | 302.15º | 0.93% | 0.41% | - |
| HSV(B) | 302.15º | 0.97% | 0.79% | - |
| XYZ | 34.28 | 16.65 | 53.04 | - |
| YUV | 86.74 | 189.1 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 195 | 0 | 0.97 | 0.03 | 0.21 | 302.15 | 0.93 | 0.41 |
| Hex | CA | 7 | C3 | 0 | 61 | 3 | 15 | 12E | 5D | 29 |
| Octal | 312 | 7 | 303 | 0 | 141 | 3 | 25 | 456 | 135 | 51 |
| Binary | 11001010 | 111 | 11000011 | 0 | 1100001 | 11 | 10101 | 100101110 | 1011101 | 101001 |
Color Harmonies of #CA07C3
Complementary color
Monochromatic Colors of #CA07C3
Black with #CA07C3
Text Example
Text Example
White with #CA07C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA07C3; }
p { color: rgb(202,7,195); }
H1.HeaderClassName
{
color: #CA07C3;
}
.AnyTagClassName
{
color: #CA07C3;
}
</style>
background-color css
<style>
a { background-color: #CA07C3; }
a { background-color: rgb(202,7,195); }
div.DivClassName
{
background-color: #CA07C3;
}
.BgClassName
{
background-color: #CA07C3;
}
</style>
border-color css
<style>
span { border-color: #CA07C3; }
span { border-color: rgb(202,7,195); }
td.TdClassName
{
border-color: #CA07C3;
}
.TagClassName
{
border-color: #CA07C3;
}
</style>