Shades of Deep Magenta #CA0ABD
Tints of Deep Magenta #CA0ABD
RGB
CMYK
RGB Variations
Color information
#CA0ABD (or 0xCA0ABD) is known color: Deep Magenta. HEX triplet: CA, 0A and BD. RGB value is (202,10,189). Sum of RGB (Red+Green+Blue) = 202+10+189=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 10 (4.30% from 255 or 2.49% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0ABD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0ABD is #35F542. Grayscale: #575757. Windows color (decimal): -3536195 or 12389066. OLE color: 12389066.
HSL color Cylindrical-coordinate representation of color #CA0ABD: hue angle of 304.06º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0ABD is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 10 | 189 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.21 |
| HSL | 304.06º | 0.91% | 0.42% | - |
| HSV(B) | 304.06º | 0.95% | 0.79% | - |
| XYZ | 33.65 | 16.45 | 49.55 | - |
| YUV | 87.81 | 185.11 | 209.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 10 | 189 | 0 | 0.95 | 0.06 | 0.21 | 304.06 | 0.91 | 0.42 |
| Hex | CA | A | BD | 0 | 5F | 6 | 15 | 130 | 5B | 2A |
| Octal | 312 | 12 | 275 | 0 | 137 | 6 | 25 | 460 | 133 | 52 |
| Binary | 11001010 | 1010 | 10111101 | 0 | 1011111 | 110 | 10101 | 100110000 | 1011011 | 101010 |
Color Harmonies of #CA0ABD
Complementary color
Monochromatic Colors of #CA0ABD
Black with #CA0ABD
Text Example
Text Example
White with #CA0ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0ABD; }
p { color: rgb(202,10,189); }
H1.HeaderClassName
{
color: #CA0ABD;
}
.AnyTagClassName
{
color: #CA0ABD;
}
</style>
background-color css
<style>
a { background-color: #CA0ABD; }
a { background-color: rgb(202,10,189); }
div.DivClassName
{
background-color: #CA0ABD;
}
.BgClassName
{
background-color: #CA0ABD;
}
</style>
border-color css
<style>
span { border-color: #CA0ABD; }
span { border-color: rgb(202,10,189); }
td.TdClassName
{
border-color: #CA0ABD;
}
.TagClassName
{
border-color: #CA0ABD;
}
</style>