Shades of Deep Magenta #CA15AF
Tints of Deep Magenta #CA15AF
RGB
CMYK
RGB Variations
Color information
#CA15AF (or 0xCA15AF) is known color: Deep Magenta. HEX triplet: CA, 15 and AF. RGB value is (202,21,175). Sum of RGB (Red+Green+Blue) = 202+21+175=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 21 (8.59% from 255 or 5.28% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA15AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA15AF is #35EA50. Grayscale: #5C5C5C. Windows color (decimal): -3533393 or 11474378. OLE color: 11474378.
HSL color Cylindrical-coordinate representation of color #CA15AF: hue angle of 308.95º 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 #CA15AF is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 21 | 175 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.21 |
| HSL | 308.95º | 0.81% | 0.44% | - |
| HSV(B) | 308.95º | 0.9% | 0.79% | - |
| XYZ | 32.36 | 16.19 | 41.98 | - |
| YUV | 92.68 | 174.47 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 175 | 0 | 0.90 | 0.13 | 0.21 | 308.95 | 0.81 | 0.44 |
| Hex | CA | 15 | AF | 0 | 5A | D | 15 | 135 | 51 | 2C |
| Octal | 312 | 25 | 257 | 0 | 132 | 15 | 25 | 465 | 121 | 54 |
| Binary | 11001010 | 10101 | 10101111 | 0 | 1011010 | 1101 | 10101 | 100110101 | 1010001 | 101100 |
Color Harmonies of #CA15AF
Complementary color
Monochromatic Colors of #CA15AF
Black with #CA15AF
Text Example
Text Example
White with #CA15AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA15AF; }
p { color: rgb(202,21,175); }
H1.HeaderClassName
{
color: #CA15AF;
}
.AnyTagClassName
{
color: #CA15AF;
}
</style>
background-color css
<style>
a { background-color: #CA15AF; }
a { background-color: rgb(202,21,175); }
div.DivClassName
{
background-color: #CA15AF;
}
.BgClassName
{
background-color: #CA15AF;
}
</style>
border-color css
<style>
span { border-color: #CA15AF; }
span { border-color: rgb(202,21,175); }
td.TdClassName
{
border-color: #CA15AF;
}
.TagClassName
{
border-color: #CA15AF;
}
</style>