Shades of Mulberry #CA5099
Tints of Mulberry #CA5099
RGB
CMYK
RGB Variations
Color information
#CA5099 (or 0xCA5099) is known color: Mulberry. HEX triplet: CA, 50 and 99. RGB value is (202,80,153). Sum of RGB (Red+Green+Blue) = 202+80+153=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5099 is #35AF66. Grayscale: #7C7C7C. Windows color (decimal): -3518311 or 10047690. OLE color: 10047690.
HSL color Cylindrical-coordinate representation of color #CA5099: hue angle of 324.1º degrees, saturation: 0.54, 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 #CA5099 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 80 | 153 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.21 |
| HSL | 324.1º | 0.54% | 0.55% | - |
| HSV(B) | 324.1º | 0.6% | 0.79% | - |
| XYZ | 32.98 | 20.59 | 32.37 | - |
| YUV | 124.8 | 143.92 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 153 | 0 | 0.60 | 0.24 | 0.21 | 324.1 | 0.54 | 0.55 |
| Hex | CA | 50 | 99 | 0 | 3C | 18 | 15 | 144 | 36 | 37 |
| Octal | 312 | 120 | 231 | 0 | 74 | 30 | 25 | 504 | 66 | 67 |
| Binary | 11001010 | 1010000 | 10011001 | 0 | 111100 | 11000 | 10101 | 101000100 | 110110 | 110111 |
Color Harmonies of #CA5099
Complementary color
Monochromatic Colors of #CA5099
Black with #CA5099
Text Example
Text Example
White with #CA5099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5099; }
p { color: rgb(202,80,153); }
H1.HeaderClassName
{
color: #CA5099;
}
.AnyTagClassName
{
color: #CA5099;
}
</style>
background-color css
<style>
a { background-color: #CA5099; }
a { background-color: rgb(202,80,153); }
div.DivClassName
{
background-color: #CA5099;
}
.BgClassName
{
background-color: #CA5099;
}
</style>
border-color css
<style>
span { border-color: #CA5099; }
span { border-color: rgb(202,80,153); }
td.TdClassName
{
border-color: #CA5099;
}
.TagClassName
{
border-color: #CA5099;
}
</style>