Shades of Mulberry #C24C95
Tints of Mulberry #C24C95
RGB
CMYK
RGB Variations
Color information
#C24C95 (or 0xC24C95) is known color: Mulberry. HEX triplet: C2, 4C and 95. RGB value is (194,76,149). Sum of RGB (Red+Green+Blue) = 194+76+149=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 76 (30.08% from 255 or 18.14% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24C95 is #3DB36A. Grayscale: #777777. Windows color (decimal): -4043627 or 9784514. OLE color: 9784514.
HSL color Cylindrical-coordinate representation of color #C24C95: hue angle of 322.88º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C24C95 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 76 | 149 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.24 |
| HSL | 322.88º | 0.49% | 0.53% | - |
| HSV(B) | 322.88º | 0.61% | 0.76% | - |
| XYZ | 30.26 | 18.81 | 30.47 | - |
| YUV | 119.6 | 144.59 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 76 | 149 | 0 | 0.61 | 0.23 | 0.24 | 322.88 | 0.49 | 0.53 |
| Hex | C2 | 4C | 95 | 0 | 3D | 17 | 18 | 143 | 31 | 35 |
| Octal | 302 | 114 | 225 | 0 | 75 | 27 | 30 | 503 | 61 | 65 |
| Binary | 11000010 | 1001100 | 10010101 | 0 | 111101 | 10111 | 11000 | 101000011 | 110001 | 110101 |
Color Harmonies of #C24C95
Complementary color
Monochromatic Colors of #C24C95
Black with #C24C95
Text Example
Text Example
White with #C24C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24C95; }
p { color: rgb(194,76,149); }
H1.HeaderClassName
{
color: #C24C95;
}
.AnyTagClassName
{
color: #C24C95;
}
</style>
background-color css
<style>
a { background-color: #C24C95; }
a { background-color: rgb(194,76,149); }
div.DivClassName
{
background-color: #C24C95;
}
.BgClassName
{
background-color: #C24C95;
}
</style>
border-color css
<style>
span { border-color: #C24C95; }
span { border-color: rgb(194,76,149); }
td.TdClassName
{
border-color: #C24C95;
}
.TagClassName
{
border-color: #C24C95;
}
</style>