Shades of Mulberry #C24982
Tints of Mulberry #C24982
RGB
CMYK
RGB Variations
Color information
#C24982 (or 0xC24982) is known color: Mulberry. HEX triplet: C2, 49 and 82. RGB value is (194,73,130). Sum of RGB (Red+Green+Blue) = 194+73+130=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C24982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24982 is #3DB67D. Grayscale: #737373. Windows color (decimal): -4044414 or 8538562. OLE color: 8538562.
HSL color Cylindrical-coordinate representation of color #C24982: hue angle of 331.74º 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 #C24982 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 73 | 130 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.24 |
| HSL | 331.74º | 0.5% | 0.52% | - |
| HSV(B) | 331.74º | 0.62% | 0.76% | - |
| XYZ | 28.66 | 17.85 | 23.05 | - |
| YUV | 115.68 | 136.09 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 130 | 0 | 0.62 | 0.33 | 0.24 | 331.74 | 0.5 | 0.52 |
| Hex | C2 | 49 | 82 | 0 | 3E | 21 | 18 | 14C | 32 | 34 |
| Octal | 302 | 111 | 202 | 0 | 76 | 41 | 30 | 514 | 62 | 64 |
| Binary | 11000010 | 1001001 | 10000010 | 0 | 111110 | 100001 | 11000 | 101001100 | 110010 | 110100 |
Color Harmonies of #C24982
Complementary color
Monochromatic Colors of #C24982
Black with #C24982
Text Example
Text Example
White with #C24982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24982; }
p { color: rgb(194,73,130); }
H1.HeaderClassName
{
color: #C24982;
}
.AnyTagClassName
{
color: #C24982;
}
</style>
background-color css
<style>
a { background-color: #C24982; }
a { background-color: rgb(194,73,130); }
div.DivClassName
{
background-color: #C24982;
}
.BgClassName
{
background-color: #C24982;
}
</style>
border-color css
<style>
span { border-color: #C24982; }
span { border-color: rgb(194,73,130); }
td.TdClassName
{
border-color: #C24982;
}
.TagClassName
{
border-color: #C24982;
}
</style>