Shades of Mulberry #C24498
Tints of Mulberry #C24498
RGB
CMYK
RGB Variations
Color information
#C24498 (or 0xC24498) is known color: Mulberry. HEX triplet: C2, 44 and 98. RGB value is (194,68,152). Sum of RGB (Red+Green+Blue) = 194+68+152=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 68 (26.95% from 255 or 16.43% from 414); Blue value is 152 (59.77% from 255 or 36.71% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C24498 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24498 is #3DBB67. Grayscale: #737373. Windows color (decimal): -4045672 or 9979074. OLE color: 9979074.
HSL color Cylindrical-coordinate representation of color #C24498: hue angle of 320º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C24498 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 68 | 152 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.24 |
| HSL | 320º | 0.51% | 0.51% | - |
| HSV(B) | 320º | 0.65% | 0.76% | - |
| XYZ | 29.98 | 17.87 | 31.57 | - |
| YUV | 115.25 | 148.74 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 152 | 0 | 0.65 | 0.22 | 0.24 | 320 | 0.51 | 0.51 |
| Hex | C2 | 44 | 98 | 0 | 41 | 16 | 18 | 140 | 33 | 33 |
| Octal | 302 | 104 | 230 | 0 | 101 | 26 | 30 | 500 | 63 | 63 |
| Binary | 11000010 | 1000100 | 10011000 | 0 | 1000001 | 10110 | 11000 | 101000000 | 110011 | 110011 |
Color Harmonies of #C24498
Complementary color
Monochromatic Colors of #C24498
Black with #C24498
Text Example
Text Example
White with #C24498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24498; }
p { color: rgb(194,68,152); }
H1.HeaderClassName
{
color: #C24498;
}
.AnyTagClassName
{
color: #C24498;
}
</style>
background-color css
<style>
a { background-color: #C24498; }
a { background-color: rgb(194,68,152); }
div.DivClassName
{
background-color: #C24498;
}
.BgClassName
{
background-color: #C24498;
}
</style>
border-color css
<style>
span { border-color: #C24498; }
span { border-color: rgb(194,68,152); }
td.TdClassName
{
border-color: #C24498;
}
.TagClassName
{
border-color: #C24498;
}
</style>