Shades of Mulberry #C24D81
Tints of Mulberry #C24D81
RGB
CMYK
RGB Variations
Color information
#C24D81 (or 0xC24D81) is known color: Mulberry. HEX triplet: C2, 4D and 81. RGB value is (194,77,129). Sum of RGB (Red+Green+Blue) = 194+77+129=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 77 (30.47% from 255 or 19.25% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24D81 is #3DB27E. Grayscale: #757575. Windows color (decimal): -4043391 or 8474050. OLE color: 8474050.
HSL color Cylindrical-coordinate representation of color #C24D81: hue angle of 333.33º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C24D81 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 77 | 129 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.24 |
| HSL | 333.33º | 0.49% | 0.53% | - |
| HSV(B) | 333.33º | 0.6% | 0.76% | - |
| XYZ | 28.86 | 18.36 | 22.79 | - |
| YUV | 117.91 | 134.26 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 129 | 0 | 0.60 | 0.34 | 0.24 | 333.33 | 0.49 | 0.53 |
| Hex | C2 | 4D | 81 | 0 | 3C | 22 | 18 | 14D | 31 | 35 |
| Octal | 302 | 115 | 201 | 0 | 74 | 42 | 30 | 515 | 61 | 65 |
| Binary | 11000010 | 1001101 | 10000001 | 0 | 111100 | 100010 | 11000 | 101001101 | 110001 | 110101 |
Color Harmonies of #C24D81
Complementary color
Monochromatic Colors of #C24D81
Black with #C24D81
Text Example
Text Example
White with #C24D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24D81; }
p { color: rgb(194,77,129); }
H1.HeaderClassName
{
color: #C24D81;
}
.AnyTagClassName
{
color: #C24D81;
}
</style>
background-color css
<style>
a { background-color: #C24D81; }
a { background-color: rgb(194,77,129); }
div.DivClassName
{
background-color: #C24D81;
}
.BgClassName
{
background-color: #C24D81;
}
</style>
border-color css
<style>
span { border-color: #C24D81; }
span { border-color: rgb(194,77,129); }
td.TdClassName
{
border-color: #C24D81;
}
.TagClassName
{
border-color: #C24D81;
}
</style>