Shades of Deep Magenta #CA03DC
Tints of Deep Magenta #CA03DC
RGB
CMYK
RGB Variations
Color information
#CA03DC (or 0xCA03DC) is known color: Deep Magenta. HEX triplet: CA, 03 and DC. RGB value is (202,3,220). Sum of RGB (Red+Green+Blue) = 202+3+220=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 3 (1.56% from 255 or 0.71% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA03DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA03DC is #35FC23. Grayscale: #565656. Windows color (decimal): -3537956 or 14418890. OLE color: 14418890.
HSL color Cylindrical-coordinate representation of color #CA03DC: hue angle of 295.02º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA03DC is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 3 | 220 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.14 |
| HSL | 295.02º | 0.97% | 0.44% | - |
| HSV(B) | 295.02º | 0.99% | 0.86% | - |
| XYZ | 37.31 | 17.79 | 69.18 | - |
| YUV | 87.24 | 202.93 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 3 | 220 | 0.08 | 0.99 | 0 | 0.14 | 295.02 | 0.97 | 0.44 |
| Hex | CA | 3 | DC | 8 | 63 | 0 | E | 127 | 61 | 2C |
| Octal | 312 | 3 | 334 | 10 | 143 | 0 | 16 | 447 | 141 | 54 |
| Binary | 11001010 | 11 | 11011100 | 1000 | 1100011 | 0 | 1110 | 100100111 | 1100001 | 101100 |
Color Harmonies of #CA03DC
Complementary color
Monochromatic Colors of #CA03DC
Black with #CA03DC
Text Example
Text Example
White with #CA03DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA03DC; }
p { color: rgb(202,3,220); }
H1.HeaderClassName
{
color: #CA03DC;
}
.AnyTagClassName
{
color: #CA03DC;
}
</style>
background-color css
<style>
a { background-color: #CA03DC; }
a { background-color: rgb(202,3,220); }
div.DivClassName
{
background-color: #CA03DC;
}
.BgClassName
{
background-color: #CA03DC;
}
</style>
border-color css
<style>
span { border-color: #CA03DC; }
span { border-color: rgb(202,3,220); }
td.TdClassName
{
border-color: #CA03DC;
}
.TagClassName
{
border-color: #CA03DC;
}
</style>