Shades of Mulberry #C24882
Tints of Mulberry #C24882
RGB
CMYK
RGB Variations
Color information
#C24882 (or 0xC24882) is known color: Mulberry. HEX triplet: C2, 48 and 82. RGB value is (194,72,130). Sum of RGB (Red+Green+Blue) = 194+72+130=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C24882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24882 is #3DB77D. Grayscale: #727272. Windows color (decimal): -4044670 or 8538306. OLE color: 8538306.
HSL color Cylindrical-coordinate representation of color #C24882: hue angle of 331.48º 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 #C24882 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 72 | 130 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.24 |
| HSL | 331.48º | 0.5% | 0.52% | - |
| HSV(B) | 331.48º | 0.63% | 0.76% | - |
| XYZ | 28.59 | 17.72 | 23.03 | - |
| YUV | 115.09 | 136.42 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 72 | 130 | 0 | 0.63 | 0.33 | 0.24 | 331.48 | 0.5 | 0.52 |
| Hex | C2 | 48 | 82 | 0 | 3F | 21 | 18 | 14B | 32 | 34 |
| Octal | 302 | 110 | 202 | 0 | 77 | 41 | 30 | 513 | 62 | 64 |
| Binary | 11000010 | 1001000 | 10000010 | 0 | 111111 | 100001 | 11000 | 101001011 | 110010 | 110100 |
Color Harmonies of #C24882
Complementary color
Monochromatic Colors of #C24882
Black with #C24882
Text Example
Text Example
White with #C24882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24882; }
p { color: rgb(194,72,130); }
H1.HeaderClassName
{
color: #C24882;
}
.AnyTagClassName
{
color: #C24882;
}
</style>
background-color css
<style>
a { background-color: #C24882; }
a { background-color: rgb(194,72,130); }
div.DivClassName
{
background-color: #C24882;
}
.BgClassName
{
background-color: #C24882;
}
</style>
border-color css
<style>
span { border-color: #C24882; }
span { border-color: rgb(194,72,130); }
td.TdClassName
{
border-color: #C24882;
}
.TagClassName
{
border-color: #C24882;
}
</style>