Shades of Mulberry #C24E96
Tints of Mulberry #C24E96
RGB
CMYK
RGB Variations
Color information
#C24E96 (or 0xC24E96) is known color: Mulberry. HEX triplet: C2, 4E and 96. RGB value is (194,78,150). Sum of RGB (Red+Green+Blue) = 194+78+150=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 78 (30.86% from 255 or 18.48% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24E96 is #3DB169. Grayscale: #787878. Windows color (decimal): -4043114 or 9850562. OLE color: 9850562.
HSL color Cylindrical-coordinate representation of color #C24E96: hue angle of 322.76º 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 #C24E96 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 78 | 150 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.24 |
| HSL | 322.76º | 0.49% | 0.53% | - |
| HSV(B) | 322.76º | 0.6% | 0.76% | - |
| XYZ | 30.48 | 19.12 | 30.94 | - |
| YUV | 120.89 | 144.43 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 150 | 0 | 0.60 | 0.23 | 0.24 | 322.76 | 0.49 | 0.53 |
| Hex | C2 | 4E | 96 | 0 | 3C | 17 | 18 | 143 | 31 | 35 |
| Octal | 302 | 116 | 226 | 0 | 74 | 27 | 30 | 503 | 61 | 65 |
| Binary | 11000010 | 1001110 | 10010110 | 0 | 111100 | 10111 | 11000 | 101000011 | 110001 | 110101 |
Color Harmonies of #C24E96
Complementary color
Monochromatic Colors of #C24E96
Black with #C24E96
Text Example
Text Example
White with #C24E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24E96; }
p { color: rgb(194,78,150); }
H1.HeaderClassName
{
color: #C24E96;
}
.AnyTagClassName
{
color: #C24E96;
}
</style>
background-color css
<style>
a { background-color: #C24E96; }
a { background-color: rgb(194,78,150); }
div.DivClassName
{
background-color: #C24E96;
}
.BgClassName
{
background-color: #C24E96;
}
</style>
border-color css
<style>
span { border-color: #C24E96; }
span { border-color: rgb(194,78,150); }
td.TdClassName
{
border-color: #C24E96;
}
.TagClassName
{
border-color: #C24E96;
}
</style>