Shades of Deep Magenta #CA04C3
Tints of Deep Magenta #CA04C3
RGB
CMYK
RGB Variations
Color information
#CA04C3 (or 0xCA04C3) is known color: Deep Magenta. HEX triplet: CA, 04 and C3. RGB value is (202,4,195). Sum of RGB (Red+Green+Blue) = 202+4+195=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 4 (1.95% from 255 or 1.00% from 401); Blue value is 195 (76.56% from 255 or 48.63% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA04C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA04C3 is #35FB3C. Grayscale: #545454. Windows color (decimal): -3537725 or 12780746. OLE color: 12780746.
HSL color Cylindrical-coordinate representation of color #CA04C3: hue angle of 302.12º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA04C3 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 4 | 195 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.21 |
| HSL | 302.12º | 0.96% | 0.4% | - |
| HSV(B) | 302.12º | 0.98% | 0.79% | - |
| XYZ | 34.25 | 16.58 | 53.03 | - |
| YUV | 84.98 | 190.1 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 4 | 195 | 0 | 0.98 | 0.03 | 0.21 | 302.12 | 0.96 | 0.4 |
| Hex | CA | 4 | C3 | 0 | 62 | 3 | 15 | 12E | 60 | 28 |
| Octal | 312 | 4 | 303 | 0 | 142 | 3 | 25 | 456 | 140 | 50 |
| Binary | 11001010 | 100 | 11000011 | 0 | 1100010 | 11 | 10101 | 100101110 | 1100000 | 101000 |
Color Harmonies of #CA04C3
Complementary color
Monochromatic Colors of #CA04C3
Black with #CA04C3
Text Example
Text Example
White with #CA04C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA04C3; }
p { color: rgb(202,4,195); }
H1.HeaderClassName
{
color: #CA04C3;
}
.AnyTagClassName
{
color: #CA04C3;
}
</style>
background-color css
<style>
a { background-color: #CA04C3; }
a { background-color: rgb(202,4,195); }
div.DivClassName
{
background-color: #CA04C3;
}
.BgClassName
{
background-color: #CA04C3;
}
</style>
border-color css
<style>
span { border-color: #CA04C3; }
span { border-color: rgb(202,4,195); }
td.TdClassName
{
border-color: #CA04C3;
}
.TagClassName
{
border-color: #CA04C3;
}
</style>