Shades of Deep Magenta #CA02CC
Tints of Deep Magenta #CA02CC
RGB
CMYK
RGB Variations
Color information
#CA02CC (or 0xCA02CC) is known color: Deep Magenta. HEX triplet: CA, 02 and CC. RGB value is (202,2,204). Sum of RGB (Red+Green+Blue) = 202+2+204=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 2 (1.17% from 255 or 0.49% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA02CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA02CC is #35FD33. Grayscale: #545454. Windows color (decimal): -3538228 or 13370058. OLE color: 13370058.
HSL color Cylindrical-coordinate representation of color #CA02CC: hue angle of 299.41º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA02CC is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 2 | 204 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.2 |
| HSL | 299.41º | 0.98% | 0.4% | - |
| HSV(B) | 299.41º | 0.99% | 0.8% | - |
| XYZ | 35.28 | 16.96 | 58.54 | - |
| YUV | 84.83 | 195.26 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 2 | 204 | 0.01 | 0.99 | 0 | 0.2 | 299.41 | 0.98 | 0.4 |
| Hex | CA | 2 | CC | 1 | 63 | 0 | 14 | 12B | 62 | 28 |
| Octal | 312 | 2 | 314 | 1 | 143 | 0 | 24 | 453 | 142 | 50 |
| Binary | 11001010 | 10 | 11001100 | 1 | 1100011 | 0 | 10100 | 100101011 | 1100010 | 101000 |
Color Harmonies of #CA02CC
Complementary color
Monochromatic Colors of #CA02CC
Black with #CA02CC
Text Example
Text Example
White with #CA02CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA02CC; }
p { color: rgb(202,2,204); }
H1.HeaderClassName
{
color: #CA02CC;
}
.AnyTagClassName
{
color: #CA02CC;
}
</style>
background-color css
<style>
a { background-color: #CA02CC; }
a { background-color: rgb(202,2,204); }
div.DivClassName
{
background-color: #CA02CC;
}
.BgClassName
{
background-color: #CA02CC;
}
</style>
border-color css
<style>
span { border-color: #CA02CC; }
span { border-color: rgb(202,2,204); }
td.TdClassName
{
border-color: #CA02CC;
}
.TagClassName
{
border-color: #CA02CC;
}
</style>