Shades of Deep Magenta #CA0ACD
Tints of Deep Magenta #CA0ACD
RGB
CMYK
RGB Variations
Color information
#CA0ACD (or 0xCA0ACD) is known color: Deep Magenta. HEX triplet: CA, 0A and CD. RGB value is (202,10,205). Sum of RGB (Red+Green+Blue) = 202+10+205=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 10 (4.30% from 255 or 2.40% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA0ACD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0ACD is #35F532. Grayscale: #595959. Windows color (decimal): -3536179 or 13437642. OLE color: 13437642.
HSL color Cylindrical-coordinate representation of color #CA0ACD: hue angle of 299.08º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0ACD is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 10 | 205 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.20 |
| HSL | 299.08º | 0.91% | 0.42% | - |
| HSV(B) | 299.08º | 0.95% | 0.8% | - |
| XYZ | 35.49 | 17.18 | 59.2 | - |
| YUV | 89.64 | 193.11 | 208.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 10 | 205 | 0.01 | 0.95 | 0 | 0.20 | 299.08 | 0.91 | 0.42 |
| Hex | CA | A | CD | 1 | 5F | 0 | 14 | 12B | 5B | 2A |
| Octal | 312 | 12 | 315 | 1 | 137 | 0 | 24 | 453 | 133 | 52 |
| Binary | 11001010 | 1010 | 11001101 | 1 | 1011111 | 0 | 10100 | 100101011 | 1011011 | 101010 |
Color Harmonies of #CA0ACD
Complementary color
Monochromatic Colors of #CA0ACD
Black with #CA0ACD
Text Example
Text Example
White with #CA0ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0ACD; }
p { color: rgb(202,10,205); }
H1.HeaderClassName
{
color: #CA0ACD;
}
.AnyTagClassName
{
color: #CA0ACD;
}
</style>
background-color css
<style>
a { background-color: #CA0ACD; }
a { background-color: rgb(202,10,205); }
div.DivClassName
{
background-color: #CA0ACD;
}
.BgClassName
{
background-color: #CA0ACD;
}
</style>
border-color css
<style>
span { border-color: #CA0ACD; }
span { border-color: rgb(202,10,205); }
td.TdClassName
{
border-color: #CA0ACD;
}
.TagClassName
{
border-color: #CA0ACD;
}
</style>