Shades of Deep Magenta #CA07C2
Tints of Deep Magenta #CA07C2
RGB
CMYK
RGB Variations
Color information
#CA07C2 (or 0xCA07C2) is known color: Deep Magenta. HEX triplet: CA, 07 and C2. RGB value is (202,7,194). Sum of RGB (Red+Green+Blue) = 202+7+194=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 7 (3.12% from 255 or 1.74% from 403); Blue value is 194 (76.17% from 255 or 48.14% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA07C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA07C2 is #35F83D. Grayscale: #565656. Windows color (decimal): -3536958 or 12715978. OLE color: 12715978.
HSL color Cylindrical-coordinate representation of color #CA07C2: hue angle of 302.46º 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 #CA07C2 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 7 | 194 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.21 |
| HSL | 302.46º | 0.93% | 0.41% | - |
| HSV(B) | 302.46º | 0.97% | 0.79% | - |
| XYZ | 34.17 | 16.6 | 52.44 | - |
| YUV | 86.62 | 188.6 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 194 | 0 | 0.97 | 0.04 | 0.21 | 302.46 | 0.93 | 0.41 |
| Hex | CA | 7 | C2 | 0 | 61 | 4 | 15 | 12E | 5D | 29 |
| Octal | 312 | 7 | 302 | 0 | 141 | 4 | 25 | 456 | 135 | 51 |
| Binary | 11001010 | 111 | 11000010 | 0 | 1100001 | 100 | 10101 | 100101110 | 1011101 | 101001 |
Color Harmonies of #CA07C2
Complementary color
Monochromatic Colors of #CA07C2
Black with #CA07C2
Text Example
Text Example
White with #CA07C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA07C2; }
p { color: rgb(202,7,194); }
H1.HeaderClassName
{
color: #CA07C2;
}
.AnyTagClassName
{
color: #CA07C2;
}
</style>
background-color css
<style>
a { background-color: #CA07C2; }
a { background-color: rgb(202,7,194); }
div.DivClassName
{
background-color: #CA07C2;
}
.BgClassName
{
background-color: #CA07C2;
}
</style>
border-color css
<style>
span { border-color: #CA07C2; }
span { border-color: rgb(202,7,194); }
td.TdClassName
{
border-color: #CA07C2;
}
.TagClassName
{
border-color: #CA07C2;
}
</style>