Shades of Mulberry #CA529F
Tints of Mulberry #CA529F
RGB
CMYK
RGB Variations
Color information
#CA529F (or 0xCA529F) is known color: Mulberry. HEX triplet: CA, 52 and 9F. RGB value is (202,82,159). Sum of RGB (Red+Green+Blue) = 202+82+159=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA529F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA529F is #35AD60. Grayscale: #7E7E7E. Windows color (decimal): -3517793 or 10441418. OLE color: 10441418.
HSL color Cylindrical-coordinate representation of color #CA529F: hue angle of 321.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 #CA529F is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 82 | 159 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.21 |
| HSL | 321.5º | 0.53% | 0.56% | - |
| HSV(B) | 321.5º | 0.59% | 0.79% | - |
| XYZ | 33.63 | 21.09 | 35.1 | - |
| YUV | 126.66 | 146.26 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 82 | 159 | 0 | 0.59 | 0.21 | 0.21 | 321.5 | 0.53 | 0.56 |
| Hex | CA | 52 | 9F | 0 | 3B | 15 | 15 | 142 | 35 | 38 |
| Octal | 312 | 122 | 237 | 0 | 73 | 25 | 25 | 502 | 65 | 70 |
| Binary | 11001010 | 1010010 | 10011111 | 0 | 111011 | 10101 | 10101 | 101000010 | 110101 | 111000 |
Color Harmonies of #CA529F
Complementary color
Monochromatic Colors of #CA529F
Black with #CA529F
Text Example
Text Example
White with #CA529F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA529F; }
p { color: rgb(202,82,159); }
H1.HeaderClassName
{
color: #CA529F;
}
.AnyTagClassName
{
color: #CA529F;
}
</style>
background-color css
<style>
a { background-color: #CA529F; }
a { background-color: rgb(202,82,159); }
div.DivClassName
{
background-color: #CA529F;
}
.BgClassName
{
background-color: #CA529F;
}
</style>
border-color css
<style>
span { border-color: #CA529F; }
span { border-color: rgb(202,82,159); }
td.TdClassName
{
border-color: #CA529F;
}
.TagClassName
{
border-color: #CA529F;
}
</style>