Shades of Deep Magenta #CA15CE
Tints of Deep Magenta #CA15CE
RGB
CMYK
RGB Variations
Color information
#CA15CE (or 0xCA15CE) is known color: Deep Magenta. HEX triplet: CA, 15 and CE. RGB value is (202,21,206). Sum of RGB (Red+Green+Blue) = 202+21+206=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 21 (8.59% from 255 or 4.90% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA15CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA15CE is #35EA31. Grayscale: #5F5F5F. Windows color (decimal): -3533362 or 13505994. OLE color: 13505994.
HSL color Cylindrical-coordinate representation of color #CA15CE: hue angle of 298.7º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA15CE is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 21 | 206 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.19 |
| HSL | 298.7º | 0.81% | 0.45% | - |
| HSV(B) | 298.7º | 0.9% | 0.81% | - |
| XYZ | 35.77 | 17.55 | 59.89 | - |
| YUV | 96.21 | 189.97 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 206 | 0.02 | 0.90 | 0 | 0.19 | 298.7 | 0.81 | 0.45 |
| Hex | CA | 15 | CE | 2 | 5A | 0 | 13 | 12B | 51 | 2D |
| Octal | 312 | 25 | 316 | 2 | 132 | 0 | 23 | 453 | 121 | 55 |
| Binary | 11001010 | 10101 | 11001110 | 10 | 1011010 | 0 | 10011 | 100101011 | 1010001 | 101101 |
Color Harmonies of #CA15CE
Complementary color
Monochromatic Colors of #CA15CE
Black with #CA15CE
Text Example
Text Example
White with #CA15CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA15CE; }
p { color: rgb(202,21,206); }
H1.HeaderClassName
{
color: #CA15CE;
}
.AnyTagClassName
{
color: #CA15CE;
}
</style>
background-color css
<style>
a { background-color: #CA15CE; }
a { background-color: rgb(202,21,206); }
div.DivClassName
{
background-color: #CA15CE;
}
.BgClassName
{
background-color: #CA15CE;
}
</style>
border-color css
<style>
span { border-color: #CA15CE; }
span { border-color: rgb(202,21,206); }
td.TdClassName
{
border-color: #CA15CE;
}
.TagClassName
{
border-color: #CA15CE;
}
</style>