Shades of Mulberry #CA4D8D
Tints of Mulberry #CA4D8D
RGB
CMYK
RGB Variations
Color information
#CA4D8D (or 0xCA4D8D) is known color: Mulberry. HEX triplet: CA, 4D and 8D. RGB value is (202,77,141). Sum of RGB (Red+Green+Blue) = 202+77+141=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 77 (30.47% from 255 or 18.33% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4D8D is #35B272. Grayscale: #797979. Windows color (decimal): -3519091 or 9260490. OLE color: 9260490.
HSL color Cylindrical-coordinate representation of color #CA4D8D: hue angle of 329.28º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA4D8D is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 77 | 141 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.21 |
| HSL | 329.28º | 0.54% | 0.55% | - |
| HSV(B) | 329.28º | 0.62% | 0.79% | - |
| XYZ | 31.82 | 19.79 | 27.34 | - |
| YUV | 121.67 | 138.91 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 141 | 0 | 0.62 | 0.30 | 0.21 | 329.28 | 0.54 | 0.55 |
| Hex | CA | 4D | 8D | 0 | 3E | 1E | 15 | 149 | 36 | 37 |
| Octal | 312 | 115 | 215 | 0 | 76 | 36 | 25 | 511 | 66 | 67 |
| Binary | 11001010 | 1001101 | 10001101 | 0 | 111110 | 11110 | 10101 | 101001001 | 110110 | 110111 |
Color Harmonies of #CA4D8D
Complementary color
Monochromatic Colors of #CA4D8D
Black with #CA4D8D
Text Example
Text Example
White with #CA4D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4D8D; }
p { color: rgb(202,77,141); }
H1.HeaderClassName
{
color: #CA4D8D;
}
.AnyTagClassName
{
color: #CA4D8D;
}
</style>
background-color css
<style>
a { background-color: #CA4D8D; }
a { background-color: rgb(202,77,141); }
div.DivClassName
{
background-color: #CA4D8D;
}
.BgClassName
{
background-color: #CA4D8D;
}
</style>
border-color css
<style>
span { border-color: #CA4D8D; }
span { border-color: rgb(202,77,141); }
td.TdClassName
{
border-color: #CA4D8D;
}
.TagClassName
{
border-color: #CA4D8D;
}
</style>