Shades of Mulberry #C24D83
Tints of Mulberry #C24D83
RGB
CMYK
RGB Variations
Color information
#C24D83 (or 0xC24D83) is known color: Mulberry. HEX triplet: C2, 4D and 83. RGB value is (194,77,131). Sum of RGB (Red+Green+Blue) = 194+77+131=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24D83 is #3DB27C. Grayscale: #767676. Windows color (decimal): -4043389 or 8605122. OLE color: 8605122.
HSL color Cylindrical-coordinate representation of color #C24D83: hue angle of 332.31º 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 #C24D83 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 77 | 131 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.24 |
| HSL | 332.31º | 0.49% | 0.53% | - |
| HSV(B) | 332.31º | 0.6% | 0.76% | - |
| XYZ | 29 | 18.42 | 23.5 | - |
| YUV | 118.14 | 135.26 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 131 | 0 | 0.60 | 0.32 | 0.24 | 332.31 | 0.49 | 0.53 |
| Hex | C2 | 4D | 83 | 0 | 3C | 20 | 18 | 14C | 31 | 35 |
| Octal | 302 | 115 | 203 | 0 | 74 | 40 | 30 | 514 | 61 | 65 |
| Binary | 11000010 | 1001101 | 10000011 | 0 | 111100 | 100000 | 11000 | 101001100 | 110001 | 110101 |
Color Harmonies of #C24D83
Complementary color
Monochromatic Colors of #C24D83
Black with #C24D83
Text Example
Text Example
White with #C24D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24D83; }
p { color: rgb(194,77,131); }
H1.HeaderClassName
{
color: #C24D83;
}
.AnyTagClassName
{
color: #C24D83;
}
</style>
background-color css
<style>
a { background-color: #C24D83; }
a { background-color: rgb(194,77,131); }
div.DivClassName
{
background-color: #C24D83;
}
.BgClassName
{
background-color: #C24D83;
}
</style>
border-color css
<style>
span { border-color: #C24D83; }
span { border-color: rgb(194,77,131); }
td.TdClassName
{
border-color: #C24D83;
}
.TagClassName
{
border-color: #C24D83;
}
</style>