Shades of Mulberry #CA5299
Tints of Mulberry #CA5299
RGB
CMYK
RGB Variations
Color information
#CA5299 (or 0xCA5299) is known color: Mulberry. HEX triplet: CA, 52 and 99. RGB value is (202,82,153). Sum of RGB (Red+Green+Blue) = 202+82+153=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 153 (60.16% from 255 or 35.01% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5299 is #35AD66. Grayscale: #7D7D7D. Windows color (decimal): -3517799 or 10048202. OLE color: 10048202.
HSL color Cylindrical-coordinate representation of color #CA5299: hue angle of 324.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 #CA5299 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 82 | 153 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.21 |
| HSL | 324.5º | 0.53% | 0.56% | - |
| HSV(B) | 324.5º | 0.59% | 0.79% | - |
| XYZ | 33.12 | 20.89 | 32.42 | - |
| YUV | 125.97 | 143.26 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 82 | 153 | 0 | 0.59 | 0.24 | 0.21 | 324.5 | 0.53 | 0.56 |
| Hex | CA | 52 | 99 | 0 | 3B | 18 | 15 | 144 | 35 | 38 |
| Octal | 312 | 122 | 231 | 0 | 73 | 30 | 25 | 504 | 65 | 70 |
| Binary | 11001010 | 1010010 | 10011001 | 0 | 111011 | 11000 | 10101 | 101000100 | 110101 | 111000 |
Color Harmonies of #CA5299
Complementary color
Monochromatic Colors of #CA5299
Black with #CA5299
Text Example
Text Example
White with #CA5299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5299; }
p { color: rgb(202,82,153); }
H1.HeaderClassName
{
color: #CA5299;
}
.AnyTagClassName
{
color: #CA5299;
}
</style>
background-color css
<style>
a { background-color: #CA5299; }
a { background-color: rgb(202,82,153); }
div.DivClassName
{
background-color: #CA5299;
}
.BgClassName
{
background-color: #CA5299;
}
</style>
border-color css
<style>
span { border-color: #CA5299; }
span { border-color: rgb(202,82,153); }
td.TdClassName
{
border-color: #CA5299;
}
.TagClassName
{
border-color: #CA5299;
}
</style>