Shades of Mulberry #C24C80
Tints of Mulberry #C24C80
RGB
CMYK
RGB Variations
Color information
#C24C80 (or 0xC24C80) is known color: Mulberry. HEX triplet: C2, 4C and 80. RGB value is (194,76,128). Sum of RGB (Red+Green+Blue) = 194+76+128=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24C80 is #3DB37F. Grayscale: #757575. Windows color (decimal): -4043648 or 8408258. OLE color: 8408258.
HSL color Cylindrical-coordinate representation of color #C24C80: hue angle of 333.56º 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 #C24C80 is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 76 | 128 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.24 |
| HSL | 333.56º | 0.49% | 0.53% | - |
| HSV(B) | 333.56º | 0.61% | 0.76% | - |
| XYZ | 28.73 | 18.2 | 22.42 | - |
| YUV | 117.21 | 134.09 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 76 | 128 | 0 | 0.61 | 0.34 | 0.24 | 333.56 | 0.49 | 0.53 |
| Hex | C2 | 4C | 80 | 0 | 3D | 22 | 18 | 14E | 31 | 35 |
| Octal | 302 | 114 | 200 | 0 | 75 | 42 | 30 | 516 | 61 | 65 |
| Binary | 11000010 | 1001100 | 10000000 | 0 | 111101 | 100010 | 11000 | 101001110 | 110001 | 110101 |
Color Harmonies of #C24C80
Complementary color
Monochromatic Colors of #C24C80
Black with #C24C80
Text Example
Text Example
White with #C24C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24C80; }
p { color: rgb(194,76,128); }
H1.HeaderClassName
{
color: #C24C80;
}
.AnyTagClassName
{
color: #C24C80;
}
</style>
background-color css
<style>
a { background-color: #C24C80; }
a { background-color: rgb(194,76,128); }
div.DivClassName
{
background-color: #C24C80;
}
.BgClassName
{
background-color: #C24C80;
}
</style>
border-color css
<style>
span { border-color: #C24C80; }
span { border-color: rgb(194,76,128); }
td.TdClassName
{
border-color: #C24C80;
}
.TagClassName
{
border-color: #C24C80;
}
</style>