Shades of Mulberry #CA4C7E
Tints of Mulberry #CA4C7E
RGB
CMYK
RGB Variations
Color information
#CA4C7E (or 0xCA4C7E) is known color: Mulberry. HEX triplet: CA, 4C and 7E. RGB value is (202,76,126). Sum of RGB (Red+Green+Blue) = 202+76+126=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 76 (30.08% from 255 or 18.81% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4C7E is #35B381. Grayscale: #777777. Windows color (decimal): -3519362 or 8277194. OLE color: 8277194.
HSL color Cylindrical-coordinate representation of color #CA4C7E: hue angle of 336.19º 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 #CA4C7E is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 76 | 126 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.21 |
| HSL | 336.19º | 0.54% | 0.55% | - |
| HSV(B) | 336.19º | 0.62% | 0.79% | - |
| XYZ | 30.71 | 19.23 | 21.83 | - |
| YUV | 119.37 | 131.74 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 76 | 126 | 0 | 0.62 | 0.38 | 0.21 | 336.19 | 0.54 | 0.55 |
| Hex | CA | 4C | 7E | 0 | 3E | 26 | 15 | 150 | 36 | 37 |
| Octal | 312 | 114 | 176 | 0 | 76 | 46 | 25 | 520 | 66 | 67 |
| Binary | 11001010 | 1001100 | 1111110 | 0 | 111110 | 100110 | 10101 | 101010000 | 110110 | 110111 |
Color Harmonies of #CA4C7E
Complementary color
Monochromatic Colors of #CA4C7E
Black with #CA4C7E
Text Example
Text Example
White with #CA4C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4C7E; }
p { color: rgb(202,76,126); }
H1.HeaderClassName
{
color: #CA4C7E;
}
.AnyTagClassName
{
color: #CA4C7E;
}
</style>
background-color css
<style>
a { background-color: #CA4C7E; }
a { background-color: rgb(202,76,126); }
div.DivClassName
{
background-color: #CA4C7E;
}
.BgClassName
{
background-color: #CA4C7E;
}
</style>
border-color css
<style>
span { border-color: #CA4C7E; }
span { border-color: rgb(202,76,126); }
td.TdClassName
{
border-color: #CA4C7E;
}
.TagClassName
{
border-color: #CA4C7E;
}
</style>