Shades of Deep Magenta #CA12CE
Tints of Deep Magenta #CA12CE
RGB
CMYK
RGB Variations
Color information
#CA12CE (or 0xCA12CE) is known color: Deep Magenta. HEX triplet: CA, 12 and CE. RGB value is (202,18,206). Sum of RGB (Red+Green+Blue) = 202+18+206=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 18 (7.42% from 255 or 4.23% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA12CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA12CE is #35ED31. Grayscale: #5D5D5D. Windows color (decimal): -3534130 or 13505226. OLE color: 13505226.
HSL color Cylindrical-coordinate representation of color #CA12CE: hue angle of 298.72º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA12CE is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 18 | 206 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.19 |
| HSL | 298.72º | 0.84% | 0.44% | - |
| HSV(B) | 298.72º | 0.91% | 0.81% | - |
| XYZ | 35.71 | 17.45 | 59.88 | - |
| YUV | 94.45 | 190.96 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 18 | 206 | 0.02 | 0.91 | 0 | 0.19 | 298.72 | 0.84 | 0.44 |
| Hex | CA | 12 | CE | 2 | 5B | 0 | 13 | 12B | 54 | 2C |
| Octal | 312 | 22 | 316 | 2 | 133 | 0 | 23 | 453 | 124 | 54 |
| Binary | 11001010 | 10010 | 11001110 | 10 | 1011011 | 0 | 10011 | 100101011 | 1010100 | 101100 |
Color Harmonies of #CA12CE
Complementary color
Monochromatic Colors of #CA12CE
Black with #CA12CE
Text Example
Text Example
White with #CA12CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA12CE; }
p { color: rgb(202,18,206); }
H1.HeaderClassName
{
color: #CA12CE;
}
.AnyTagClassName
{
color: #CA12CE;
}
</style>
background-color css
<style>
a { background-color: #CA12CE; }
a { background-color: rgb(202,18,206); }
div.DivClassName
{
background-color: #CA12CE;
}
.BgClassName
{
background-color: #CA12CE;
}
</style>
border-color css
<style>
span { border-color: #CA12CE; }
span { border-color: rgb(202,18,206); }
td.TdClassName
{
border-color: #CA12CE;
}
.TagClassName
{
border-color: #CA12CE;
}
</style>