Shades of Deep Magenta #CA19AF
Tints of Deep Magenta #CA19AF
RGB
CMYK
RGB Variations
Color information
#CA19AF (or 0xCA19AF) is known color: Deep Magenta. HEX triplet: CA, 19 and AF. RGB value is (202,25,175). Sum of RGB (Red+Green+Blue) = 202+25+175=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 25 (10.16% from 255 or 6.22% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA19AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA19AF is #35E650. Grayscale: #5E5E5E. Windows color (decimal): -3532369 or 11475402. OLE color: 11475402.
HSL color Cylindrical-coordinate representation of color #CA19AF: hue angle of 309.15º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA19AF is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 25 | 175 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.21 |
| HSL | 309.15º | 0.78% | 0.45% | - |
| HSV(B) | 309.15º | 0.88% | 0.79% | - |
| XYZ | 32.44 | 16.35 | 42 | - |
| YUV | 95.02 | 173.14 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 25 | 175 | 0 | 0.88 | 0.13 | 0.21 | 309.15 | 0.78 | 0.45 |
| Hex | CA | 19 | AF | 0 | 58 | D | 15 | 135 | 4E | 2D |
| Octal | 312 | 31 | 257 | 0 | 130 | 15 | 25 | 465 | 116 | 55 |
| Binary | 11001010 | 11001 | 10101111 | 0 | 1011000 | 1101 | 10101 | 100110101 | 1001110 | 101101 |
Color Harmonies of #CA19AF
Complementary color
Monochromatic Colors of #CA19AF
Black with #CA19AF
Text Example
Text Example
White with #CA19AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA19AF; }
p { color: rgb(202,25,175); }
H1.HeaderClassName
{
color: #CA19AF;
}
.AnyTagClassName
{
color: #CA19AF;
}
</style>
background-color css
<style>
a { background-color: #CA19AF; }
a { background-color: rgb(202,25,175); }
div.DivClassName
{
background-color: #CA19AF;
}
.BgClassName
{
background-color: #CA19AF;
}
</style>
border-color css
<style>
span { border-color: #CA19AF; }
span { border-color: rgb(202,25,175); }
td.TdClassName
{
border-color: #CA19AF;
}
.TagClassName
{
border-color: #CA19AF;
}
</style>