Shades of Mulberry #C24196
Tints of Mulberry #C24196
RGB
CMYK
RGB Variations
Color information
#C24196 (or 0xC24196) is known color: Mulberry. HEX triplet: C2, 41 and 96. RGB value is (194,65,150). Sum of RGB (Red+Green+Blue) = 194+65+150=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C24196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24196 is #3DBE69. Grayscale: #717171. Windows color (decimal): -4046442 or 9847234. OLE color: 9847234.
HSL color Cylindrical-coordinate representation of color #C24196: hue angle of 320.47º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C24196 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 65 | 150 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.24 |
| HSL | 320.47º | 0.51% | 0.51% | - |
| HSV(B) | 320.47º | 0.66% | 0.76% | - |
| XYZ | 29.64 | 17.45 | 30.66 | - |
| YUV | 113.26 | 148.74 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 150 | 0 | 0.66 | 0.23 | 0.24 | 320.47 | 0.51 | 0.51 |
| Hex | C2 | 41 | 96 | 0 | 42 | 17 | 18 | 140 | 33 | 33 |
| Octal | 302 | 101 | 226 | 0 | 102 | 27 | 30 | 500 | 63 | 63 |
| Binary | 11000010 | 1000001 | 10010110 | 0 | 1000010 | 10111 | 11000 | 101000000 | 110011 | 110011 |
Color Harmonies of #C24196
Complementary color
Monochromatic Colors of #C24196
Black with #C24196
Text Example
Text Example
White with #C24196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24196; }
p { color: rgb(194,65,150); }
H1.HeaderClassName
{
color: #C24196;
}
.AnyTagClassName
{
color: #C24196;
}
</style>
background-color css
<style>
a { background-color: #C24196; }
a { background-color: rgb(194,65,150); }
div.DivClassName
{
background-color: #C24196;
}
.BgClassName
{
background-color: #C24196;
}
</style>
border-color css
<style>
span { border-color: #C24196; }
span { border-color: rgb(194,65,150); }
td.TdClassName
{
border-color: #C24196;
}
.TagClassName
{
border-color: #C24196;
}
</style>