Shades of Mulberry #C24781
Tints of Mulberry #C24781
RGB
CMYK
RGB Variations
Color information
#C24781 (or 0xC24781) is known color: Mulberry. HEX triplet: C2, 47 and 81. RGB value is (194,71,129). Sum of RGB (Red+Green+Blue) = 194+71+129=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 71 (28.12% from 255 or 18.02% from 394); Blue value is 129 (50.78% from 255 or 32.74% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C24781 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24781 is #3DB87E. Grayscale: #727272. Windows color (decimal): -4044927 or 8472514. OLE color: 8472514.
HSL color Cylindrical-coordinate representation of color #C24781: hue angle of 331.71º 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 #C24781 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 71 | 129 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.24 |
| HSL | 331.71º | 0.5% | 0.52% | - |
| HSV(B) | 331.71º | 0.63% | 0.76% | - |
| XYZ | 28.46 | 17.56 | 22.66 | - |
| YUV | 114.39 | 136.25 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 129 | 0 | 0.63 | 0.34 | 0.24 | 331.71 | 0.5 | 0.52 |
| Hex | C2 | 47 | 81 | 0 | 3F | 22 | 18 | 14C | 32 | 34 |
| Octal | 302 | 107 | 201 | 0 | 77 | 42 | 30 | 514 | 62 | 64 |
| Binary | 11000010 | 1000111 | 10000001 | 0 | 111111 | 100010 | 11000 | 101001100 | 110010 | 110100 |
Color Harmonies of #C24781
Complementary color
Monochromatic Colors of #C24781
Black with #C24781
Text Example
Text Example
White with #C24781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24781; }
p { color: rgb(194,71,129); }
H1.HeaderClassName
{
color: #C24781;
}
.AnyTagClassName
{
color: #C24781;
}
</style>
background-color css
<style>
a { background-color: #C24781; }
a { background-color: rgb(194,71,129); }
div.DivClassName
{
background-color: #C24781;
}
.BgClassName
{
background-color: #C24781;
}
</style>
border-color css
<style>
span { border-color: #C24781; }
span { border-color: rgb(194,71,129); }
td.TdClassName
{
border-color: #C24781;
}
.TagClassName
{
border-color: #C24781;
}
</style>