Shades of Mulberry #CA53A0
Tints of Mulberry #CA53A0
RGB
CMYK
RGB Variations
Color information
#CA53A0 (or 0xCA53A0) is known color: Mulberry. HEX triplet: CA, 53 and A0. RGB value is (202,83,160). Sum of RGB (Red+Green+Blue) = 202+83+160=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 83 (32.81% from 255 or 18.65% from 445); Blue value is 160 (62.89% from 255 or 35.96% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA53A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA53A0 is #35AC5F. Grayscale: #7F7F7F. Windows color (decimal): -3517536 or 10507210. OLE color: 10507210.
HSL color Cylindrical-coordinate representation of color #CA53A0: hue angle of 321.18º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA53A0 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 83 | 160 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.21 |
| HSL | 321.18º | 0.53% | 0.56% | - |
| HSV(B) | 321.18º | 0.59% | 0.79% | - |
| XYZ | 33.8 | 21.28 | 35.58 | - |
| YUV | 127.36 | 146.42 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 83 | 160 | 0 | 0.59 | 0.21 | 0.21 | 321.18 | 0.53 | 0.56 |
| Hex | CA | 53 | A0 | 0 | 3B | 15 | 15 | 141 | 35 | 38 |
| Octal | 312 | 123 | 240 | 0 | 73 | 25 | 25 | 501 | 65 | 70 |
| Binary | 11001010 | 1010011 | 10100000 | 0 | 111011 | 10101 | 10101 | 101000001 | 110101 | 111000 |
Color Harmonies of #CA53A0
Complementary color
Monochromatic Colors of #CA53A0
Black with #CA53A0
Text Example
Text Example
White with #CA53A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA53A0; }
p { color: rgb(202,83,160); }
H1.HeaderClassName
{
color: #CA53A0;
}
.AnyTagClassName
{
color: #CA53A0;
}
</style>
background-color css
<style>
a { background-color: #CA53A0; }
a { background-color: rgb(202,83,160); }
div.DivClassName
{
background-color: #CA53A0;
}
.BgClassName
{
background-color: #CA53A0;
}
</style>
border-color css
<style>
span { border-color: #CA53A0; }
span { border-color: rgb(202,83,160); }
td.TdClassName
{
border-color: #CA53A0;
}
.TagClassName
{
border-color: #CA53A0;
}
</style>