Shades of Deep Magenta #CA0AC0
Tints of Deep Magenta #CA0AC0
RGB
CMYK
RGB Variations
Color information
#CA0AC0 (or 0xCA0AC0) is known color: Deep Magenta. HEX triplet: CA, 0A and C0. RGB value is (202,10,192). Sum of RGB (Red+Green+Blue) = 202+10+192=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 10 (4.30% from 255 or 2.48% from 404); Blue value is 192 (75.39% from 255 or 47.52% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0AC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0AC0 is #35F53F. Grayscale: #575757. Windows color (decimal): -3536192 or 12585674. OLE color: 12585674.
HSL color Cylindrical-coordinate representation of color #CA0AC0: hue angle of 303.12º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0AC0 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 10 | 192 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.21 |
| HSL | 303.13º | 0.91% | 0.42% | - |
| HSV(B) | 303.13º | 0.95% | 0.79% | - |
| XYZ | 33.98 | 16.58 | 51.28 | - |
| YUV | 88.16 | 186.61 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 10 | 192 | 0 | 0.95 | 0.05 | 0.21 | 303.13 | 0.91 | 0.42 |
| Hex | CA | A | C0 | 0 | 5F | 5 | 15 | 12F | 5B | 2A |
| Octal | 312 | 12 | 300 | 0 | 137 | 5 | 25 | 457 | 133 | 52 |
| Binary | 11001010 | 1010 | 11000000 | 0 | 1011111 | 101 | 10101 | 100101111 | 1011011 | 101010 |
Color Harmonies of #CA0AC0
Complementary color
Monochromatic Colors of #CA0AC0
Black with #CA0AC0
Text Example
Text Example
White with #CA0AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0AC0; }
p { color: rgb(202,10,192); }
H1.HeaderClassName
{
color: #CA0AC0;
}
.AnyTagClassName
{
color: #CA0AC0;
}
</style>
background-color css
<style>
a { background-color: #CA0AC0; }
a { background-color: rgb(202,10,192); }
div.DivClassName
{
background-color: #CA0AC0;
}
.BgClassName
{
background-color: #CA0AC0;
}
</style>
border-color css
<style>
span { border-color: #CA0AC0; }
span { border-color: rgb(202,10,192); }
td.TdClassName
{
border-color: #CA0AC0;
}
.TagClassName
{
border-color: #CA0AC0;
}
</style>