Shades of Mulberry #C24E80
Tints of Mulberry #C24E80
RGB
CMYK
RGB Variations
Color information
#C24E80 (or 0xC24E80) is known color: Mulberry. HEX triplet: C2, 4E and 80. RGB value is (194,78,128). Sum of RGB (Red+Green+Blue) = 194+78+128=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 78 (30.86% from 255 or 19.5% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24E80 is #3DB17F. Grayscale: #767676. Windows color (decimal): -4043136 or 8408770. OLE color: 8408770.
HSL color Cylindrical-coordinate representation of color #C24E80: hue angle of 334.14º 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 #C24E80 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 78 | 128 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.24 |
| HSL | 334.14º | 0.49% | 0.53% | - |
| HSV(B) | 334.14º | 0.6% | 0.76% | - |
| XYZ | 28.87 | 18.48 | 22.47 | - |
| YUV | 118.38 | 133.43 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 128 | 0 | 0.60 | 0.34 | 0.24 | 334.14 | 0.49 | 0.53 |
| Hex | C2 | 4E | 80 | 0 | 3C | 22 | 18 | 14E | 31 | 35 |
| Octal | 302 | 116 | 200 | 0 | 74 | 42 | 30 | 516 | 61 | 65 |
| Binary | 11000010 | 1001110 | 10000000 | 0 | 111100 | 100010 | 11000 | 101001110 | 110001 | 110101 |
Color Harmonies of #C24E80
Complementary color
Monochromatic Colors of #C24E80
Black with #C24E80
Text Example
Text Example
White with #C24E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24E80; }
p { color: rgb(194,78,128); }
H1.HeaderClassName
{
color: #C24E80;
}
.AnyTagClassName
{
color: #C24E80;
}
</style>
background-color css
<style>
a { background-color: #C24E80; }
a { background-color: rgb(194,78,128); }
div.DivClassName
{
background-color: #C24E80;
}
.BgClassName
{
background-color: #C24E80;
}
</style>
border-color css
<style>
span { border-color: #C24E80; }
span { border-color: rgb(194,78,128); }
td.TdClassName
{
border-color: #C24E80;
}
.TagClassName
{
border-color: #C24E80;
}
</style>