Shades of Deep Magenta #CA01CA
Tints of Deep Magenta #CA01CA
RGB
CMYK
RGB Variations
Color information
#CA01CA (or 0xCA01CA) is known color: Deep Magenta. HEX triplet: CA, 01 and CA. RGB value is (202,1,202). Sum of RGB (Red+Green+Blue) = 202+1+202=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 1 (0.78% from 255 or 0.25% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA01CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA01CA is #35FE35. Grayscale: #535353. Windows color (decimal): -3538486 or 13238730. OLE color: 13238730.
HSL color Cylindrical-coordinate representation of color #CA01CA: hue angle of 300º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA01CA is Cyan = 0, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 1 | 202 | - |
| CMYK | 0 | 1.00 | 0 | 0.21 |
| HSL | 300º | 0.99% | 0.4% | - |
| HSV(B) | 300º | 1% | 0.79% | - |
| XYZ | 35.03 | 16.84 | 57.28 | - |
| YUV | 84.01 | 194.59 | 212.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 1 | 202 | 0 | 1.00 | 0 | 0.21 | 300 | 0.99 | 0.4 |
| Hex | CA | 1 | CA | 0 | 64 | 0 | 15 | 12C | 63 | 28 |
| Octal | 312 | 1 | 312 | 0 | 144 | 0 | 25 | 454 | 143 | 50 |
| Binary | 11001010 | 1 | 11001010 | 0 | 1100100 | 0 | 10101 | 100101100 | 1100011 | 101000 |
Color Harmonies of #CA01CA
Complementary color
Monochromatic Colors of #CA01CA
Black with #CA01CA
Text Example
Text Example
White with #CA01CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA01CA; }
p { color: rgb(202,1,202); }
H1.HeaderClassName
{
color: #CA01CA;
}
.AnyTagClassName
{
color: #CA01CA;
}
</style>
background-color css
<style>
a { background-color: #CA01CA; }
a { background-color: rgb(202,1,202); }
div.DivClassName
{
background-color: #CA01CA;
}
.BgClassName
{
background-color: #CA01CA;
}
</style>
border-color css
<style>
span { border-color: #CA01CA; }
span { border-color: rgb(202,1,202); }
td.TdClassName
{
border-color: #CA01CA;
}
.TagClassName
{
border-color: #CA01CA;
}
</style>