Shades of Mulberry #C24E8D
Tints of Mulberry #C24E8D
RGB
CMYK
RGB Variations
Color information
#C24E8D (or 0xC24E8D) is known color: Mulberry. HEX triplet: C2, 4E and 8D. RGB value is (194,78,141). Sum of RGB (Red+Green+Blue) = 194+78+141=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24E8D is #3DB172. Grayscale: #777777. Windows color (decimal): -4043123 or 9260738. OLE color: 9260738.
HSL color Cylindrical-coordinate representation of color #C24E8D: hue angle of 327.41º 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 #C24E8D is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 78 | 141 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.24 |
| HSL | 327.41º | 0.49% | 0.53% | - |
| HSV(B) | 327.41º | 0.6% | 0.76% | - |
| XYZ | 29.78 | 18.84 | 27.27 | - |
| YUV | 119.87 | 139.93 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 141 | 0 | 0.60 | 0.27 | 0.24 | 327.41 | 0.49 | 0.53 |
| Hex | C2 | 4E | 8D | 0 | 3C | 1B | 18 | 147 | 31 | 35 |
| Octal | 302 | 116 | 215 | 0 | 74 | 33 | 30 | 507 | 61 | 65 |
| Binary | 11000010 | 1001110 | 10001101 | 0 | 111100 | 11011 | 11000 | 101000111 | 110001 | 110101 |
Color Harmonies of #C24E8D
Complementary color
Monochromatic Colors of #C24E8D
Black with #C24E8D
Text Example
Text Example
White with #C24E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24E8D; }
p { color: rgb(194,78,141); }
H1.HeaderClassName
{
color: #C24E8D;
}
.AnyTagClassName
{
color: #C24E8D;
}
</style>
background-color css
<style>
a { background-color: #C24E8D; }
a { background-color: rgb(194,78,141); }
div.DivClassName
{
background-color: #C24E8D;
}
.BgClassName
{
background-color: #C24E8D;
}
</style>
border-color css
<style>
span { border-color: #C24E8D; }
span { border-color: rgb(194,78,141); }
td.TdClassName
{
border-color: #C24E8D;
}
.TagClassName
{
border-color: #C24E8D;
}
</style>