Shades of Mulberry #CA3B87
Tints of Mulberry #CA3B87
RGB
CMYK
RGB Variations
Color information
#CA3B87 (or 0xCA3B87) is known color: Mulberry. HEX triplet: CA, 3B and 87. RGB value is (202,59,135). Sum of RGB (Red+Green+Blue) = 202+59+135=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 59 (23.44% from 255 or 14.90% from 396); Blue value is 135 (53.12% from 255 or 34.09% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3B87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3B87 is #35C478. Grayscale: #6E6E6E. Windows color (decimal): -3523705 or 8862666. OLE color: 8862666.
HSL color Cylindrical-coordinate representation of color #CA3B87: hue angle of 328.11º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA3B87 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 59 | 135 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.21 |
| HSL | 328.11º | 0.57% | 0.51% | - |
| HSV(B) | 328.11º | 0.71% | 0.79% | - |
| XYZ | 30.29 | 17.43 | 24.69 | - |
| YUV | 110.42 | 141.88 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 59 | 135 | 0 | 0.71 | 0.33 | 0.21 | 328.11 | 0.57 | 0.51 |
| Hex | CA | 3B | 87 | 0 | 47 | 21 | 15 | 148 | 39 | 33 |
| Octal | 312 | 73 | 207 | 0 | 107 | 41 | 25 | 510 | 71 | 63 |
| Binary | 11001010 | 111011 | 10000111 | 0 | 1000111 | 100001 | 10101 | 101001000 | 111001 | 110011 |
Color Harmonies of #CA3B87
Complementary color
Monochromatic Colors of #CA3B87
Black with #CA3B87
Text Example
Text Example
White with #CA3B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3B87; }
p { color: rgb(202,59,135); }
H1.HeaderClassName
{
color: #CA3B87;
}
.AnyTagClassName
{
color: #CA3B87;
}
</style>
background-color css
<style>
a { background-color: #CA3B87; }
a { background-color: rgb(202,59,135); }
div.DivClassName
{
background-color: #CA3B87;
}
.BgClassName
{
background-color: #CA3B87;
}
</style>
border-color css
<style>
span { border-color: #CA3B87; }
span { border-color: rgb(202,59,135); }
td.TdClassName
{
border-color: #CA3B87;
}
.TagClassName
{
border-color: #CA3B87;
}
</style>