Shades of Mulberry #C24981
Tints of Mulberry #C24981
RGB
CMYK
RGB Variations
Color information
#C24981 (or 0xC24981) is known color: Mulberry. HEX triplet: C2, 49 and 81. RGB value is (194,73,129). Sum of RGB (Red+Green+Blue) = 194+73+129=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C24981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24981 is #3DB67E. Grayscale: #737373. Windows color (decimal): -4044415 or 8473026. OLE color: 8473026.
HSL color Cylindrical-coordinate representation of color #C24981: hue angle of 332.23º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C24981 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 73 | 129 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.24 |
| HSL | 332.23º | 0.5% | 0.52% | - |
| HSV(B) | 332.23º | 0.62% | 0.76% | - |
| XYZ | 28.59 | 17.82 | 22.7 | - |
| YUV | 115.56 | 135.59 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 129 | 0 | 0.62 | 0.34 | 0.24 | 332.23 | 0.5 | 0.52 |
| Hex | C2 | 49 | 81 | 0 | 3E | 22 | 18 | 14C | 32 | 34 |
| Octal | 302 | 111 | 201 | 0 | 76 | 42 | 30 | 514 | 62 | 64 |
| Binary | 11000010 | 1001001 | 10000001 | 0 | 111110 | 100010 | 11000 | 101001100 | 110010 | 110100 |
Color Harmonies of #C24981
Complementary color
Monochromatic Colors of #C24981
Black with #C24981
Text Example
Text Example
White with #C24981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24981; }
p { color: rgb(194,73,129); }
H1.HeaderClassName
{
color: #C24981;
}
.AnyTagClassName
{
color: #C24981;
}
</style>
background-color css
<style>
a { background-color: #C24981; }
a { background-color: rgb(194,73,129); }
div.DivClassName
{
background-color: #C24981;
}
.BgClassName
{
background-color: #C24981;
}
</style>
border-color css
<style>
span { border-color: #C24981; }
span { border-color: rgb(194,73,129); }
td.TdClassName
{
border-color: #C24981;
}
.TagClassName
{
border-color: #C24981;
}
</style>