Shades of Deep Magenta #CA1AC0
Tints of Deep Magenta #CA1AC0
RGB
CMYK
RGB Variations
Color information
#CA1AC0 (or 0xCA1AC0) is known color: Deep Magenta. HEX triplet: CA, 1A and C0. RGB value is (202,26,192). Sum of RGB (Red+Green+Blue) = 202+26+192=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 26 (10.55% from 255 or 6.19% from 420); Blue value is 192 (75.39% from 255 or 45.71% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1AC0 is #35E53F. Grayscale: #616161. Windows color (decimal): -3532096 or 12589770. OLE color: 12589770.
HSL color Cylindrical-coordinate representation of color #CA1AC0: hue angle of 303.41º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA1AC0 is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 26 | 192 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.21 |
| HSL | 303.41º | 0.77% | 0.45% | - |
| HSV(B) | 303.41º | 0.87% | 0.79% | - |
| XYZ | 34.24 | 17.1 | 51.37 | - |
| YUV | 97.55 | 181.31 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 26 | 192 | 0 | 0.87 | 0.05 | 0.21 | 303.41 | 0.77 | 0.45 |
| Hex | CA | 1A | C0 | 0 | 57 | 5 | 15 | 12F | 4D | 2D |
| Octal | 312 | 32 | 300 | 0 | 127 | 5 | 25 | 457 | 115 | 55 |
| Binary | 11001010 | 11010 | 11000000 | 0 | 1010111 | 101 | 10101 | 100101111 | 1001101 | 101101 |
Color Harmonies of #CA1AC0
Complementary color
Monochromatic Colors of #CA1AC0
Black with #CA1AC0
Text Example
Text Example
White with #CA1AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1AC0; }
p { color: rgb(202,26,192); }
H1.HeaderClassName
{
color: #CA1AC0;
}
.AnyTagClassName
{
color: #CA1AC0;
}
</style>
background-color css
<style>
a { background-color: #CA1AC0; }
a { background-color: rgb(202,26,192); }
div.DivClassName
{
background-color: #CA1AC0;
}
.BgClassName
{
background-color: #CA1AC0;
}
</style>
border-color css
<style>
span { border-color: #CA1AC0; }
span { border-color: rgb(202,26,192); }
td.TdClassName
{
border-color: #CA1AC0;
}
.TagClassName
{
border-color: #CA1AC0;
}
</style>