Shades of Mulberry #C24998
Tints of Mulberry #C24998
RGB
CMYK
RGB Variations
Color information
#C24998 (or 0xC24998) is known color: Mulberry. HEX triplet: C2, 49 and 98. RGB value is (194,73,152). Sum of RGB (Red+Green+Blue) = 194+73+152=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 73 (28.91% from 255 or 17.42% from 419); Blue value is 152 (59.77% from 255 or 36.28% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C24998 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24998 is #3DB667. Grayscale: #757575. Windows color (decimal): -4044392 or 9980354. OLE color: 9980354.
HSL color Cylindrical-coordinate representation of color #C24998: hue angle of 320.83º 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 #C24998 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 73 | 152 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.24 |
| HSL | 320.83º | 0.5% | 0.52% | - |
| HSV(B) | 320.83º | 0.62% | 0.76% | - |
| XYZ | 30.3 | 18.5 | 31.68 | - |
| YUV | 118.19 | 147.09 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 152 | 0 | 0.62 | 0.22 | 0.24 | 320.83 | 0.5 | 0.52 |
| Hex | C2 | 49 | 98 | 0 | 3E | 16 | 18 | 141 | 32 | 34 |
| Octal | 302 | 111 | 230 | 0 | 76 | 26 | 30 | 501 | 62 | 64 |
| Binary | 11000010 | 1001001 | 10011000 | 0 | 111110 | 10110 | 11000 | 101000001 | 110010 | 110100 |
Color Harmonies of #C24998
Complementary color
Monochromatic Colors of #C24998
Black with #C24998
Text Example
Text Example
White with #C24998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24998; }
p { color: rgb(194,73,152); }
H1.HeaderClassName
{
color: #C24998;
}
.AnyTagClassName
{
color: #C24998;
}
</style>
background-color css
<style>
a { background-color: #C24998; }
a { background-color: rgb(194,73,152); }
div.DivClassName
{
background-color: #C24998;
}
.BgClassName
{
background-color: #C24998;
}
</style>
border-color css
<style>
span { border-color: #C24998; }
span { border-color: rgb(194,73,152); }
td.TdClassName
{
border-color: #C24998;
}
.TagClassName
{
border-color: #C24998;
}
</style>