Shades of Mulberry #C24482
Tints of Mulberry #C24482
RGB
CMYK
RGB Variations
Color information
#C24482 (or 0xC24482) is known color: Mulberry. HEX triplet: C2, 44 and 82. RGB value is (194,68,130). Sum of RGB (Red+Green+Blue) = 194+68+130=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 68 (26.95% from 255 or 17.35% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C24482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24482 is #3DBB7D. Grayscale: #707070. Windows color (decimal): -4045694 or 8537282. OLE color: 8537282.
HSL color Cylindrical-coordinate representation of color #C24482: hue angle of 330.48º 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 #C24482 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 68 | 130 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.24 |
| HSL | 330.48º | 0.51% | 0.51% | - |
| HSV(B) | 330.48º | 0.65% | 0.76% | - |
| XYZ | 28.34 | 17.22 | 22.95 | - |
| YUV | 112.74 | 137.74 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 130 | 0 | 0.65 | 0.33 | 0.24 | 330.48 | 0.51 | 0.51 |
| Hex | C2 | 44 | 82 | 0 | 41 | 21 | 18 | 14A | 33 | 33 |
| Octal | 302 | 104 | 202 | 0 | 101 | 41 | 30 | 512 | 63 | 63 |
| Binary | 11000010 | 1000100 | 10000010 | 0 | 1000001 | 100001 | 11000 | 101001010 | 110011 | 110011 |
Color Harmonies of #C24482
Complementary color
Monochromatic Colors of #C24482
Black with #C24482
Text Example
Text Example
White with #C24482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24482; }
p { color: rgb(194,68,130); }
H1.HeaderClassName
{
color: #C24482;
}
.AnyTagClassName
{
color: #C24482;
}
</style>
background-color css
<style>
a { background-color: #C24482; }
a { background-color: rgb(194,68,130); }
div.DivClassName
{
background-color: #C24482;
}
.BgClassName
{
background-color: #C24482;
}
</style>
border-color css
<style>
span { border-color: #C24482; }
span { border-color: rgb(194,68,130); }
td.TdClassName
{
border-color: #C24482;
}
.TagClassName
{
border-color: #C24482;
}
</style>