Shades of Mulberry #C24E83
Tints of Mulberry #C24E83
RGB
CMYK
RGB Variations
Color information
#C24E83 (or 0xC24E83) is known color: Mulberry. HEX triplet: C2, 4E and 83. RGB value is (194,78,131). Sum of RGB (Red+Green+Blue) = 194+78+131=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 78 (30.86% from 255 or 19.35% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24E83 is #3DB17C. Grayscale: #767676. Windows color (decimal): -4043133 or 8605378. OLE color: 8605378.
HSL color Cylindrical-coordinate representation of color #C24E83: hue angle of 332.59º 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 #C24E83 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 78 | 131 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.24 |
| HSL | 332.59º | 0.49% | 0.53% | - |
| HSV(B) | 332.59º | 0.6% | 0.76% | - |
| XYZ | 29.07 | 18.56 | 23.52 | - |
| YUV | 118.73 | 134.93 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 131 | 0 | 0.60 | 0.32 | 0.24 | 332.59 | 0.49 | 0.53 |
| Hex | C2 | 4E | 83 | 0 | 3C | 20 | 18 | 14D | 31 | 35 |
| Octal | 302 | 116 | 203 | 0 | 74 | 40 | 30 | 515 | 61 | 65 |
| Binary | 11000010 | 1001110 | 10000011 | 0 | 111100 | 100000 | 11000 | 101001101 | 110001 | 110101 |
Color Harmonies of #C24E83
Complementary color
Monochromatic Colors of #C24E83
Black with #C24E83
Text Example
Text Example
White with #C24E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24E83; }
p { color: rgb(194,78,131); }
H1.HeaderClassName
{
color: #C24E83;
}
.AnyTagClassName
{
color: #C24E83;
}
</style>
background-color css
<style>
a { background-color: #C24E83; }
a { background-color: rgb(194,78,131); }
div.DivClassName
{
background-color: #C24E83;
}
.BgClassName
{
background-color: #C24E83;
}
</style>
border-color css
<style>
span { border-color: #C24E83; }
span { border-color: rgb(194,78,131); }
td.TdClassName
{
border-color: #C24E83;
}
.TagClassName
{
border-color: #C24E83;
}
</style>