Shades of Mulberry #C24A97
Tints of Mulberry #C24A97
RGB
CMYK
RGB Variations
Color information
#C24A97 (or 0xC24A97) is known color: Mulberry. HEX triplet: C2, 4A and 97. RGB value is (194,74,151). Sum of RGB (Red+Green+Blue) = 194+74+151=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 74 (29.30% from 255 or 17.66% from 419); Blue value is 151 (59.38% from 255 or 36.04% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24A97 is #3DB568. Grayscale: #767676. Windows color (decimal): -4044137 or 9915074. OLE color: 9915074.
HSL color Cylindrical-coordinate representation of color #C24A97: hue angle of 321.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C24A97 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 74 | 151 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.24 |
| HSL | 321.5º | 0.5% | 0.53% | - |
| HSV(B) | 321.5º | 0.62% | 0.76% | - |
| XYZ | 30.28 | 18.6 | 31.27 | - |
| YUV | 118.66 | 146.26 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 74 | 151 | 0 | 0.62 | 0.22 | 0.24 | 321.5 | 0.5 | 0.53 |
| Hex | C2 | 4A | 97 | 0 | 3E | 16 | 18 | 142 | 32 | 35 |
| Octal | 302 | 112 | 227 | 0 | 76 | 26 | 30 | 502 | 62 | 65 |
| Binary | 11000010 | 1001010 | 10010111 | 0 | 111110 | 10110 | 11000 | 101000010 | 110010 | 110101 |
Color Harmonies of #C24A97
Complementary color
Monochromatic Colors of #C24A97
Black with #C24A97
Text Example
Text Example
White with #C24A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24A97; }
p { color: rgb(194,74,151); }
H1.HeaderClassName
{
color: #C24A97;
}
.AnyTagClassName
{
color: #C24A97;
}
</style>
background-color css
<style>
a { background-color: #C24A97; }
a { background-color: rgb(194,74,151); }
div.DivClassName
{
background-color: #C24A97;
}
.BgClassName
{
background-color: #C24A97;
}
</style>
border-color css
<style>
span { border-color: #C24A97; }
span { border-color: rgb(194,74,151); }
td.TdClassName
{
border-color: #C24A97;
}
.TagClassName
{
border-color: #C24A97;
}
</style>