Shades of Deep Magenta #CA18AF
Tints of Deep Magenta #CA18AF
RGB
CMYK
RGB Variations
Color information
#CA18AF (or 0xCA18AF) is known color: Deep Magenta. HEX triplet: CA, 18 and AF. RGB value is (202,24,175). Sum of RGB (Red+Green+Blue) = 202+24+175=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 24 (9.77% from 255 or 5.99% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA18AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA18AF is #35E750. Grayscale: #5E5E5E. Windows color (decimal): -3532625 or 11475146. OLE color: 11475146.
HSL color Cylindrical-coordinate representation of color #CA18AF: hue angle of 309.1º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA18AF is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 24 | 175 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.21 |
| HSL | 309.1º | 0.79% | 0.44% | - |
| HSV(B) | 309.1º | 0.88% | 0.79% | - |
| XYZ | 32.42 | 16.3 | 42 | - |
| YUV | 94.44 | 173.47 | 204.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 24 | 175 | 0 | 0.88 | 0.13 | 0.21 | 309.1 | 0.79 | 0.44 |
| Hex | CA | 18 | AF | 0 | 58 | D | 15 | 135 | 4F | 2C |
| Octal | 312 | 30 | 257 | 0 | 130 | 15 | 25 | 465 | 117 | 54 |
| Binary | 11001010 | 11000 | 10101111 | 0 | 1011000 | 1101 | 10101 | 100110101 | 1001111 | 101100 |
Color Harmonies of #CA18AF
Complementary color
Monochromatic Colors of #CA18AF
Black with #CA18AF
Text Example
Text Example
White with #CA18AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA18AF; }
p { color: rgb(202,24,175); }
H1.HeaderClassName
{
color: #CA18AF;
}
.AnyTagClassName
{
color: #CA18AF;
}
</style>
background-color css
<style>
a { background-color: #CA18AF; }
a { background-color: rgb(202,24,175); }
div.DivClassName
{
background-color: #CA18AF;
}
.BgClassName
{
background-color: #CA18AF;
}
</style>
border-color css
<style>
span { border-color: #CA18AF; }
span { border-color: rgb(202,24,175); }
td.TdClassName
{
border-color: #CA18AF;
}
.TagClassName
{
border-color: #CA18AF;
}
</style>