Shades of Mulberry #C24880
Tints of Mulberry #C24880
RGB
CMYK
RGB Variations
Color information
#C24880 (or 0xC24880) is known color: Mulberry. HEX triplet: C2, 48 and 80. RGB value is (194,72,128). Sum of RGB (Red+Green+Blue) = 194+72+128=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C24880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24880 is #3DB77F. Grayscale: #727272. Windows color (decimal): -4044672 or 8407234. OLE color: 8407234.
HSL color Cylindrical-coordinate representation of color #C24880: hue angle of 332.46º 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 #C24880 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 72 | 128 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.24 |
| HSL | 332.46º | 0.5% | 0.52% | - |
| HSV(B) | 332.46º | 0.63% | 0.76% | - |
| XYZ | 28.46 | 17.66 | 22.33 | - |
| YUV | 114.86 | 135.42 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 72 | 128 | 0 | 0.63 | 0.34 | 0.24 | 332.46 | 0.5 | 0.52 |
| Hex | C2 | 48 | 80 | 0 | 3F | 22 | 18 | 14C | 32 | 34 |
| Octal | 302 | 110 | 200 | 0 | 77 | 42 | 30 | 514 | 62 | 64 |
| Binary | 11000010 | 1001000 | 10000000 | 0 | 111111 | 100010 | 11000 | 101001100 | 110010 | 110100 |
Color Harmonies of #C24880
Complementary color
Monochromatic Colors of #C24880
Black with #C24880
Text Example
Text Example
White with #C24880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24880; }
p { color: rgb(194,72,128); }
H1.HeaderClassName
{
color: #C24880;
}
.AnyTagClassName
{
color: #C24880;
}
</style>
background-color css
<style>
a { background-color: #C24880; }
a { background-color: rgb(194,72,128); }
div.DivClassName
{
background-color: #C24880;
}
.BgClassName
{
background-color: #C24880;
}
</style>
border-color css
<style>
span { border-color: #C24880; }
span { border-color: rgb(194,72,128); }
td.TdClassName
{
border-color: #C24880;
}
.TagClassName
{
border-color: #C24880;
}
</style>