Shades of Mulberry #C24489
Tints of Mulberry #C24489
RGB
CMYK
RGB Variations
Color information
#C24489 (or 0xC24489) is known color: Mulberry. HEX triplet: C2, 44 and 89. RGB value is (194,68,137). Sum of RGB (Red+Green+Blue) = 194+68+137=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C24489 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24489 is #3DBB76. Grayscale: #717171. Windows color (decimal): -4045687 or 8996034. OLE color: 8996034.
HSL color Cylindrical-coordinate representation of color #C24489: hue angle of 327.14º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C24489 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 68 | 137 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.24 |
| HSL | 327.14º | 0.51% | 0.51% | - |
| HSV(B) | 327.14º | 0.65% | 0.76% | - |
| XYZ | 28.83 | 17.41 | 25.51 | - |
| YUV | 113.54 | 141.24 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 137 | 0 | 0.65 | 0.29 | 0.24 | 327.14 | 0.51 | 0.51 |
| Hex | C2 | 44 | 89 | 0 | 41 | 1D | 18 | 147 | 33 | 33 |
| Octal | 302 | 104 | 211 | 0 | 101 | 35 | 30 | 507 | 63 | 63 |
| Binary | 11000010 | 1000100 | 10001001 | 0 | 1000001 | 11101 | 11000 | 101000111 | 110011 | 110011 |
Color Harmonies of #C24489
Complementary color
Monochromatic Colors of #C24489
Black with #C24489
Text Example
Text Example
White with #C24489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24489; }
p { color: rgb(194,68,137); }
H1.HeaderClassName
{
color: #C24489;
}
.AnyTagClassName
{
color: #C24489;
}
</style>
background-color css
<style>
a { background-color: #C24489; }
a { background-color: rgb(194,68,137); }
div.DivClassName
{
background-color: #C24489;
}
.BgClassName
{
background-color: #C24489;
}
</style>
border-color css
<style>
span { border-color: #C24489; }
span { border-color: rgb(194,68,137); }
td.TdClassName
{
border-color: #C24489;
}
.TagClassName
{
border-color: #C24489;
}
</style>