Shades of Mulberry #C24E9A
Tints of Mulberry #C24E9A
RGB
CMYK
RGB Variations
Color information
#C24E9A (or 0xC24E9A) is known color: Mulberry. HEX triplet: C2, 4E and 9A. RGB value is (194,78,154). Sum of RGB (Red+Green+Blue) = 194+78+154=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 78 (30.86% from 255 or 18.31% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24E9A is #3DB165. Grayscale: #797979. Windows color (decimal): -4043110 or 10112706. OLE color: 10112706.
HSL color Cylindrical-coordinate representation of color #C24E9A: hue angle of 320.69º 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 #C24E9A is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 78 | 154 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.24 |
| HSL | 320.69º | 0.49% | 0.53% | - |
| HSV(B) | 320.69º | 0.6% | 0.76% | - |
| XYZ | 30.81 | 19.25 | 32.66 | - |
| YUV | 121.35 | 146.43 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 154 | 0 | 0.60 | 0.21 | 0.24 | 320.69 | 0.49 | 0.53 |
| Hex | C2 | 4E | 9A | 0 | 3C | 15 | 18 | 141 | 31 | 35 |
| Octal | 302 | 116 | 232 | 0 | 74 | 25 | 30 | 501 | 61 | 65 |
| Binary | 11000010 | 1001110 | 10011010 | 0 | 111100 | 10101 | 11000 | 101000001 | 110001 | 110101 |
Color Harmonies of #C24E9A
Complementary color
Monochromatic Colors of #C24E9A
Black with #C24E9A
Text Example
Text Example
White with #C24E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24E9A; }
p { color: rgb(194,78,154); }
H1.HeaderClassName
{
color: #C24E9A;
}
.AnyTagClassName
{
color: #C24E9A;
}
</style>
background-color css
<style>
a { background-color: #C24E9A; }
a { background-color: rgb(194,78,154); }
div.DivClassName
{
background-color: #C24E9A;
}
.BgClassName
{
background-color: #C24E9A;
}
</style>
border-color css
<style>
span { border-color: #C24E9A; }
span { border-color: rgb(194,78,154); }
td.TdClassName
{
border-color: #C24E9A;
}
.TagClassName
{
border-color: #C24E9A;
}
</style>