Shades of Deep Magenta #CA12BA
Tints of Deep Magenta #CA12BA
RGB
CMYK
RGB Variations
Color information
#CA12BA (or 0xCA12BA) is known color: Deep Magenta. HEX triplet: CA, 12 and BA. RGB value is (202,18,186). Sum of RGB (Red+Green+Blue) = 202+18+186=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 18 (7.42% from 255 or 4.43% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA12BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA12BA is #35ED45. Grayscale: #5B5B5B. Windows color (decimal): -3534150 or 12194506. OLE color: 12194506.
HSL color Cylindrical-coordinate representation of color #CA12BA: hue angle of 305.22º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA12BA is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 18 | 186 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.21 |
| HSL | 305.22º | 0.84% | 0.43% | - |
| HSV(B) | 305.22º | 0.91% | 0.79% | - |
| XYZ | 33.44 | 16.53 | 47.88 | - |
| YUV | 92.17 | 180.96 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 18 | 186 | 0 | 0.91 | 0.08 | 0.21 | 305.22 | 0.84 | 0.43 |
| Hex | CA | 12 | BA | 0 | 5B | 8 | 15 | 131 | 54 | 2B |
| Octal | 312 | 22 | 272 | 0 | 133 | 10 | 25 | 461 | 124 | 53 |
| Binary | 11001010 | 10010 | 10111010 | 0 | 1011011 | 1000 | 10101 | 100110001 | 1010100 | 101011 |
Color Harmonies of #CA12BA
Complementary color
Monochromatic Colors of #CA12BA
Black with #CA12BA
Text Example
Text Example
White with #CA12BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA12BA; }
p { color: rgb(202,18,186); }
H1.HeaderClassName
{
color: #CA12BA;
}
.AnyTagClassName
{
color: #CA12BA;
}
</style>
background-color css
<style>
a { background-color: #CA12BA; }
a { background-color: rgb(202,18,186); }
div.DivClassName
{
background-color: #CA12BA;
}
.BgClassName
{
background-color: #CA12BA;
}
</style>
border-color css
<style>
span { border-color: #CA12BA; }
span { border-color: rgb(202,18,186); }
td.TdClassName
{
border-color: #CA12BA;
}
.TagClassName
{
border-color: #CA12BA;
}
</style>