Shades of Mulberry #CA4989
Tints of Mulberry #CA4989
RGB
CMYK
RGB Variations
Color information
#CA4989 (or 0xCA4989) is known color: Mulberry. HEX triplet: CA, 49 and 89. RGB value is (202,73,137). Sum of RGB (Red+Green+Blue) = 202+73+137=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 73 (28.91% from 255 or 17.72% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4989 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4989 is #35B676. Grayscale: #767676. Windows color (decimal): -3520119 or 8997322. OLE color: 8997322.
HSL color Cylindrical-coordinate representation of color #CA4989: hue angle of 330.23º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA4989 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 73 | 137 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.21 |
| HSL | 330.23º | 0.55% | 0.54% | - |
| HSV(B) | 330.23º | 0.64% | 0.79% | - |
| XYZ | 31.26 | 19.13 | 25.71 | - |
| YUV | 118.87 | 138.24 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 73 | 137 | 0 | 0.64 | 0.32 | 0.21 | 330.23 | 0.55 | 0.54 |
| Hex | CA | 49 | 89 | 0 | 40 | 20 | 15 | 14A | 37 | 36 |
| Octal | 312 | 111 | 211 | 0 | 100 | 40 | 25 | 512 | 67 | 66 |
| Binary | 11001010 | 1001001 | 10001001 | 0 | 1000000 | 100000 | 10101 | 101001010 | 110111 | 110110 |
Color Harmonies of #CA4989
Complementary color
Monochromatic Colors of #CA4989
Black with #CA4989
Text Example
Text Example
White with #CA4989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4989; }
p { color: rgb(202,73,137); }
H1.HeaderClassName
{
color: #CA4989;
}
.AnyTagClassName
{
color: #CA4989;
}
</style>
background-color css
<style>
a { background-color: #CA4989; }
a { background-color: rgb(202,73,137); }
div.DivClassName
{
background-color: #CA4989;
}
.BgClassName
{
background-color: #CA4989;
}
</style>
border-color css
<style>
span { border-color: #CA4989; }
span { border-color: rgb(202,73,137); }
td.TdClassName
{
border-color: #CA4989;
}
.TagClassName
{
border-color: #CA4989;
}
</style>