Shades of Deep Magenta #CA10CA
Tints of Deep Magenta #CA10CA
RGB
CMYK
RGB Variations
Color information
#CA10CA (or 0xCA10CA) is known color: Deep Magenta. HEX triplet: CA, 10 and CA. RGB value is (202,16,202). Sum of RGB (Red+Green+Blue) = 202+16+202=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 16 (6.64% from 255 or 3.81% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA10CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA10CA is #35EF35. Grayscale: #5C5C5C. Windows color (decimal): -3534646 or 13242570. OLE color: 13242570.
HSL color Cylindrical-coordinate representation of color #CA10CA: hue angle of 300º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA10CA is Cyan = 0, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 16 | 202 | - |
| CMYK | 0 | 0.92 | 0 | 0.21 |
| HSL | 300º | 0.85% | 0.43% | - |
| HSV(B) | 300º | 0.92% | 0.79% | - |
| XYZ | 35.2 | 17.19 | 57.34 | - |
| YUV | 92.82 | 189.62 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 202 | 0 | 0.92 | 0 | 0.21 | 300 | 0.85 | 0.43 |
| Hex | CA | 10 | CA | 0 | 5C | 0 | 15 | 12C | 55 | 2B |
| Octal | 312 | 20 | 312 | 0 | 134 | 0 | 25 | 454 | 125 | 53 |
| Binary | 11001010 | 10000 | 11001010 | 0 | 1011100 | 0 | 10101 | 100101100 | 1010101 | 101011 |
Color Harmonies of #CA10CA
Complementary color
Monochromatic Colors of #CA10CA
Black with #CA10CA
Text Example
Text Example
White with #CA10CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA10CA; }
p { color: rgb(202,16,202); }
H1.HeaderClassName
{
color: #CA10CA;
}
.AnyTagClassName
{
color: #CA10CA;
}
</style>
background-color css
<style>
a { background-color: #CA10CA; }
a { background-color: rgb(202,16,202); }
div.DivClassName
{
background-color: #CA10CA;
}
.BgClassName
{
background-color: #CA10CA;
}
</style>
border-color css
<style>
span { border-color: #CA10CA; }
span { border-color: rgb(202,16,202); }
td.TdClassName
{
border-color: #CA10CA;
}
.TagClassName
{
border-color: #CA10CA;
}
</style>