Shades of Mulberry #C24799
Tints of Mulberry #C24799
RGB
CMYK
RGB Variations
Color information
#C24799 (or 0xC24799) is known color: Mulberry. HEX triplet: C2, 47 and 99. RGB value is (194,71,153). Sum of RGB (Red+Green+Blue) = 194+71+153=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 71 (28.12% from 255 or 16.99% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C24799 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24799 is #3DB866. Grayscale: #747474. Windows color (decimal): -4044903 or 10045378. OLE color: 10045378.
HSL color Cylindrical-coordinate representation of color #C24799: hue angle of 320º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C24799 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 71 | 153 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.24 |
| HSL | 320º | 0.5% | 0.52% | - |
| HSV(B) | 320º | 0.63% | 0.76% | - |
| XYZ | 30.25 | 18.28 | 32.07 | - |
| YUV | 117.13 | 148.25 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 153 | 0 | 0.63 | 0.21 | 0.24 | 320 | 0.5 | 0.52 |
| Hex | C2 | 47 | 99 | 0 | 3F | 15 | 18 | 140 | 32 | 34 |
| Octal | 302 | 107 | 231 | 0 | 77 | 25 | 30 | 500 | 62 | 64 |
| Binary | 11000010 | 1000111 | 10011001 | 0 | 111111 | 10101 | 11000 | 101000000 | 110010 | 110100 |
Color Harmonies of #C24799
Complementary color
Monochromatic Colors of #C24799
Black with #C24799
Text Example
Text Example
White with #C24799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24799; }
p { color: rgb(194,71,153); }
H1.HeaderClassName
{
color: #C24799;
}
.AnyTagClassName
{
color: #C24799;
}
</style>
background-color css
<style>
a { background-color: #C24799; }
a { background-color: rgb(194,71,153); }
div.DivClassName
{
background-color: #C24799;
}
.BgClassName
{
background-color: #C24799;
}
</style>
border-color css
<style>
span { border-color: #C24799; }
span { border-color: rgb(194,71,153); }
td.TdClassName
{
border-color: #C24799;
}
.TagClassName
{
border-color: #C24799;
}
</style>