Shades of Deep Magenta #CA05BA
Tints of Deep Magenta #CA05BA
RGB
CMYK
RGB Variations
Color information
#CA05BA (or 0xCA05BA) is known color: Deep Magenta. HEX triplet: CA, 05 and BA. RGB value is (202,5,186). Sum of RGB (Red+Green+Blue) = 202+5+186=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 5 (2.34% from 255 or 1.27% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA05BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA05BA is #35FA45. Grayscale: #545454. Windows color (decimal): -3537478 or 12191178. OLE color: 12191178.
HSL color Cylindrical-coordinate representation of color #CA05BA: hue angle of 304.87º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA05BA is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 5 | 186 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.21 |
| HSL | 304.87º | 0.95% | 0.41% | - |
| HSV(B) | 304.87º | 0.98% | 0.79% | - |
| XYZ | 33.27 | 16.21 | 47.83 | - |
| YUV | 84.54 | 185.27 | 211.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 5 | 186 | 0 | 0.98 | 0.08 | 0.21 | 304.87 | 0.95 | 0.41 |
| Hex | CA | 5 | BA | 0 | 62 | 8 | 15 | 131 | 5F | 29 |
| Octal | 312 | 5 | 272 | 0 | 142 | 10 | 25 | 461 | 137 | 51 |
| Binary | 11001010 | 101 | 10111010 | 0 | 1100010 | 1000 | 10101 | 100110001 | 1011111 | 101001 |
Color Harmonies of #CA05BA
Complementary color
Monochromatic Colors of #CA05BA
Black with #CA05BA
Text Example
Text Example
White with #CA05BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA05BA; }
p { color: rgb(202,5,186); }
H1.HeaderClassName
{
color: #CA05BA;
}
.AnyTagClassName
{
color: #CA05BA;
}
</style>
background-color css
<style>
a { background-color: #CA05BA; }
a { background-color: rgb(202,5,186); }
div.DivClassName
{
background-color: #CA05BA;
}
.BgClassName
{
background-color: #CA05BA;
}
</style>
border-color css
<style>
span { border-color: #CA05BA; }
span { border-color: rgb(202,5,186); }
td.TdClassName
{
border-color: #CA05BA;
}
.TagClassName
{
border-color: #CA05BA;
}
</style>