Shades of Mulberry #C24F83
Tints of Mulberry #C24F83
RGB
CMYK
RGB Variations
Color information
#C24F83 (or 0xC24F83) is known color: Mulberry. HEX triplet: C2, 4F and 83. RGB value is (194,79,131). Sum of RGB (Red+Green+Blue) = 194+79+131=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 79 (31.25% from 255 or 19.55% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24F83 is #3DB07C. Grayscale: #777777. Windows color (decimal): -4042877 or 8605634. OLE color: 8605634.
HSL color Cylindrical-coordinate representation of color #C24F83: hue angle of 332.87º 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 #C24F83 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 79 | 131 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.24 |
| HSL | 332.87º | 0.49% | 0.54% | - |
| HSV(B) | 332.87º | 0.59% | 0.76% | - |
| XYZ | 29.14 | 18.7 | 23.55 | - |
| YUV | 119.31 | 134.6 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 131 | 0 | 0.59 | 0.32 | 0.24 | 332.87 | 0.49 | 0.54 |
| Hex | C2 | 4F | 83 | 0 | 3B | 20 | 18 | 14D | 31 | 36 |
| Octal | 302 | 117 | 203 | 0 | 73 | 40 | 30 | 515 | 61 | 66 |
| Binary | 11000010 | 1001111 | 10000011 | 0 | 111011 | 100000 | 11000 | 101001101 | 110001 | 110110 |
Color Harmonies of #C24F83
Complementary color
Monochromatic Colors of #C24F83
Black with #C24F83
Text Example
Text Example
White with #C24F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24F83; }
p { color: rgb(194,79,131); }
H1.HeaderClassName
{
color: #C24F83;
}
.AnyTagClassName
{
color: #C24F83;
}
</style>
background-color css
<style>
a { background-color: #C24F83; }
a { background-color: rgb(194,79,131); }
div.DivClassName
{
background-color: #C24F83;
}
.BgClassName
{
background-color: #C24F83;
}
</style>
border-color css
<style>
span { border-color: #C24F83; }
span { border-color: rgb(194,79,131); }
td.TdClassName
{
border-color: #C24F83;
}
.TagClassName
{
border-color: #C24F83;
}
</style>