Shades of Mulberry #CA4D8F
Tints of Mulberry #CA4D8F
RGB
CMYK
RGB Variations
Color information
#CA4D8F (or 0xCA4D8F) is known color: Mulberry. HEX triplet: CA, 4D and 8F. RGB value is (202,77,143). Sum of RGB (Red+Green+Blue) = 202+77+143=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 77 (30.47% from 255 or 18.25% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4D8F is #35B270. Grayscale: #797979. Windows color (decimal): -3519089 or 9391562. OLE color: 9391562.
HSL color Cylindrical-coordinate representation of color #CA4D8F: hue angle of 328.32º 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 #CA4D8F is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 77 | 143 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.21 |
| HSL | 328.32º | 0.54% | 0.55% | - |
| HSV(B) | 328.32º | 0.62% | 0.79% | - |
| XYZ | 31.97 | 19.85 | 28.13 | - |
| YUV | 121.9 | 139.91 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 143 | 0 | 0.62 | 0.29 | 0.21 | 328.32 | 0.54 | 0.55 |
| Hex | CA | 4D | 8F | 0 | 3E | 1D | 15 | 148 | 36 | 37 |
| Octal | 312 | 115 | 217 | 0 | 76 | 35 | 25 | 510 | 66 | 67 |
| Binary | 11001010 | 1001101 | 10001111 | 0 | 111110 | 11101 | 10101 | 101001000 | 110110 | 110111 |
Color Harmonies of #CA4D8F
Complementary color
Monochromatic Colors of #CA4D8F
Black with #CA4D8F
Text Example
Text Example
White with #CA4D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4D8F; }
p { color: rgb(202,77,143); }
H1.HeaderClassName
{
color: #CA4D8F;
}
.AnyTagClassName
{
color: #CA4D8F;
}
</style>
background-color css
<style>
a { background-color: #CA4D8F; }
a { background-color: rgb(202,77,143); }
div.DivClassName
{
background-color: #CA4D8F;
}
.BgClassName
{
background-color: #CA4D8F;
}
</style>
border-color css
<style>
span { border-color: #CA4D8F; }
span { border-color: rgb(202,77,143); }
td.TdClassName
{
border-color: #CA4D8F;
}
.TagClassName
{
border-color: #CA4D8F;
}
</style>