Shades of Mulberry #C24780
Tints of Mulberry #C24780
RGB
CMYK
RGB Variations
Color information
#C24780 (or 0xC24780) is known color: Mulberry. HEX triplet: C2, 47 and 80. RGB value is (194,71,128). Sum of RGB (Red+Green+Blue) = 194+71+128=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C24780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24780 is #3DB87F. Grayscale: #727272. Windows color (decimal): -4044928 or 8406978. OLE color: 8406978.
HSL color Cylindrical-coordinate representation of color #C24780: hue angle of 332.2º 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 #C24780 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 71 | 128 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.24 |
| HSL | 332.2º | 0.5% | 0.52% | - |
| HSV(B) | 332.2º | 0.63% | 0.76% | - |
| XYZ | 28.4 | 17.53 | 22.31 | - |
| YUV | 114.28 | 135.75 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 128 | 0 | 0.63 | 0.34 | 0.24 | 332.2 | 0.5 | 0.52 |
| Hex | C2 | 47 | 80 | 0 | 3F | 22 | 18 | 14C | 32 | 34 |
| Octal | 302 | 107 | 200 | 0 | 77 | 42 | 30 | 514 | 62 | 64 |
| Binary | 11000010 | 1000111 | 10000000 | 0 | 111111 | 100010 | 11000 | 101001100 | 110010 | 110100 |
Color Harmonies of #C24780
Complementary color
Monochromatic Colors of #C24780
Black with #C24780
Text Example
Text Example
White with #C24780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24780; }
p { color: rgb(194,71,128); }
H1.HeaderClassName
{
color: #C24780;
}
.AnyTagClassName
{
color: #C24780;
}
</style>
background-color css
<style>
a { background-color: #C24780; }
a { background-color: rgb(194,71,128); }
div.DivClassName
{
background-color: #C24780;
}
.BgClassName
{
background-color: #C24780;
}
</style>
border-color css
<style>
span { border-color: #C24780; }
span { border-color: rgb(194,71,128); }
td.TdClassName
{
border-color: #C24780;
}
.TagClassName
{
border-color: #C24780;
}
</style>