Shades of Mulberry #C24F80
Tints of Mulberry #C24F80
RGB
CMYK
RGB Variations
Color information
#C24F80 (or 0xC24F80) is known color: Mulberry. HEX triplet: C2, 4F and 80. RGB value is (194,79,128). Sum of RGB (Red+Green+Blue) = 194+79+128=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 79 (31.25% from 255 or 19.70% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24F80 is #3DB07F. Grayscale: #767676. Windows color (decimal): -4042880 or 8409026. OLE color: 8409026.
HSL color Cylindrical-coordinate representation of color #C24F80: hue angle of 334.43º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C24F80 is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 79 | 128 | - |
| CMYK | 0 | 0.59 | 0.34 | 0.24 |
| HSL | 334.43º | 0.49% | 0.54% | - |
| HSV(B) | 334.43º | 0.59% | 0.76% | - |
| XYZ | 28.94 | 18.62 | 22.49 | - |
| YUV | 118.97 | 133.1 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 128 | 0 | 0.59 | 0.34 | 0.24 | 334.43 | 0.49 | 0.54 |
| Hex | C2 | 4F | 80 | 0 | 3B | 22 | 18 | 14E | 31 | 36 |
| Octal | 302 | 117 | 200 | 0 | 73 | 42 | 30 | 516 | 61 | 66 |
| Binary | 11000010 | 1001111 | 10000000 | 0 | 111011 | 100010 | 11000 | 101001110 | 110001 | 110110 |
Color Harmonies of #C24F80
Complementary color
Monochromatic Colors of #C24F80
Black with #C24F80
Text Example
Text Example
White with #C24F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24F80; }
p { color: rgb(194,79,128); }
H1.HeaderClassName
{
color: #C24F80;
}
.AnyTagClassName
{
color: #C24F80;
}
</style>
background-color css
<style>
a { background-color: #C24F80; }
a { background-color: rgb(194,79,128); }
div.DivClassName
{
background-color: #C24F80;
}
.BgClassName
{
background-color: #C24F80;
}
</style>
border-color css
<style>
span { border-color: #C24F80; }
span { border-color: rgb(194,79,128); }
td.TdClassName
{
border-color: #C24F80;
}
.TagClassName
{
border-color: #C24F80;
}
</style>