Shades of Mulberry #C24E97
Tints of Mulberry #C24E97
RGB
CMYK
RGB Variations
Color information
#C24E97 (or 0xC24E97) is known color: Mulberry. HEX triplet: C2, 4E and 97. RGB value is (194,78,151). Sum of RGB (Red+Green+Blue) = 194+78+151=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 78 (30.86% from 255 or 18.44% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24E97 is #3DB168. Grayscale: #787878. Windows color (decimal): -4043113 or 9916098. OLE color: 9916098.
HSL color Cylindrical-coordinate representation of color #C24E97: hue angle of 322.24º 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 #C24E97 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 78 | 151 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.24 |
| HSL | 322.24º | 0.49% | 0.53% | - |
| HSV(B) | 322.24º | 0.6% | 0.76% | - |
| XYZ | 30.56 | 19.15 | 31.36 | - |
| YUV | 121.01 | 144.93 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 151 | 0 | 0.60 | 0.22 | 0.24 | 322.24 | 0.49 | 0.53 |
| Hex | C2 | 4E | 97 | 0 | 3C | 16 | 18 | 142 | 31 | 35 |
| Octal | 302 | 116 | 227 | 0 | 74 | 26 | 30 | 502 | 61 | 65 |
| Binary | 11000010 | 1001110 | 10010111 | 0 | 111100 | 10110 | 11000 | 101000010 | 110001 | 110101 |
Color Harmonies of #C24E97
Complementary color
Monochromatic Colors of #C24E97
Black with #C24E97
Text Example
Text Example
White with #C24E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24E97; }
p { color: rgb(194,78,151); }
H1.HeaderClassName
{
color: #C24E97;
}
.AnyTagClassName
{
color: #C24E97;
}
</style>
background-color css
<style>
a { background-color: #C24E97; }
a { background-color: rgb(194,78,151); }
div.DivClassName
{
background-color: #C24E97;
}
.BgClassName
{
background-color: #C24E97;
}
</style>
border-color css
<style>
span { border-color: #C24E97; }
span { border-color: rgb(194,78,151); }
td.TdClassName
{
border-color: #C24E97;
}
.TagClassName
{
border-color: #C24E97;
}
</style>