Shades of Deep Magenta #CA01C0
Tints of Deep Magenta #CA01C0
RGB
CMYK
RGB Variations
Color information
#CA01C0 (or 0xCA01C0) is known color: Deep Magenta. HEX triplet: CA, 01 and C0. RGB value is (202,1,192). Sum of RGB (Red+Green+Blue) = 202+1+192=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 1 (0.78% from 255 or 0.25% from 395); Blue value is 192 (75.39% from 255 or 48.61% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA01C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA01C0 is #35FE3F. Grayscale: #525252. Windows color (decimal): -3538496 or 12583370. OLE color: 12583370.
HSL color Cylindrical-coordinate representation of color #CA01C0: hue angle of 302.99º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA01C0 is Cyan = 0, Magento = 1.00, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 1 | 192 | - |
| CMYK | 0 | 1.00 | 0.05 | 0.21 |
| HSL | 302.99º | 0.99% | 0.4% | - |
| HSV(B) | 302.99º | 1% | 0.79% | - |
| XYZ | 33.88 | 16.38 | 51.25 | - |
| YUV | 82.87 | 189.59 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 1 | 192 | 0 | 1.00 | 0.05 | 0.21 | 302.99 | 0.99 | 0.4 |
| Hex | CA | 1 | C0 | 0 | 64 | 5 | 15 | 12F | 63 | 28 |
| Octal | 312 | 1 | 300 | 0 | 144 | 5 | 25 | 457 | 143 | 50 |
| Binary | 11001010 | 1 | 11000000 | 0 | 1100100 | 101 | 10101 | 100101111 | 1100011 | 101000 |
Color Harmonies of #CA01C0
Complementary color
Monochromatic Colors of #CA01C0
Black with #CA01C0
Text Example
Text Example
White with #CA01C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA01C0; }
p { color: rgb(202,1,192); }
H1.HeaderClassName
{
color: #CA01C0;
}
.AnyTagClassName
{
color: #CA01C0;
}
</style>
background-color css
<style>
a { background-color: #CA01C0; }
a { background-color: rgb(202,1,192); }
div.DivClassName
{
background-color: #CA01C0;
}
.BgClassName
{
background-color: #CA01C0;
}
</style>
border-color css
<style>
span { border-color: #CA01C0; }
span { border-color: rgb(202,1,192); }
td.TdClassName
{
border-color: #CA01C0;
}
.TagClassName
{
border-color: #CA01C0;
}
</style>