Shades of Deep Magenta #CA07CC
Tints of Deep Magenta #CA07CC
RGB
CMYK
RGB Variations
Color information
#CA07CC (or 0xCA07CC) is known color: Deep Magenta. HEX triplet: CA, 07 and CC. RGB value is (202,7,204). Sum of RGB (Red+Green+Blue) = 202+7+204=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 7 (3.12% from 255 or 1.69% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA07CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA07CC is #35F833. Grayscale: #575757. Windows color (decimal): -3536948 or 13371338. OLE color: 13371338.
HSL color Cylindrical-coordinate representation of color #CA07CC: hue angle of 299.39º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA07CC is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 7 | 204 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.2 |
| HSL | 299.39º | 0.93% | 0.41% | - |
| HSV(B) | 299.39º | 0.97% | 0.8% | - |
| XYZ | 35.33 | 17.07 | 58.56 | - |
| YUV | 87.76 | 193.6 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 204 | 0.01 | 0.97 | 0 | 0.2 | 299.39 | 0.93 | 0.41 |
| Hex | CA | 7 | CC | 1 | 61 | 0 | 14 | 12B | 5D | 29 |
| Octal | 312 | 7 | 314 | 1 | 141 | 0 | 24 | 453 | 135 | 51 |
| Binary | 11001010 | 111 | 11001100 | 1 | 1100001 | 0 | 10100 | 100101011 | 1011101 | 101001 |
Color Harmonies of #CA07CC
Complementary color
Monochromatic Colors of #CA07CC
Black with #CA07CC
Text Example
Text Example
White with #CA07CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA07CC; }
p { color: rgb(202,7,204); }
H1.HeaderClassName
{
color: #CA07CC;
}
.AnyTagClassName
{
color: #CA07CC;
}
</style>
background-color css
<style>
a { background-color: #CA07CC; }
a { background-color: rgb(202,7,204); }
div.DivClassName
{
background-color: #CA07CC;
}
.BgClassName
{
background-color: #CA07CC;
}
</style>
border-color css
<style>
span { border-color: #CA07CC; }
span { border-color: rgb(202,7,204); }
td.TdClassName
{
border-color: #CA07CC;
}
.TagClassName
{
border-color: #CA07CC;
}
</style>