Shades of Mulberry #C24988
Tints of Mulberry #C24988
RGB
CMYK
RGB Variations
Color information
#C24988 (or 0xC24988) is known color: Mulberry. HEX triplet: C2, 49 and 88. RGB value is (194,73,136). Sum of RGB (Red+Green+Blue) = 194+73+136=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C24988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24988 is #3DB677. Grayscale: #747474. Windows color (decimal): -4044408 or 8931778. OLE color: 8931778.
HSL color Cylindrical-coordinate representation of color #C24988: hue angle of 328.76º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C24988 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 73 | 136 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.24 |
| HSL | 328.76º | 0.5% | 0.52% | - |
| HSV(B) | 328.76º | 0.62% | 0.76% | - |
| XYZ | 29.07 | 18.01 | 25.24 | - |
| YUV | 116.36 | 139.09 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 136 | 0 | 0.62 | 0.30 | 0.24 | 328.76 | 0.5 | 0.52 |
| Hex | C2 | 49 | 88 | 0 | 3E | 1E | 18 | 149 | 32 | 34 |
| Octal | 302 | 111 | 210 | 0 | 76 | 36 | 30 | 511 | 62 | 64 |
| Binary | 11000010 | 1001001 | 10001000 | 0 | 111110 | 11110 | 11000 | 101001001 | 110010 | 110100 |
Color Harmonies of #C24988
Complementary color
Monochromatic Colors of #C24988
Black with #C24988
Text Example
Text Example
White with #C24988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24988; }
p { color: rgb(194,73,136); }
H1.HeaderClassName
{
color: #C24988;
}
.AnyTagClassName
{
color: #C24988;
}
</style>
background-color css
<style>
a { background-color: #C24988; }
a { background-color: rgb(194,73,136); }
div.DivClassName
{
background-color: #C24988;
}
.BgClassName
{
background-color: #C24988;
}
</style>
border-color css
<style>
span { border-color: #C24988; }
span { border-color: rgb(194,73,136); }
td.TdClassName
{
border-color: #C24988;
}
.TagClassName
{
border-color: #C24988;
}
</style>