Shades of Mulberry #CA4C8E
Tints of Mulberry #CA4C8E
RGB
CMYK
RGB Variations
Color information
#CA4C8E (or 0xCA4C8E) is known color: Mulberry. HEX triplet: CA, 4C and 8E. RGB value is (202,76,142). Sum of RGB (Red+Green+Blue) = 202+76+142=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4C8E is #35B371. Grayscale: #797979. Windows color (decimal): -3519346 or 9325770. OLE color: 9325770.
HSL color Cylindrical-coordinate representation of color #CA4C8E: hue angle of 328.57º 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 #CA4C8E is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 76 | 142 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.21 |
| HSL | 328.57º | 0.54% | 0.55% | - |
| HSV(B) | 328.57º | 0.62% | 0.79% | - |
| XYZ | 31.82 | 19.68 | 27.71 | - |
| YUV | 121.2 | 139.74 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 76 | 142 | 0 | 0.62 | 0.30 | 0.21 | 328.57 | 0.54 | 0.55 |
| Hex | CA | 4C | 8E | 0 | 3E | 1E | 15 | 149 | 36 | 37 |
| Octal | 312 | 114 | 216 | 0 | 76 | 36 | 25 | 511 | 66 | 67 |
| Binary | 11001010 | 1001100 | 10001110 | 0 | 111110 | 11110 | 10101 | 101001001 | 110110 | 110111 |
Color Harmonies of #CA4C8E
Complementary color
Monochromatic Colors of #CA4C8E
Black with #CA4C8E
Text Example
Text Example
White with #CA4C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4C8E; }
p { color: rgb(202,76,142); }
H1.HeaderClassName
{
color: #CA4C8E;
}
.AnyTagClassName
{
color: #CA4C8E;
}
</style>
background-color css
<style>
a { background-color: #CA4C8E; }
a { background-color: rgb(202,76,142); }
div.DivClassName
{
background-color: #CA4C8E;
}
.BgClassName
{
background-color: #CA4C8E;
}
</style>
border-color css
<style>
span { border-color: #CA4C8E; }
span { border-color: rgb(202,76,142); }
td.TdClassName
{
border-color: #CA4C8E;
}
.TagClassName
{
border-color: #CA4C8E;
}
</style>