Shades of Deep Magenta #CA15CA
Tints of Deep Magenta #CA15CA
RGB
CMYK
RGB Variations
Color information
#CA15CA (or 0xCA15CA) is known color: Deep Magenta. HEX triplet: CA, 15 and CA. RGB value is (202,21,202). Sum of RGB (Red+Green+Blue) = 202+21+202=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 21 (8.59% from 255 or 4.94% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA15CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA15CA is #35EA35. Grayscale: #5F5F5F. Windows color (decimal): -3533366 or 13243850. OLE color: 13243850.
HSL color Cylindrical-coordinate representation of color #CA15CA: hue angle of 300º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA15CA is Cyan = 0, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 21 | 202 | - |
| CMYK | 0 | 0.90 | 0 | 0.21 |
| HSL | 300º | 0.81% | 0.44% | - |
| HSV(B) | 300º | 0.9% | 0.79% | - |
| XYZ | 35.29 | 17.36 | 57.37 | - |
| YUV | 95.75 | 187.97 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 202 | 0 | 0.90 | 0 | 0.21 | 300 | 0.81 | 0.44 |
| Hex | CA | 15 | CA | 0 | 5A | 0 | 15 | 12C | 51 | 2C |
| Octal | 312 | 25 | 312 | 0 | 132 | 0 | 25 | 454 | 121 | 54 |
| Binary | 11001010 | 10101 | 11001010 | 0 | 1011010 | 0 | 10101 | 100101100 | 1010001 | 101100 |
Color Harmonies of #CA15CA
Complementary color
Monochromatic Colors of #CA15CA
Black with #CA15CA
Text Example
Text Example
White with #CA15CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA15CA; }
p { color: rgb(202,21,202); }
H1.HeaderClassName
{
color: #CA15CA;
}
.AnyTagClassName
{
color: #CA15CA;
}
</style>
background-color css
<style>
a { background-color: #CA15CA; }
a { background-color: rgb(202,21,202); }
div.DivClassName
{
background-color: #CA15CA;
}
.BgClassName
{
background-color: #CA15CA;
}
</style>
border-color css
<style>
span { border-color: #CA15CA; }
span { border-color: rgb(202,21,202); }
td.TdClassName
{
border-color: #CA15CA;
}
.TagClassName
{
border-color: #CA15CA;
}
</style>