Shades of Mulberry #C24496
Tints of Mulberry #C24496
RGB
CMYK
RGB Variations
Color information
#C24496 (or 0xC24496) is known color: Mulberry. HEX triplet: C2, 44 and 96. RGB value is (194,68,150). Sum of RGB (Red+Green+Blue) = 194+68+150=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 68 (26.95% from 255 or 16.50% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C24496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24496 is #3DBB69. Grayscale: #727272. Windows color (decimal): -4045674 or 9848002. OLE color: 9848002.
HSL color Cylindrical-coordinate representation of color #C24496: hue angle of 320.95º 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 #C24496 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 68 | 150 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.24 |
| HSL | 320.95º | 0.51% | 0.51% | - |
| HSV(B) | 320.95º | 0.65% | 0.76% | - |
| XYZ | 29.82 | 17.81 | 30.72 | - |
| YUV | 115.02 | 147.74 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 150 | 0 | 0.65 | 0.23 | 0.24 | 320.95 | 0.51 | 0.51 |
| Hex | C2 | 44 | 96 | 0 | 41 | 17 | 18 | 141 | 33 | 33 |
| Octal | 302 | 104 | 226 | 0 | 101 | 27 | 30 | 501 | 63 | 63 |
| Binary | 11000010 | 1000100 | 10010110 | 0 | 1000001 | 10111 | 11000 | 101000001 | 110011 | 110011 |
Color Harmonies of #C24496
Complementary color
Monochromatic Colors of #C24496
Black with #C24496
Text Example
Text Example
White with #C24496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24496; }
p { color: rgb(194,68,150); }
H1.HeaderClassName
{
color: #C24496;
}
.AnyTagClassName
{
color: #C24496;
}
</style>
background-color css
<style>
a { background-color: #C24496; }
a { background-color: rgb(194,68,150); }
div.DivClassName
{
background-color: #C24496;
}
.BgClassName
{
background-color: #C24496;
}
</style>
border-color css
<style>
span { border-color: #C24496; }
span { border-color: rgb(194,68,150); }
td.TdClassName
{
border-color: #C24496;
}
.TagClassName
{
border-color: #C24496;
}
</style>