Shades of Mulberry #C24B99
Tints of Mulberry #C24B99
RGB
CMYK
RGB Variations
Color information
#C24B99 (or 0xC24B99) is known color: Mulberry. HEX triplet: C2, 4B and 99. RGB value is (194,75,153). Sum of RGB (Red+Green+Blue) = 194+75+153=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 75 (29.69% from 255 or 17.77% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C24B99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24B99 is #3DB466. Grayscale: #777777. Windows color (decimal): -4043879 or 10046402. OLE color: 10046402.
HSL color Cylindrical-coordinate representation of color #C24B99: hue angle of 320.67º 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 #C24B99 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 75 | 153 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.24 |
| HSL | 320.67º | 0.49% | 0.53% | - |
| HSV(B) | 320.67º | 0.61% | 0.76% | - |
| XYZ | 30.51 | 18.8 | 32.16 | - |
| YUV | 119.47 | 146.92 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 75 | 153 | 0 | 0.61 | 0.21 | 0.24 | 320.67 | 0.49 | 0.53 |
| Hex | C2 | 4B | 99 | 0 | 3D | 15 | 18 | 141 | 31 | 35 |
| Octal | 302 | 113 | 231 | 0 | 75 | 25 | 30 | 501 | 61 | 65 |
| Binary | 11000010 | 1001011 | 10011001 | 0 | 111101 | 10101 | 11000 | 101000001 | 110001 | 110101 |
Color Harmonies of #C24B99
Complementary color
Monochromatic Colors of #C24B99
Black with #C24B99
Text Example
Text Example
White with #C24B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24B99; }
p { color: rgb(194,75,153); }
H1.HeaderClassName
{
color: #C24B99;
}
.AnyTagClassName
{
color: #C24B99;
}
</style>
background-color css
<style>
a { background-color: #C24B99; }
a { background-color: rgb(194,75,153); }
div.DivClassName
{
background-color: #C24B99;
}
.BgClassName
{
background-color: #C24B99;
}
</style>
border-color css
<style>
span { border-color: #C24B99; }
span { border-color: rgb(194,75,153); }
td.TdClassName
{
border-color: #C24B99;
}
.TagClassName
{
border-color: #C24B99;
}
</style>