Shades of Mulberry #C24E95
Tints of Mulberry #C24E95
RGB
CMYK
RGB Variations
Color information
#C24E95 (or 0xC24E95) is known color: Mulberry. HEX triplet: C2, 4E and 95. RGB value is (194,78,149). Sum of RGB (Red+Green+Blue) = 194+78+149=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 78 (30.86% from 255 or 18.53% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24E95 is #3DB16A. Grayscale: #787878. Windows color (decimal): -4043115 or 9785026. OLE color: 9785026.
HSL color Cylindrical-coordinate representation of color #C24E95: hue angle of 323.28º 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 #C24E95 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 78 | 149 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.24 |
| HSL | 323.28º | 0.49% | 0.53% | - |
| HSV(B) | 323.28º | 0.6% | 0.76% | - |
| XYZ | 30.4 | 19.09 | 30.52 | - |
| YUV | 120.78 | 143.93 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 149 | 0 | 0.60 | 0.23 | 0.24 | 323.28 | 0.49 | 0.53 |
| Hex | C2 | 4E | 95 | 0 | 3C | 17 | 18 | 143 | 31 | 35 |
| Octal | 302 | 116 | 225 | 0 | 74 | 27 | 30 | 503 | 61 | 65 |
| Binary | 11000010 | 1001110 | 10010101 | 0 | 111100 | 10111 | 11000 | 101000011 | 110001 | 110101 |
Color Harmonies of #C24E95
Complementary color
Monochromatic Colors of #C24E95
Black with #C24E95
Text Example
Text Example
White with #C24E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24E95; }
p { color: rgb(194,78,149); }
H1.HeaderClassName
{
color: #C24E95;
}
.AnyTagClassName
{
color: #C24E95;
}
</style>
background-color css
<style>
a { background-color: #C24E95; }
a { background-color: rgb(194,78,149); }
div.DivClassName
{
background-color: #C24E95;
}
.BgClassName
{
background-color: #C24E95;
}
</style>
border-color css
<style>
span { border-color: #C24E95; }
span { border-color: rgb(194,78,149); }
td.TdClassName
{
border-color: #C24E95;
}
.TagClassName
{
border-color: #C24E95;
}
</style>