Shades of Deep Magenta #CA20AF
Tints of Deep Magenta #CA20AF
RGB
CMYK
RGB Variations
Color information
#CA20AF (or 0xCA20AF) is known color: Deep Magenta. HEX triplet: CA, 20 and AF. RGB value is (202,32,175). Sum of RGB (Red+Green+Blue) = 202+32+175=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 32 (12.89% from 255 or 7.82% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA20AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA20AF is #35DF50. Grayscale: #626262. Windows color (decimal): -3530577 or 11477194. OLE color: 11477194.
HSL color Cylindrical-coordinate representation of color #CA20AF: hue angle of 309.53º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA20AF is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 175 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.21 |
| HSL | 309.53º | 0.73% | 0.46% | - |
| HSV(B) | 309.53º | 0.84% | 0.79% | - |
| XYZ | 32.61 | 16.68 | 42.06 | - |
| YUV | 99.13 | 170.82 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 175 | 0 | 0.84 | 0.13 | 0.21 | 309.53 | 0.73 | 0.46 |
| Hex | CA | 20 | AF | 0 | 54 | D | 15 | 136 | 49 | 2E |
| Octal | 312 | 40 | 257 | 0 | 124 | 15 | 25 | 466 | 111 | 56 |
| Binary | 11001010 | 100000 | 10101111 | 0 | 1010100 | 1101 | 10101 | 100110110 | 1001001 | 101110 |
Color Harmonies of #CA20AF
Complementary color
Monochromatic Colors of #CA20AF
Black with #CA20AF
Text Example
Text Example
White with #CA20AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA20AF; }
p { color: rgb(202,32,175); }
H1.HeaderClassName
{
color: #CA20AF;
}
.AnyTagClassName
{
color: #CA20AF;
}
</style>
background-color css
<style>
a { background-color: #CA20AF; }
a { background-color: rgb(202,32,175); }
div.DivClassName
{
background-color: #CA20AF;
}
.BgClassName
{
background-color: #CA20AF;
}
</style>
border-color css
<style>
span { border-color: #CA20AF; }
span { border-color: rgb(202,32,175); }
td.TdClassName
{
border-color: #CA20AF;
}
.TagClassName
{
border-color: #CA20AF;
}
</style>