Shades of Mulberry #C24EA0
Tints of Mulberry #C24EA0
RGB
CMYK
RGB Variations
Color information
#C24EA0 (or 0xC24EA0) is known color: Mulberry. HEX triplet: C2, 4E and A0. RGB value is (194,78,160). Sum of RGB (Red+Green+Blue) = 194+78+160=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C24EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24EA0 is #3DB15F. Grayscale: #797979. Windows color (decimal): -4043104 or 10505922. OLE color: 10505922.
HSL color Cylindrical-coordinate representation of color #C24EA0: hue angle of 317.59º 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 #C24EA0 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 78 | 160 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.24 |
| HSL | 317.59º | 0.49% | 0.53% | - |
| HSV(B) | 317.59º | 0.6% | 0.76% | - |
| XYZ | 31.32 | 19.46 | 35.36 | - |
| YUV | 122.03 | 149.43 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 160 | 0 | 0.60 | 0.18 | 0.24 | 317.59 | 0.49 | 0.53 |
| Hex | C2 | 4E | A0 | 0 | 3C | 12 | 18 | 13E | 31 | 35 |
| Octal | 302 | 116 | 240 | 0 | 74 | 22 | 30 | 476 | 61 | 65 |
| Binary | 11000010 | 1001110 | 10100000 | 0 | 111100 | 10010 | 11000 | 100111110 | 110001 | 110101 |
Color Harmonies of #C24EA0
Complementary color
Monochromatic Colors of #C24EA0
Black with #C24EA0
Text Example
Text Example
White with #C24EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24EA0; }
p { color: rgb(194,78,160); }
H1.HeaderClassName
{
color: #C24EA0;
}
.AnyTagClassName
{
color: #C24EA0;
}
</style>
background-color css
<style>
a { background-color: #C24EA0; }
a { background-color: rgb(194,78,160); }
div.DivClassName
{
background-color: #C24EA0;
}
.BgClassName
{
background-color: #C24EA0;
}
</style>
border-color css
<style>
span { border-color: #C24EA0; }
span { border-color: rgb(194,78,160); }
td.TdClassName
{
border-color: #C24EA0;
}
.TagClassName
{
border-color: #C24EA0;
}
</style>