Shades of Mulberry #CA51A0
Tints of Mulberry #CA51A0
RGB
CMYK
RGB Variations
Color information
#CA51A0 (or 0xCA51A0) is known color: Mulberry. HEX triplet: CA, 51 and A0. RGB value is (202,81,160). Sum of RGB (Red+Green+Blue) = 202+81+160=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA51A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA51A0 is #35AE5F. Grayscale: #7D7D7D. Windows color (decimal): -3518048 or 10506698. OLE color: 10506698.
HSL color Cylindrical-coordinate representation of color #CA51A0: hue angle of 320.83º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA51A0 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 81 | 160 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.21 |
| HSL | 320.83º | 0.53% | 0.55% | - |
| HSV(B) | 320.83º | 0.6% | 0.79% | - |
| XYZ | 33.64 | 20.98 | 35.53 | - |
| YUV | 126.19 | 147.09 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 81 | 160 | 0 | 0.60 | 0.21 | 0.21 | 320.83 | 0.53 | 0.55 |
| Hex | CA | 51 | A0 | 0 | 3C | 15 | 15 | 141 | 35 | 37 |
| Octal | 312 | 121 | 240 | 0 | 74 | 25 | 25 | 501 | 65 | 67 |
| Binary | 11001010 | 1010001 | 10100000 | 0 | 111100 | 10101 | 10101 | 101000001 | 110101 | 110111 |
Color Harmonies of #CA51A0
Complementary color
Monochromatic Colors of #CA51A0
Black with #CA51A0
Text Example
Text Example
White with #CA51A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA51A0; }
p { color: rgb(202,81,160); }
H1.HeaderClassName
{
color: #CA51A0;
}
.AnyTagClassName
{
color: #CA51A0;
}
</style>
background-color css
<style>
a { background-color: #CA51A0; }
a { background-color: rgb(202,81,160); }
div.DivClassName
{
background-color: #CA51A0;
}
.BgClassName
{
background-color: #CA51A0;
}
</style>
border-color css
<style>
span { border-color: #CA51A0; }
span { border-color: rgb(202,81,160); }
td.TdClassName
{
border-color: #CA51A0;
}
.TagClassName
{
border-color: #CA51A0;
}
</style>