Shades of Deep Magenta #CA1ACD
Tints of Deep Magenta #CA1ACD
RGB
CMYK
RGB Variations
Color information
#CA1ACD (or 0xCA1ACD) is known color: Deep Magenta. HEX triplet: CA, 1A and CD. RGB value is (202,26,205). Sum of RGB (Red+Green+Blue) = 202+26+205=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 26 (10.55% from 255 or 6.00% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA1ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1ACD is #35E532. Grayscale: #626262. Windows color (decimal): -3532083 or 13441738. OLE color: 13441738.
HSL color Cylindrical-coordinate representation of color #CA1ACD: hue angle of 298.99º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA1ACD is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 26 | 205 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.20 |
| HSL | 298.99º | 0.77% | 0.45% | - |
| HSV(B) | 298.99º | 0.87% | 0.8% | - |
| XYZ | 35.75 | 17.7 | 59.29 | - |
| YUV | 99.03 | 187.81 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 26 | 205 | 0.01 | 0.87 | 0 | 0.20 | 298.99 | 0.77 | 0.45 |
| Hex | CA | 1A | CD | 1 | 57 | 0 | 14 | 12B | 4D | 2D |
| Octal | 312 | 32 | 315 | 1 | 127 | 0 | 24 | 453 | 115 | 55 |
| Binary | 11001010 | 11010 | 11001101 | 1 | 1010111 | 0 | 10100 | 100101011 | 1001101 | 101101 |
Color Harmonies of #CA1ACD
Complementary color
Monochromatic Colors of #CA1ACD
Black with #CA1ACD
Text Example
Text Example
White with #CA1ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1ACD; }
p { color: rgb(202,26,205); }
H1.HeaderClassName
{
color: #CA1ACD;
}
.AnyTagClassName
{
color: #CA1ACD;
}
</style>
background-color css
<style>
a { background-color: #CA1ACD; }
a { background-color: rgb(202,26,205); }
div.DivClassName
{
background-color: #CA1ACD;
}
.BgClassName
{
background-color: #CA1ACD;
}
</style>
border-color css
<style>
span { border-color: #CA1ACD; }
span { border-color: rgb(202,26,205); }
td.TdClassName
{
border-color: #CA1ACD;
}
.TagClassName
{
border-color: #CA1ACD;
}
</style>