Shades of Mulberry #C24A82
Tints of Mulberry #C24A82
RGB
CMYK
RGB Variations
Color information
#C24A82 (or 0xC24A82) is known color: Mulberry. HEX triplet: C2, 4A and 82. RGB value is (194,74,130). Sum of RGB (Red+Green+Blue) = 194+74+130=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 74 (29.30% from 255 or 18.59% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24A82 is #3DB57D. Grayscale: #747474. Windows color (decimal): -4044158 or 8538818. OLE color: 8538818.
HSL color Cylindrical-coordinate representation of color #C24A82: hue angle of 332º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C24A82 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 74 | 130 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.24 |
| HSL | 332º | 0.5% | 0.53% | - |
| HSV(B) | 332º | 0.62% | 0.76% | - |
| XYZ | 28.73 | 17.98 | 23.08 | - |
| YUV | 116.26 | 135.76 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 74 | 130 | 0 | 0.62 | 0.33 | 0.24 | 332 | 0.5 | 0.53 |
| Hex | C2 | 4A | 82 | 0 | 3E | 21 | 18 | 14C | 32 | 35 |
| Octal | 302 | 112 | 202 | 0 | 76 | 41 | 30 | 514 | 62 | 65 |
| Binary | 11000010 | 1001010 | 10000010 | 0 | 111110 | 100001 | 11000 | 101001100 | 110010 | 110101 |
Color Harmonies of #C24A82
Complementary color
Monochromatic Colors of #C24A82
Black with #C24A82
Text Example
Text Example
White with #C24A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24A82; }
p { color: rgb(194,74,130); }
H1.HeaderClassName
{
color: #C24A82;
}
.AnyTagClassName
{
color: #C24A82;
}
</style>
background-color css
<style>
a { background-color: #C24A82; }
a { background-color: rgb(194,74,130); }
div.DivClassName
{
background-color: #C24A82;
}
.BgClassName
{
background-color: #C24A82;
}
</style>
border-color css
<style>
span { border-color: #C24A82; }
span { border-color: rgb(194,74,130); }
td.TdClassName
{
border-color: #C24A82;
}
.TagClassName
{
border-color: #C24A82;
}
</style>