Shades of Mulberry #CA5894
Tints of Mulberry #CA5894
RGB
CMYK
RGB Variations
Color information
#CA5894 (or 0xCA5894) is known color: Mulberry. HEX triplet: CA, 58 and 94. RGB value is (202,88,148). Sum of RGB (Red+Green+Blue) = 202+88+148=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5894 is #35A76B. Grayscale: #808080. Windows color (decimal): -3516268 or 9722058. OLE color: 9722058.
HSL color Cylindrical-coordinate representation of color #CA5894: hue angle of 328.42º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA5894 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 88 | 148 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.21 |
| HSL | 328.42º | 0.52% | 0.57% | - |
| HSV(B) | 328.42º | 0.56% | 0.79% | - |
| XYZ | 33.19 | 21.67 | 30.45 | - |
| YUV | 128.93 | 138.77 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 88 | 148 | 0 | 0.56 | 0.27 | 0.21 | 328.42 | 0.52 | 0.57 |
| Hex | CA | 58 | 94 | 0 | 38 | 1B | 15 | 148 | 34 | 39 |
| Octal | 312 | 130 | 224 | 0 | 70 | 33 | 25 | 510 | 64 | 71 |
| Binary | 11001010 | 1011000 | 10010100 | 0 | 111000 | 11011 | 10101 | 101001000 | 110100 | 111001 |
Color Harmonies of #CA5894
Complementary color
Monochromatic Colors of #CA5894
Black with #CA5894
Text Example
Text Example
White with #CA5894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5894; }
p { color: rgb(202,88,148); }
H1.HeaderClassName
{
color: #CA5894;
}
.AnyTagClassName
{
color: #CA5894;
}
</style>
background-color css
<style>
a { background-color: #CA5894; }
a { background-color: rgb(202,88,148); }
div.DivClassName
{
background-color: #CA5894;
}
.BgClassName
{
background-color: #CA5894;
}
</style>
border-color css
<style>
span { border-color: #CA5894; }
span { border-color: rgb(202,88,148); }
td.TdClassName
{
border-color: #CA5894;
}
.TagClassName
{
border-color: #CA5894;
}
</style>