Shades of Mulberry #CA52A3
Tints of Mulberry #CA52A3
RGB
CMYK
RGB Variations
Color information
#CA52A3 (or 0xCA52A3) is known color: Mulberry. HEX triplet: CA, 52 and A3. RGB value is (202,82,163). Sum of RGB (Red+Green+Blue) = 202+82+163=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 82 (32.42% from 255 or 18.34% from 447); Blue value is 163 (64.06% from 255 or 36.47% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA52A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA52A3 is #35AD5C. Grayscale: #7E7E7E. Windows color (decimal): -3517789 or 10703562. OLE color: 10703562.
HSL color Cylindrical-coordinate representation of color #CA52A3: hue angle of 319.5º 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 #CA52A3 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 82 | 163 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.21 |
| HSL | 319.5º | 0.53% | 0.56% | - |
| HSV(B) | 319.5º | 0.59% | 0.79% | - |
| XYZ | 33.99 | 21.24 | 36.96 | - |
| YUV | 127.11 | 148.26 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 82 | 163 | 0 | 0.59 | 0.19 | 0.21 | 319.5 | 0.53 | 0.56 |
| Hex | CA | 52 | A3 | 0 | 3B | 13 | 15 | 140 | 35 | 38 |
| Octal | 312 | 122 | 243 | 0 | 73 | 23 | 25 | 500 | 65 | 70 |
| Binary | 11001010 | 1010010 | 10100011 | 0 | 111011 | 10011 | 10101 | 101000000 | 110101 | 111000 |
Color Harmonies of #CA52A3
Complementary color
Monochromatic Colors of #CA52A3
Black with #CA52A3
Text Example
Text Example
White with #CA52A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA52A3; }
p { color: rgb(202,82,163); }
H1.HeaderClassName
{
color: #CA52A3;
}
.AnyTagClassName
{
color: #CA52A3;
}
</style>
background-color css
<style>
a { background-color: #CA52A3; }
a { background-color: rgb(202,82,163); }
div.DivClassName
{
background-color: #CA52A3;
}
.BgClassName
{
background-color: #CA52A3;
}
</style>
border-color css
<style>
span { border-color: #CA52A3; }
span { border-color: rgb(202,82,163); }
td.TdClassName
{
border-color: #CA52A3;
}
.TagClassName
{
border-color: #CA52A3;
}
</style>