Shades of Mulberry #C24884
Tints of Mulberry #C24884
RGB
CMYK
RGB Variations
Color information
#C24884 (or 0xC24884) is known color: Mulberry. HEX triplet: C2, 48 and 84. RGB value is (194,72,132). Sum of RGB (Red+Green+Blue) = 194+72+132=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C24884 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24884 is #3DB77B. Grayscale: #737373. Windows color (decimal): -4044668 or 8669378. OLE color: 8669378.
HSL color Cylindrical-coordinate representation of color #C24884: hue angle of 330.49º 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 #C24884 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 72 | 132 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.24 |
| HSL | 330.49º | 0.5% | 0.52% | - |
| HSV(B) | 330.49º | 0.63% | 0.76% | - |
| XYZ | 28.73 | 17.77 | 23.75 | - |
| YUV | 115.32 | 137.42 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 72 | 132 | 0 | 0.63 | 0.32 | 0.24 | 330.49 | 0.5 | 0.52 |
| Hex | C2 | 48 | 84 | 0 | 3F | 20 | 18 | 14A | 32 | 34 |
| Octal | 302 | 110 | 204 | 0 | 77 | 40 | 30 | 512 | 62 | 64 |
| Binary | 11000010 | 1001000 | 10000100 | 0 | 111111 | 100000 | 11000 | 101001010 | 110010 | 110100 |
Color Harmonies of #C24884
Complementary color
Monochromatic Colors of #C24884
Black with #C24884
Text Example
Text Example
White with #C24884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24884; }
p { color: rgb(194,72,132); }
H1.HeaderClassName
{
color: #C24884;
}
.AnyTagClassName
{
color: #C24884;
}
</style>
background-color css
<style>
a { background-color: #C24884; }
a { background-color: rgb(194,72,132); }
div.DivClassName
{
background-color: #C24884;
}
.BgClassName
{
background-color: #C24884;
}
</style>
border-color css
<style>
span { border-color: #C24884; }
span { border-color: rgb(194,72,132); }
td.TdClassName
{
border-color: #C24884;
}
.TagClassName
{
border-color: #C24884;
}
</style>