Shades of Mulberry #C24D8C
Tints of Mulberry #C24D8C
RGB
CMYK
RGB Variations
Color information
#C24D8C (or 0xC24D8C) is known color: Mulberry. HEX triplet: C2, 4D and 8C. RGB value is (194,77,140). Sum of RGB (Red+Green+Blue) = 194+77+140=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24D8C is #3DB273. Grayscale: #777777. Windows color (decimal): -4043380 or 9194946. OLE color: 9194946.
HSL color Cylindrical-coordinate representation of color #C24D8C: hue angle of 327.69º 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 #C24D8C is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 77 | 140 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.24 |
| HSL | 327.69º | 0.49% | 0.53% | - |
| HSV(B) | 327.69º | 0.6% | 0.76% | - |
| XYZ | 29.64 | 18.67 | 26.85 | - |
| YUV | 119.17 | 139.76 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 140 | 0 | 0.60 | 0.28 | 0.24 | 327.69 | 0.49 | 0.53 |
| Hex | C2 | 4D | 8C | 0 | 3C | 1C | 18 | 148 | 31 | 35 |
| Octal | 302 | 115 | 214 | 0 | 74 | 34 | 30 | 510 | 61 | 65 |
| Binary | 11000010 | 1001101 | 10001100 | 0 | 111100 | 11100 | 11000 | 101001000 | 110001 | 110101 |
Color Harmonies of #C24D8C
Complementary color
Monochromatic Colors of #C24D8C
Black with #C24D8C
Text Example
Text Example
White with #C24D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24D8C; }
p { color: rgb(194,77,140); }
H1.HeaderClassName
{
color: #C24D8C;
}
.AnyTagClassName
{
color: #C24D8C;
}
</style>
background-color css
<style>
a { background-color: #C24D8C; }
a { background-color: rgb(194,77,140); }
div.DivClassName
{
background-color: #C24D8C;
}
.BgClassName
{
background-color: #C24D8C;
}
</style>
border-color css
<style>
span { border-color: #C24D8C; }
span { border-color: rgb(194,77,140); }
td.TdClassName
{
border-color: #C24D8C;
}
.TagClassName
{
border-color: #C24D8C;
}
</style>