Shades of Deep Magenta #CA15BA
Tints of Deep Magenta #CA15BA
RGB
CMYK
RGB Variations
Color information
#CA15BA (or 0xCA15BA) is known color: Deep Magenta. HEX triplet: CA, 15 and BA. RGB value is (202,21,186). Sum of RGB (Red+Green+Blue) = 202+21+186=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 21 (8.59% from 255 or 5.13% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA15BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA15BA is #35EA45. Grayscale: #5D5D5D. Windows color (decimal): -3533382 or 12195274. OLE color: 12195274.
HSL color Cylindrical-coordinate representation of color #CA15BA: hue angle of 305.3º 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 #CA15BA is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 21 | 186 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.21 |
| HSL | 305.3º | 0.81% | 0.44% | - |
| HSV(B) | 305.3º | 0.9% | 0.79% | - |
| XYZ | 33.49 | 16.64 | 47.9 | - |
| YUV | 93.93 | 179.97 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 186 | 0 | 0.90 | 0.08 | 0.21 | 305.3 | 0.81 | 0.44 |
| Hex | CA | 15 | BA | 0 | 5A | 8 | 15 | 131 | 51 | 2C |
| Octal | 312 | 25 | 272 | 0 | 132 | 10 | 25 | 461 | 121 | 54 |
| Binary | 11001010 | 10101 | 10111010 | 0 | 1011010 | 1000 | 10101 | 100110001 | 1010001 | 101100 |
Color Harmonies of #CA15BA
Complementary color
Monochromatic Colors of #CA15BA
Black with #CA15BA
Text Example
Text Example
White with #CA15BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA15BA; }
p { color: rgb(202,21,186); }
H1.HeaderClassName
{
color: #CA15BA;
}
.AnyTagClassName
{
color: #CA15BA;
}
</style>
background-color css
<style>
a { background-color: #CA15BA; }
a { background-color: rgb(202,21,186); }
div.DivClassName
{
background-color: #CA15BA;
}
.BgClassName
{
background-color: #CA15BA;
}
</style>
border-color css
<style>
span { border-color: #CA15BA; }
span { border-color: rgb(202,21,186); }
td.TdClassName
{
border-color: #CA15BA;
}
.TagClassName
{
border-color: #CA15BA;
}
</style>