Shades of Deep Magenta #CA2ADC
Tints of Deep Magenta #CA2ADC
RGB
CMYK
RGB Variations
Color information
#CA2ADC (or 0xCA2ADC) is known color: Deep Magenta. HEX triplet: CA, 2A and DC. RGB value is (202,42,220). Sum of RGB (Red+Green+Blue) = 202+42+220=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 42 (16.80% from 255 or 9.05% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA2ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2ADC is #35D523. Grayscale: #6D6D6D. Windows color (decimal): -3527972 or 14428874. OLE color: 14428874.
HSL color Cylindrical-coordinate representation of color #CA2ADC: hue angle of 293.93º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2ADC is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 42 | 220 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.14 |
| HSL | 293.93º | 0.72% | 0.51% | - |
| HSV(B) | 293.93º | 0.81% | 0.86% | - |
| XYZ | 38.1 | 19.38 | 69.44 | - |
| YUV | 110.13 | 190.01 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 42 | 220 | 0.08 | 0.81 | 0 | 0.14 | 293.93 | 0.72 | 0.51 |
| Hex | CA | 2A | DC | 8 | 51 | 0 | E | 126 | 48 | 33 |
| Octal | 312 | 52 | 334 | 10 | 121 | 0 | 16 | 446 | 110 | 63 |
| Binary | 11001010 | 101010 | 11011100 | 1000 | 1010001 | 0 | 1110 | 100100110 | 1001000 | 110011 |
Color Harmonies of #CA2ADC
Complementary color
Monochromatic Colors of #CA2ADC
Black with #CA2ADC
Text Example
Text Example
White with #CA2ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2ADC; }
p { color: rgb(202,42,220); }
H1.HeaderClassName
{
color: #CA2ADC;
}
.AnyTagClassName
{
color: #CA2ADC;
}
</style>
background-color css
<style>
a { background-color: #CA2ADC; }
a { background-color: rgb(202,42,220); }
div.DivClassName
{
background-color: #CA2ADC;
}
.BgClassName
{
background-color: #CA2ADC;
}
</style>
border-color css
<style>
span { border-color: #CA2ADC; }
span { border-color: rgb(202,42,220); }
td.TdClassName
{
border-color: #CA2ADC;
}
.TagClassName
{
border-color: #CA2ADC;
}
</style>