Shades of Deep Magenta #CA01CE
Tints of Deep Magenta #CA01CE
RGB
CMYK
RGB Variations
Color information
#CA01CE (or 0xCA01CE) is known color: Deep Magenta. HEX triplet: CA, 01 and CE. RGB value is (202,1,206). Sum of RGB (Red+Green+Blue) = 202+1+206=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 1 (0.78% from 255 or 0.24% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA01CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA01CE is #35FE31. Grayscale: #535353. Windows color (decimal): -3538482 or 13500874. OLE color: 13500874.
HSL color Cylindrical-coordinate representation of color #CA01CE: hue angle of 298.83º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA01CE is Cyan = 0.02, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 1 | 206 | - |
| CMYK | 0.02 | 1.00 | 0 | 0.19 |
| HSL | 298.83º | 0.99% | 0.41% | - |
| HSV(B) | 298.83º | 1% | 0.81% | - |
| XYZ | 35.51 | 17.03 | 59.81 | - |
| YUV | 84.47 | 196.59 | 211.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 1 | 206 | 0.02 | 1.00 | 0 | 0.19 | 298.83 | 0.99 | 0.41 |
| Hex | CA | 1 | CE | 2 | 64 | 0 | 13 | 12B | 63 | 29 |
| Octal | 312 | 1 | 316 | 2 | 144 | 0 | 23 | 453 | 143 | 51 |
| Binary | 11001010 | 1 | 11001110 | 10 | 1100100 | 0 | 10011 | 100101011 | 1100011 | 101001 |
Color Harmonies of #CA01CE
Complementary color
Monochromatic Colors of #CA01CE
Black with #CA01CE
Text Example
Text Example
White with #CA01CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA01CE; }
p { color: rgb(202,1,206); }
H1.HeaderClassName
{
color: #CA01CE;
}
.AnyTagClassName
{
color: #CA01CE;
}
</style>
background-color css
<style>
a { background-color: #CA01CE; }
a { background-color: rgb(202,1,206); }
div.DivClassName
{
background-color: #CA01CE;
}
.BgClassName
{
background-color: #CA01CE;
}
</style>
border-color css
<style>
span { border-color: #CA01CE; }
span { border-color: rgb(202,1,206); }
td.TdClassName
{
border-color: #CA01CE;
}
.TagClassName
{
border-color: #CA01CE;
}
</style>