Shades of Deep Magenta #CA2ACE
Tints of Deep Magenta #CA2ACE
RGB
CMYK
RGB Variations
Color information
#CA2ACE (or 0xCA2ACE) is known color: Deep Magenta. HEX triplet: CA, 2A and CE. RGB value is (202,42,206). Sum of RGB (Red+Green+Blue) = 202+42+206=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 42 (16.80% from 255 or 9.33% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA2ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2ACE is #35D531. Grayscale: #6C6C6C. Windows color (decimal): -3527986 or 13511370. OLE color: 13511370.
HSL color Cylindrical-coordinate representation of color #CA2ACE: hue angle of 298.54º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2ACE is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 42 | 206 | - |
| CMYK | 0.02 | 0.80 | 0 | 0.19 |
| HSL | 298.54º | 0.66% | 0.49% | - |
| HSV(B) | 298.54º | 0.8% | 0.81% | - |
| XYZ | 36.33 | 18.67 | 60.08 | - |
| YUV | 108.54 | 183.01 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 42 | 206 | 0.02 | 0.80 | 0 | 0.19 | 298.54 | 0.66 | 0.49 |
| Hex | CA | 2A | CE | 2 | 50 | 0 | 13 | 12B | 42 | 31 |
| Octal | 312 | 52 | 316 | 2 | 120 | 0 | 23 | 453 | 102 | 61 |
| Binary | 11001010 | 101010 | 11001110 | 10 | 1010000 | 0 | 10011 | 100101011 | 1000010 | 110001 |
Color Harmonies of #CA2ACE
Complementary color
Monochromatic Colors of #CA2ACE
Black with #CA2ACE
Text Example
Text Example
White with #CA2ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2ACE; }
p { color: rgb(202,42,206); }
H1.HeaderClassName
{
color: #CA2ACE;
}
.AnyTagClassName
{
color: #CA2ACE;
}
</style>
background-color css
<style>
a { background-color: #CA2ACE; }
a { background-color: rgb(202,42,206); }
div.DivClassName
{
background-color: #CA2ACE;
}
.BgClassName
{
background-color: #CA2ACE;
}
</style>
border-color css
<style>
span { border-color: #CA2ACE; }
span { border-color: rgb(202,42,206); }
td.TdClassName
{
border-color: #CA2ACE;
}
.TagClassName
{
border-color: #CA2ACE;
}
</style>