Shades of Mulberry #CA4C8D
Tints of Mulberry #CA4C8D
RGB
CMYK
RGB Variations
Color information
#CA4C8D (or 0xCA4C8D) is known color: Mulberry. HEX triplet: CA, 4C and 8D. RGB value is (202,76,141). Sum of RGB (Red+Green+Blue) = 202+76+141=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 76 (30.08% from 255 or 18.14% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4C8D is #35B372. Grayscale: #787878. Windows color (decimal): -3519347 or 9260234. OLE color: 9260234.
HSL color Cylindrical-coordinate representation of color #CA4C8D: hue angle of 329.05º 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 #CA4C8D is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 76 | 141 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.21 |
| HSL | 329.05º | 0.54% | 0.55% | - |
| HSV(B) | 329.05º | 0.62% | 0.79% | - |
| XYZ | 31.75 | 19.65 | 27.32 | - |
| YUV | 121.08 | 139.24 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 76 | 141 | 0 | 0.62 | 0.30 | 0.21 | 329.05 | 0.54 | 0.55 |
| Hex | CA | 4C | 8D | 0 | 3E | 1E | 15 | 149 | 36 | 37 |
| Octal | 312 | 114 | 215 | 0 | 76 | 36 | 25 | 511 | 66 | 67 |
| Binary | 11001010 | 1001100 | 10001101 | 0 | 111110 | 11110 | 10101 | 101001001 | 110110 | 110111 |
Color Harmonies of #CA4C8D
Complementary color
Monochromatic Colors of #CA4C8D
Black with #CA4C8D
Text Example
Text Example
White with #CA4C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4C8D; }
p { color: rgb(202,76,141); }
H1.HeaderClassName
{
color: #CA4C8D;
}
.AnyTagClassName
{
color: #CA4C8D;
}
</style>
background-color css
<style>
a { background-color: #CA4C8D; }
a { background-color: rgb(202,76,141); }
div.DivClassName
{
background-color: #CA4C8D;
}
.BgClassName
{
background-color: #CA4C8D;
}
</style>
border-color css
<style>
span { border-color: #CA4C8D; }
span { border-color: rgb(202,76,141); }
td.TdClassName
{
border-color: #CA4C8D;
}
.TagClassName
{
border-color: #CA4C8D;
}
</style>