Shades of Mulberry #C24D98
Tints of Mulberry #C24D98
RGB
CMYK
RGB Variations
Color information
#C24D98 (or 0xC24D98) is known color: Mulberry. HEX triplet: C2, 4D and 98. RGB value is (194,77,152). Sum of RGB (Red+Green+Blue) = 194+77+152=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24D98 is #3DB267. Grayscale: #787878. Windows color (decimal): -4043368 or 9981378. OLE color: 9981378.
HSL color Cylindrical-coordinate representation of color #C24D98: hue angle of 321.54º 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 #C24D98 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 77 | 152 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.24 |
| HSL | 321.54º | 0.49% | 0.53% | - |
| HSV(B) | 321.54º | 0.6% | 0.76% | - |
| XYZ | 30.57 | 19.04 | 31.77 | - |
| YUV | 120.53 | 145.76 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 152 | 0 | 0.60 | 0.22 | 0.24 | 321.54 | 0.49 | 0.53 |
| Hex | C2 | 4D | 98 | 0 | 3C | 16 | 18 | 142 | 31 | 35 |
| Octal | 302 | 115 | 230 | 0 | 74 | 26 | 30 | 502 | 61 | 65 |
| Binary | 11000010 | 1001101 | 10011000 | 0 | 111100 | 10110 | 11000 | 101000010 | 110001 | 110101 |
Color Harmonies of #C24D98
Complementary color
Monochromatic Colors of #C24D98
Black with #C24D98
Text Example
Text Example
White with #C24D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24D98; }
p { color: rgb(194,77,152); }
H1.HeaderClassName
{
color: #C24D98;
}
.AnyTagClassName
{
color: #C24D98;
}
</style>
background-color css
<style>
a { background-color: #C24D98; }
a { background-color: rgb(194,77,152); }
div.DivClassName
{
background-color: #C24D98;
}
.BgClassName
{
background-color: #C24D98;
}
</style>
border-color css
<style>
span { border-color: #C24D98; }
span { border-color: rgb(194,77,152); }
td.TdClassName
{
border-color: #C24D98;
}
.TagClassName
{
border-color: #C24D98;
}
</style>