Shades of Mulberry #C24785
Tints of Mulberry #C24785
RGB
CMYK
RGB Variations
Color information
#C24785 (or 0xC24785) is known color: Mulberry. HEX triplet: C2, 47 and 85. RGB value is (194,71,133). Sum of RGB (Red+Green+Blue) = 194+71+133=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 71 (28.12% from 255 or 17.84% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C24785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24785 is #3DB87A. Grayscale: #727272. Windows color (decimal): -4044923 or 8734658. OLE color: 8734658.
HSL color Cylindrical-coordinate representation of color #C24785: hue angle of 329.76º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C24785 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 71 | 133 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.24 |
| HSL | 329.76º | 0.5% | 0.52% | - |
| HSV(B) | 329.76º | 0.63% | 0.76% | - |
| XYZ | 28.74 | 17.67 | 24.09 | - |
| YUV | 114.85 | 138.25 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 133 | 0 | 0.63 | 0.31 | 0.24 | 329.76 | 0.5 | 0.52 |
| Hex | C2 | 47 | 85 | 0 | 3F | 1F | 18 | 14A | 32 | 34 |
| Octal | 302 | 107 | 205 | 0 | 77 | 37 | 30 | 512 | 62 | 64 |
| Binary | 11000010 | 1000111 | 10000101 | 0 | 111111 | 11111 | 11000 | 101001010 | 110010 | 110100 |
Color Harmonies of #C24785
Complementary color
Monochromatic Colors of #C24785
Black with #C24785
Text Example
Text Example
White with #C24785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24785; }
p { color: rgb(194,71,133); }
H1.HeaderClassName
{
color: #C24785;
}
.AnyTagClassName
{
color: #C24785;
}
</style>
background-color css
<style>
a { background-color: #C24785; }
a { background-color: rgb(194,71,133); }
div.DivClassName
{
background-color: #C24785;
}
.BgClassName
{
background-color: #C24785;
}
</style>
border-color css
<style>
span { border-color: #C24785; }
span { border-color: rgb(194,71,133); }
td.TdClassName
{
border-color: #C24785;
}
.TagClassName
{
border-color: #C24785;
}
</style>