Shades of Mulberry #C24F89
Tints of Mulberry #C24F89
RGB
CMYK
RGB Variations
Color information
#C24F89 (or 0xC24F89) is known color: Mulberry. HEX triplet: C2, 4F and 89. RGB value is (194,79,137). Sum of RGB (Red+Green+Blue) = 194+79+137=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 79 (31.25% from 255 or 19.27% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24F89 is #3DB076. Grayscale: #777777. Windows color (decimal): -4042871 or 8998850. OLE color: 8998850.
HSL color Cylindrical-coordinate representation of color #C24F89: hue angle of 329.74º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C24F89 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 79 | 137 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.24 |
| HSL | 329.74º | 0.49% | 0.54% | - |
| HSV(B) | 329.74º | 0.59% | 0.76% | - |
| XYZ | 29.56 | 18.87 | 25.75 | - |
| YUV | 120 | 137.6 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 137 | 0 | 0.59 | 0.29 | 0.24 | 329.74 | 0.49 | 0.54 |
| Hex | C2 | 4F | 89 | 0 | 3B | 1D | 18 | 14A | 31 | 36 |
| Octal | 302 | 117 | 211 | 0 | 73 | 35 | 30 | 512 | 61 | 66 |
| Binary | 11000010 | 1001111 | 10001001 | 0 | 111011 | 11101 | 11000 | 101001010 | 110001 | 110110 |
Color Harmonies of #C24F89
Complementary color
Monochromatic Colors of #C24F89
Black with #C24F89
Text Example
Text Example
White with #C24F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24F89; }
p { color: rgb(194,79,137); }
H1.HeaderClassName
{
color: #C24F89;
}
.AnyTagClassName
{
color: #C24F89;
}
</style>
background-color css
<style>
a { background-color: #C24F89; }
a { background-color: rgb(194,79,137); }
div.DivClassName
{
background-color: #C24F89;
}
.BgClassName
{
background-color: #C24F89;
}
</style>
border-color css
<style>
span { border-color: #C24F89; }
span { border-color: rgb(194,79,137); }
td.TdClassName
{
border-color: #C24F89;
}
.TagClassName
{
border-color: #C24F89;
}
</style>