Shades of Mulberry #C24D87
Tints of Mulberry #C24D87
RGB
CMYK
RGB Variations
Color information
#C24D87 (or 0xC24D87) is known color: Mulberry. HEX triplet: C2, 4D and 87. RGB value is (194,77,135). Sum of RGB (Red+Green+Blue) = 194+77+135=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24D87 is #3DB278. Grayscale: #767676. Windows color (decimal): -4043385 or 8867266. OLE color: 8867266.
HSL color Cylindrical-coordinate representation of color #C24D87: hue angle of 330.26º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C24D87 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 77 | 135 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.24 |
| HSL | 330.26º | 0.49% | 0.53% | - |
| HSV(B) | 330.26º | 0.6% | 0.76% | - |
| XYZ | 29.28 | 18.53 | 24.95 | - |
| YUV | 118.6 | 137.26 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 135 | 0 | 0.60 | 0.30 | 0.24 | 330.26 | 0.49 | 0.53 |
| Hex | C2 | 4D | 87 | 0 | 3C | 1E | 18 | 14A | 31 | 35 |
| Octal | 302 | 115 | 207 | 0 | 74 | 36 | 30 | 512 | 61 | 65 |
| Binary | 11000010 | 1001101 | 10000111 | 0 | 111100 | 11110 | 11000 | 101001010 | 110001 | 110101 |
Color Harmonies of #C24D87
Complementary color
Monochromatic Colors of #C24D87
Black with #C24D87
Text Example
Text Example
White with #C24D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24D87; }
p { color: rgb(194,77,135); }
H1.HeaderClassName
{
color: #C24D87;
}
.AnyTagClassName
{
color: #C24D87;
}
</style>
background-color css
<style>
a { background-color: #C24D87; }
a { background-color: rgb(194,77,135); }
div.DivClassName
{
background-color: #C24D87;
}
.BgClassName
{
background-color: #C24D87;
}
</style>
border-color css
<style>
span { border-color: #C24D87; }
span { border-color: rgb(194,77,135); }
td.TdClassName
{
border-color: #C24D87;
}
.TagClassName
{
border-color: #C24D87;
}
</style>