Shades of Mulberry #C24D8B
Tints of Mulberry #C24D8B
RGB
CMYK
RGB Variations
Color information
#C24D8B (or 0xC24D8B) is known color: Mulberry. HEX triplet: C2, 4D and 8B. RGB value is (194,77,139). Sum of RGB (Red+Green+Blue) = 194+77+139=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 77 (30.47% from 255 or 18.78% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24D8B is #3DB274. Grayscale: #767676. Windows color (decimal): -4043381 or 9129410. OLE color: 9129410.
HSL color Cylindrical-coordinate representation of color #C24D8B: hue angle of 328.21º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C24D8B is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 77 | 139 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.24 |
| HSL | 328.21º | 0.49% | 0.53% | - |
| HSV(B) | 328.21º | 0.6% | 0.76% | - |
| XYZ | 29.56 | 18.64 | 26.47 | - |
| YUV | 119.05 | 139.26 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 139 | 0 | 0.60 | 0.28 | 0.24 | 328.21 | 0.49 | 0.53 |
| Hex | C2 | 4D | 8B | 0 | 3C | 1C | 18 | 148 | 31 | 35 |
| Octal | 302 | 115 | 213 | 0 | 74 | 34 | 30 | 510 | 61 | 65 |
| Binary | 11000010 | 1001101 | 10001011 | 0 | 111100 | 11100 | 11000 | 101001000 | 110001 | 110101 |
Color Harmonies of #C24D8B
Complementary color
Monochromatic Colors of #C24D8B
Black with #C24D8B
Text Example
Text Example
White with #C24D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24D8B; }
p { color: rgb(194,77,139); }
H1.HeaderClassName
{
color: #C24D8B;
}
.AnyTagClassName
{
color: #C24D8B;
}
</style>
background-color css
<style>
a { background-color: #C24D8B; }
a { background-color: rgb(194,77,139); }
div.DivClassName
{
background-color: #C24D8B;
}
.BgClassName
{
background-color: #C24D8B;
}
</style>
border-color css
<style>
span { border-color: #C24D8B; }
span { border-color: rgb(194,77,139); }
td.TdClassName
{
border-color: #C24D8B;
}
.TagClassName
{
border-color: #C24D8B;
}
</style>