Shades of Mulberry #C24EA4
Tints of Mulberry #C24EA4
RGB
CMYK
RGB Variations
Color information
#C24EA4 (or 0xC24EA4) is known color: Mulberry. HEX triplet: C2, 4E and A4. RGB value is (194,78,164). Sum of RGB (Red+Green+Blue) = 194+78+164=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 78 (30.86% from 255 or 17.89% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C24EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24EA4 is #3DB15B. Grayscale: #7A7A7A. Windows color (decimal): -4043100 or 10768066. OLE color: 10768066.
HSL color Cylindrical-coordinate representation of color #C24EA4: hue angle of 315.52º 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 #C24EA4 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 78 | 164 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.24 |
| HSL | 315.52º | 0.49% | 0.53% | - |
| HSV(B) | 315.52º | 0.6% | 0.76% | - |
| XYZ | 31.67 | 19.6 | 37.24 | - |
| YUV | 122.49 | 151.43 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 164 | 0 | 0.60 | 0.15 | 0.24 | 315.52 | 0.49 | 0.53 |
| Hex | C2 | 4E | A4 | 0 | 3C | F | 18 | 13C | 31 | 35 |
| Octal | 302 | 116 | 244 | 0 | 74 | 17 | 30 | 474 | 61 | 65 |
| Binary | 11000010 | 1001110 | 10100100 | 0 | 111100 | 1111 | 11000 | 100111100 | 110001 | 110101 |
Color Harmonies of #C24EA4
Complementary color
Monochromatic Colors of #C24EA4
Black with #C24EA4
Text Example
Text Example
White with #C24EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24EA4; }
p { color: rgb(194,78,164); }
H1.HeaderClassName
{
color: #C24EA4;
}
.AnyTagClassName
{
color: #C24EA4;
}
</style>
background-color css
<style>
a { background-color: #C24EA4; }
a { background-color: rgb(194,78,164); }
div.DivClassName
{
background-color: #C24EA4;
}
.BgClassName
{
background-color: #C24EA4;
}
</style>
border-color css
<style>
span { border-color: #C24EA4; }
span { border-color: rgb(194,78,164); }
td.TdClassName
{
border-color: #C24EA4;
}
.TagClassName
{
border-color: #C24EA4;
}
</style>