Shades of Deep Magenta #CA01BA
Tints of Deep Magenta #CA01BA
RGB
CMYK
RGB Variations
Color information
#CA01BA (or 0xCA01BA) is known color: Deep Magenta. HEX triplet: CA, 01 and BA. RGB value is (202,1,186). Sum of RGB (Red+Green+Blue) = 202+1+186=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 1 (0.78% from 255 or 0.26% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA01BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA01BA is #35FE45. Grayscale: #515151. Windows color (decimal): -3538502 or 12190154. OLE color: 12190154.
HSL color Cylindrical-coordinate representation of color #CA01BA: hue angle of 304.78º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA01BA is Cyan = 0, Magento = 1.00, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 1 | 186 | - |
| CMYK | 0 | 1.00 | 0.08 | 0.21 |
| HSL | 304.78º | 0.99% | 0.4% | - |
| HSV(B) | 304.78º | 1% | 0.79% | - |
| XYZ | 33.23 | 16.12 | 47.82 | - |
| YUV | 82.19 | 186.59 | 213.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 1 | 186 | 0 | 1.00 | 0.08 | 0.21 | 304.78 | 0.99 | 0.4 |
| Hex | CA | 1 | BA | 0 | 64 | 8 | 15 | 131 | 63 | 28 |
| Octal | 312 | 1 | 272 | 0 | 144 | 10 | 25 | 461 | 143 | 50 |
| Binary | 11001010 | 1 | 10111010 | 0 | 1100100 | 1000 | 10101 | 100110001 | 1100011 | 101000 |
Color Harmonies of #CA01BA
Complementary color
Monochromatic Colors of #CA01BA
Black with #CA01BA
Text Example
Text Example
White with #CA01BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA01BA; }
p { color: rgb(202,1,186); }
H1.HeaderClassName
{
color: #CA01BA;
}
.AnyTagClassName
{
color: #CA01BA;
}
</style>
background-color css
<style>
a { background-color: #CA01BA; }
a { background-color: rgb(202,1,186); }
div.DivClassName
{
background-color: #CA01BA;
}
.BgClassName
{
background-color: #CA01BA;
}
</style>
border-color css
<style>
span { border-color: #CA01BA; }
span { border-color: rgb(202,1,186); }
td.TdClassName
{
border-color: #CA01BA;
}
.TagClassName
{
border-color: #CA01BA;
}
</style>