Shades of Deep Magenta #CA03CC
Tints of Deep Magenta #CA03CC
RGB
CMYK
RGB Variations
Color information
#CA03CC (or 0xCA03CC) is known color: Deep Magenta. HEX triplet: CA, 03 and CC. RGB value is (202,3,204). Sum of RGB (Red+Green+Blue) = 202+3+204=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 3 (1.56% from 255 or 0.73% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA03CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA03CC is #35FC33. Grayscale: #545454. Windows color (decimal): -3537972 or 13370314. OLE color: 13370314.
HSL color Cylindrical-coordinate representation of color #CA03CC: hue angle of 299.4º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA03CC is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 3 | 204 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.2 |
| HSL | 299.4º | 0.97% | 0.41% | - |
| HSV(B) | 299.4º | 0.99% | 0.8% | - |
| XYZ | 35.29 | 16.98 | 58.54 | - |
| YUV | 85.42 | 194.93 | 211.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 3 | 204 | 0.01 | 0.99 | 0 | 0.2 | 299.4 | 0.97 | 0.41 |
| Hex | CA | 3 | CC | 1 | 63 | 0 | 14 | 12B | 61 | 29 |
| Octal | 312 | 3 | 314 | 1 | 143 | 0 | 24 | 453 | 141 | 51 |
| Binary | 11001010 | 11 | 11001100 | 1 | 1100011 | 0 | 10100 | 100101011 | 1100001 | 101001 |
Color Harmonies of #CA03CC
Complementary color
Monochromatic Colors of #CA03CC
Black with #CA03CC
Text Example
Text Example
White with #CA03CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA03CC; }
p { color: rgb(202,3,204); }
H1.HeaderClassName
{
color: #CA03CC;
}
.AnyTagClassName
{
color: #CA03CC;
}
</style>
background-color css
<style>
a { background-color: #CA03CC; }
a { background-color: rgb(202,3,204); }
div.DivClassName
{
background-color: #CA03CC;
}
.BgClassName
{
background-color: #CA03CC;
}
</style>
border-color css
<style>
span { border-color: #CA03CC; }
span { border-color: rgb(202,3,204); }
td.TdClassName
{
border-color: #CA03CC;
}
.TagClassName
{
border-color: #CA03CC;
}
</style>