Shades of Deep Magenta #CA0ABC
Tints of Deep Magenta #CA0ABC
RGB
CMYK
RGB Variations
Color information
#CA0ABC (or 0xCA0ABC) is known color: Deep Magenta. HEX triplet: CA, 0A and BC. RGB value is (202,10,188). Sum of RGB (Red+Green+Blue) = 202+10+188=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 10 (4.30% from 255 or 2.5% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0ABC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0ABC is #35F543. Grayscale: #575757. Windows color (decimal): -3536196 or 12323530. OLE color: 12323530.
HSL color Cylindrical-coordinate representation of color #CA0ABC: hue angle of 304.38º 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 #CA0ABC is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 10 | 188 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.21 |
| HSL | 304.38º | 0.91% | 0.42% | - |
| HSV(B) | 304.38º | 0.95% | 0.79% | - |
| XYZ | 33.54 | 16.4 | 48.98 | - |
| YUV | 87.7 | 184.61 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 10 | 188 | 0 | 0.95 | 0.07 | 0.21 | 304.38 | 0.91 | 0.42 |
| Hex | CA | A | BC | 0 | 5F | 7 | 15 | 130 | 5B | 2A |
| Octal | 312 | 12 | 274 | 0 | 137 | 7 | 25 | 460 | 133 | 52 |
| Binary | 11001010 | 1010 | 10111100 | 0 | 1011111 | 111 | 10101 | 100110000 | 1011011 | 101010 |
Color Harmonies of #CA0ABC
Complementary color
Monochromatic Colors of #CA0ABC
Black with #CA0ABC
Text Example
Text Example
White with #CA0ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0ABC; }
p { color: rgb(202,10,188); }
H1.HeaderClassName
{
color: #CA0ABC;
}
.AnyTagClassName
{
color: #CA0ABC;
}
</style>
background-color css
<style>
a { background-color: #CA0ABC; }
a { background-color: rgb(202,10,188); }
div.DivClassName
{
background-color: #CA0ABC;
}
.BgClassName
{
background-color: #CA0ABC;
}
</style>
border-color css
<style>
span { border-color: #CA0ABC; }
span { border-color: rgb(202,10,188); }
td.TdClassName
{
border-color: #CA0ABC;
}
.TagClassName
{
border-color: #CA0ABC;
}
</style>