Shades of Mulberry #C24A80
Tints of Mulberry #C24A80
RGB
CMYK
RGB Variations
Color information
#C24A80 (or 0xC24A80) is known color: Mulberry. HEX triplet: C2, 4A and 80. RGB value is (194,74,128). Sum of RGB (Red+Green+Blue) = 194+74+128=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24A80 is #3DB57F. Grayscale: #737373. Windows color (decimal): -4044160 or 8407746. OLE color: 8407746.
HSL color Cylindrical-coordinate representation of color #C24A80: hue angle of 333º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C24A80 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 74 | 128 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.24 |
| HSL | 333º | 0.5% | 0.53% | - |
| HSV(B) | 333º | 0.62% | 0.76% | - |
| XYZ | 28.59 | 17.93 | 22.38 | - |
| YUV | 116.04 | 134.76 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 74 | 128 | 0 | 0.62 | 0.34 | 0.24 | 333 | 0.5 | 0.53 |
| Hex | C2 | 4A | 80 | 0 | 3E | 22 | 18 | 14D | 32 | 35 |
| Octal | 302 | 112 | 200 | 0 | 76 | 42 | 30 | 515 | 62 | 65 |
| Binary | 11000010 | 1001010 | 10000000 | 0 | 111110 | 100010 | 11000 | 101001101 | 110010 | 110101 |
Color Harmonies of #C24A80
Complementary color
Monochromatic Colors of #C24A80
Black with #C24A80
Text Example
Text Example
White with #C24A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24A80; }
p { color: rgb(194,74,128); }
H1.HeaderClassName
{
color: #C24A80;
}
.AnyTagClassName
{
color: #C24A80;
}
</style>
background-color css
<style>
a { background-color: #C24A80; }
a { background-color: rgb(194,74,128); }
div.DivClassName
{
background-color: #C24A80;
}
.BgClassName
{
background-color: #C24A80;
}
</style>
border-color css
<style>
span { border-color: #C24A80; }
span { border-color: rgb(194,74,128); }
td.TdClassName
{
border-color: #C24A80;
}
.TagClassName
{
border-color: #C24A80;
}
</style>