Shades of Mulberry #C24F84
Tints of Mulberry #C24F84
RGB
CMYK
RGB Variations
Color information
#C24F84 (or 0xC24F84) is known color: Mulberry. HEX triplet: C2, 4F and 84. RGB value is (194,79,132). Sum of RGB (Red+Green+Blue) = 194+79+132=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 79 (31.25% from 255 or 19.51% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24F84 is #3DB07B. Grayscale: #777777. Windows color (decimal): -4042876 or 8671170. OLE color: 8671170.
HSL color Cylindrical-coordinate representation of color #C24F84: hue angle of 332.35º 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 #C24F84 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 79 | 132 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.24 |
| HSL | 332.35º | 0.49% | 0.54% | - |
| HSV(B) | 332.35º | 0.59% | 0.76% | - |
| XYZ | 29.21 | 18.73 | 23.91 | - |
| YUV | 119.43 | 135.1 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 132 | 0 | 0.59 | 0.32 | 0.24 | 332.35 | 0.49 | 0.54 |
| Hex | C2 | 4F | 84 | 0 | 3B | 20 | 18 | 14C | 31 | 36 |
| Octal | 302 | 117 | 204 | 0 | 73 | 40 | 30 | 514 | 61 | 66 |
| Binary | 11000010 | 1001111 | 10000100 | 0 | 111011 | 100000 | 11000 | 101001100 | 110001 | 110110 |
Color Harmonies of #C24F84
Complementary color
Monochromatic Colors of #C24F84
Black with #C24F84
Text Example
Text Example
White with #C24F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24F84; }
p { color: rgb(194,79,132); }
H1.HeaderClassName
{
color: #C24F84;
}
.AnyTagClassName
{
color: #C24F84;
}
</style>
background-color css
<style>
a { background-color: #C24F84; }
a { background-color: rgb(194,79,132); }
div.DivClassName
{
background-color: #C24F84;
}
.BgClassName
{
background-color: #C24F84;
}
</style>
border-color css
<style>
span { border-color: #C24F84; }
span { border-color: rgb(194,79,132); }
td.TdClassName
{
border-color: #C24F84;
}
.TagClassName
{
border-color: #C24F84;
}
</style>