Shades of Mulberry #CA4884
Tints of Mulberry #CA4884
RGB
CMYK
RGB Variations
Color information
#CA4884 (or 0xCA4884) is known color: Mulberry. HEX triplet: CA, 48 and 84. RGB value is (202,72,132). Sum of RGB (Red+Green+Blue) = 202+72+132=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 72 (28.52% from 255 or 17.73% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4884 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4884 is #35B77B. Grayscale: #757575. Windows color (decimal): -3520380 or 8669386. OLE color: 8669386.
HSL color Cylindrical-coordinate representation of color #CA4884: hue angle of 332.31º 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 #CA4884 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 72 | 132 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.21 |
| HSL | 332.31º | 0.55% | 0.54% | - |
| HSV(B) | 332.31º | 0.64% | 0.79% | - |
| XYZ | 30.84 | 18.86 | 23.84 | - |
| YUV | 117.71 | 136.07 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 72 | 132 | 0 | 0.64 | 0.35 | 0.21 | 332.31 | 0.55 | 0.54 |
| Hex | CA | 48 | 84 | 0 | 40 | 23 | 15 | 14C | 37 | 36 |
| Octal | 312 | 110 | 204 | 0 | 100 | 43 | 25 | 514 | 67 | 66 |
| Binary | 11001010 | 1001000 | 10000100 | 0 | 1000000 | 100011 | 10101 | 101001100 | 110111 | 110110 |
Color Harmonies of #CA4884
Complementary color
Monochromatic Colors of #CA4884
Black with #CA4884
Text Example
Text Example
White with #CA4884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4884; }
p { color: rgb(202,72,132); }
H1.HeaderClassName
{
color: #CA4884;
}
.AnyTagClassName
{
color: #CA4884;
}
</style>
background-color css
<style>
a { background-color: #CA4884; }
a { background-color: rgb(202,72,132); }
div.DivClassName
{
background-color: #CA4884;
}
.BgClassName
{
background-color: #CA4884;
}
</style>
border-color css
<style>
span { border-color: #CA4884; }
span { border-color: rgb(202,72,132); }
td.TdClassName
{
border-color: #CA4884;
}
.TagClassName
{
border-color: #CA4884;
}
</style>