Shades of Mulberry #C24484
Tints of Mulberry #C24484
RGB
CMYK
RGB Variations
Color information
#C24484 (or 0xC24484) is known color: Mulberry. HEX triplet: C2, 44 and 84. RGB value is (194,68,132). Sum of RGB (Red+Green+Blue) = 194+68+132=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C24484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24484 is #3DBB7B. Grayscale: #707070. Windows color (decimal): -4045692 or 8668354. OLE color: 8668354.
HSL color Cylindrical-coordinate representation of color #C24484: hue angle of 329.52º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C24484 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 68 | 132 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.24 |
| HSL | 329.52º | 0.51% | 0.51% | - |
| HSV(B) | 329.52º | 0.65% | 0.76% | - |
| XYZ | 28.48 | 17.27 | 23.66 | - |
| YUV | 112.97 | 138.74 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 132 | 0 | 0.65 | 0.32 | 0.24 | 329.52 | 0.51 | 0.51 |
| Hex | C2 | 44 | 84 | 0 | 41 | 20 | 18 | 14A | 33 | 33 |
| Octal | 302 | 104 | 204 | 0 | 101 | 40 | 30 | 512 | 63 | 63 |
| Binary | 11000010 | 1000100 | 10000100 | 0 | 1000001 | 100000 | 11000 | 101001010 | 110011 | 110011 |
Color Harmonies of #C24484
Complementary color
Monochromatic Colors of #C24484
Black with #C24484
Text Example
Text Example
White with #C24484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24484; }
p { color: rgb(194,68,132); }
H1.HeaderClassName
{
color: #C24484;
}
.AnyTagClassName
{
color: #C24484;
}
</style>
background-color css
<style>
a { background-color: #C24484; }
a { background-color: rgb(194,68,132); }
div.DivClassName
{
background-color: #C24484;
}
.BgClassName
{
background-color: #C24484;
}
</style>
border-color css
<style>
span { border-color: #C24484; }
span { border-color: rgb(194,68,132); }
td.TdClassName
{
border-color: #C24484;
}
.TagClassName
{
border-color: #C24484;
}
</style>