Shades of Deep Magenta #CA03CE
Tints of Deep Magenta #CA03CE
RGB
CMYK
RGB Variations
Color information
#CA03CE (or 0xCA03CE) is known color: Deep Magenta. HEX triplet: CA, 03 and CE. RGB value is (202,3,206). Sum of RGB (Red+Green+Blue) = 202+3+206=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 3 (1.56% from 255 or 0.73% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA03CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA03CE is #35FC31. Grayscale: #555555. Windows color (decimal): -3537970 or 13501386. OLE color: 13501386.
HSL color Cylindrical-coordinate representation of color #CA03CE: hue angle of 298.82º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA03CE is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 3 | 206 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.19 |
| HSL | 298.82º | 0.97% | 0.41% | - |
| HSV(B) | 298.82º | 0.99% | 0.81% | - |
| XYZ | 35.53 | 17.08 | 59.82 | - |
| YUV | 85.64 | 195.93 | 210.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 3 | 206 | 0.02 | 0.99 | 0 | 0.19 | 298.82 | 0.97 | 0.41 |
| Hex | CA | 3 | CE | 2 | 63 | 0 | 13 | 12B | 61 | 29 |
| Octal | 312 | 3 | 316 | 2 | 143 | 0 | 23 | 453 | 141 | 51 |
| Binary | 11001010 | 11 | 11001110 | 10 | 1100011 | 0 | 10011 | 100101011 | 1100001 | 101001 |
Color Harmonies of #CA03CE
Complementary color
Monochromatic Colors of #CA03CE
Black with #CA03CE
Text Example
Text Example
White with #CA03CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA03CE; }
p { color: rgb(202,3,206); }
H1.HeaderClassName
{
color: #CA03CE;
}
.AnyTagClassName
{
color: #CA03CE;
}
</style>
background-color css
<style>
a { background-color: #CA03CE; }
a { background-color: rgb(202,3,206); }
div.DivClassName
{
background-color: #CA03CE;
}
.BgClassName
{
background-color: #CA03CE;
}
</style>
border-color css
<style>
span { border-color: #CA03CE; }
span { border-color: rgb(202,3,206); }
td.TdClassName
{
border-color: #CA03CE;
}
.TagClassName
{
border-color: #CA03CE;
}
</style>