Shades of Deep Magenta #CA01D9
Tints of Deep Magenta #CA01D9
RGB
CMYK
RGB Variations
Color information
#CA01D9 (or 0xCA01D9) is known color: Deep Magenta. HEX triplet: CA, 01 and D9. RGB value is (202,1,217). Sum of RGB (Red+Green+Blue) = 202+1+217=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 1 (0.78% from 255 or 0.24% from 420); Blue value is 217 (85.16% from 255 or 51.67% from 420); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA01D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA01D9 is #35FE26. Grayscale: #555555. Windows color (decimal): -3538471 or 14221770. OLE color: 14221770.
HSL color Cylindrical-coordinate representation of color #CA01D9: hue angle of 295.83º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA01D9 is Cyan = 0.07, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 1 | 217 | - |
| CMYK | 0.07 | 1.00 | 0 | 0.15 |
| HSL | 295.83º | 0.99% | 0.43% | - |
| HSV(B) | 295.83º | 1% | 0.85% | - |
| XYZ | 36.89 | 17.59 | 67.1 | - |
| YUV | 85.72 | 202.09 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 1 | 217 | 0.07 | 1.00 | 0 | 0.15 | 295.83 | 0.99 | 0.43 |
| Hex | CA | 1 | D9 | 7 | 64 | 0 | F | 128 | 63 | 2B |
| Octal | 312 | 1 | 331 | 7 | 144 | 0 | 17 | 450 | 143 | 53 |
| Binary | 11001010 | 1 | 11011001 | 111 | 1100100 | 0 | 1111 | 100101000 | 1100011 | 101011 |
Color Harmonies of #CA01D9
Complementary color
Monochromatic Colors of #CA01D9
Black with #CA01D9
Text Example
Text Example
White with #CA01D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA01D9; }
p { color: rgb(202,1,217); }
H1.HeaderClassName
{
color: #CA01D9;
}
.AnyTagClassName
{
color: #CA01D9;
}
</style>
background-color css
<style>
a { background-color: #CA01D9; }
a { background-color: rgb(202,1,217); }
div.DivClassName
{
background-color: #CA01D9;
}
.BgClassName
{
background-color: #CA01D9;
}
</style>
border-color css
<style>
span { border-color: #CA01D9; }
span { border-color: rgb(202,1,217); }
td.TdClassName
{
border-color: #CA01D9;
}
.TagClassName
{
border-color: #CA01D9;
}
</style>