Shades of Deep Magenta #CA15AD
Tints of Deep Magenta #CA15AD
RGB
CMYK
RGB Variations
Color information
#CA15AD (or 0xCA15AD) is known color: Deep Magenta. HEX triplet: CA, 15 and AD. RGB value is (202,21,173). Sum of RGB (Red+Green+Blue) = 202+21+173=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 21 (8.59% from 255 or 5.30% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA15AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA15AD is #35EA52. Grayscale: #5C5C5C. Windows color (decimal): -3533395 or 11343306. OLE color: 11343306.
HSL color Cylindrical-coordinate representation of color #CA15AD: hue angle of 309.61º 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 #CA15AD is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 21 | 173 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.21 |
| HSL | 309.61º | 0.81% | 0.44% | - |
| HSV(B) | 309.61º | 0.9% | 0.79% | - |
| XYZ | 32.17 | 16.11 | 40.95 | - |
| YUV | 92.45 | 173.47 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 173 | 0 | 0.90 | 0.14 | 0.21 | 309.61 | 0.81 | 0.44 |
| Hex | CA | 15 | AD | 0 | 5A | E | 15 | 136 | 51 | 2C |
| Octal | 312 | 25 | 255 | 0 | 132 | 16 | 25 | 466 | 121 | 54 |
| Binary | 11001010 | 10101 | 10101101 | 0 | 1011010 | 1110 | 10101 | 100110110 | 1010001 | 101100 |
Color Harmonies of #CA15AD
Complementary color
Monochromatic Colors of #CA15AD
Black with #CA15AD
Text Example
Text Example
White with #CA15AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA15AD; }
p { color: rgb(202,21,173); }
H1.HeaderClassName
{
color: #CA15AD;
}
.AnyTagClassName
{
color: #CA15AD;
}
</style>
background-color css
<style>
a { background-color: #CA15AD; }
a { background-color: rgb(202,21,173); }
div.DivClassName
{
background-color: #CA15AD;
}
.BgClassName
{
background-color: #CA15AD;
}
</style>
border-color css
<style>
span { border-color: #CA15AD; }
span { border-color: rgb(202,21,173); }
td.TdClassName
{
border-color: #CA15AD;
}
.TagClassName
{
border-color: #CA15AD;
}
</style>