Shades of Mulberry #C24E8C
Tints of Mulberry #C24E8C
RGB
CMYK
RGB Variations
Color information
#C24E8C (or 0xC24E8C) is known color: Mulberry. HEX triplet: C2, 4E and 8C. RGB value is (194,78,140). Sum of RGB (Red+Green+Blue) = 194+78+140=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 78 (30.86% from 255 or 18.93% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24E8C is #3DB173. Grayscale: #777777. Windows color (decimal): -4043124 or 9195202. OLE color: 9195202.
HSL color Cylindrical-coordinate representation of color #C24E8C: hue angle of 327.93º 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 #C24E8C is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 78 | 140 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.24 |
| HSL | 327.93º | 0.49% | 0.53% | - |
| HSV(B) | 327.93º | 0.6% | 0.76% | - |
| XYZ | 29.71 | 18.81 | 26.88 | - |
| YUV | 119.75 | 139.43 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 140 | 0 | 0.60 | 0.28 | 0.24 | 327.93 | 0.49 | 0.53 |
| Hex | C2 | 4E | 8C | 0 | 3C | 1C | 18 | 148 | 31 | 35 |
| Octal | 302 | 116 | 214 | 0 | 74 | 34 | 30 | 510 | 61 | 65 |
| Binary | 11000010 | 1001110 | 10001100 | 0 | 111100 | 11100 | 11000 | 101001000 | 110001 | 110101 |
Color Harmonies of #C24E8C
Complementary color
Monochromatic Colors of #C24E8C
Black with #C24E8C
Text Example
Text Example
White with #C24E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24E8C; }
p { color: rgb(194,78,140); }
H1.HeaderClassName
{
color: #C24E8C;
}
.AnyTagClassName
{
color: #C24E8C;
}
</style>
background-color css
<style>
a { background-color: #C24E8C; }
a { background-color: rgb(194,78,140); }
div.DivClassName
{
background-color: #C24E8C;
}
.BgClassName
{
background-color: #C24E8C;
}
</style>
border-color css
<style>
span { border-color: #C24E8C; }
span { border-color: rgb(194,78,140); }
td.TdClassName
{
border-color: #C24E8C;
}
.TagClassName
{
border-color: #C24E8C;
}
</style>