Shades of Mulberry #C24896
Tints of Mulberry #C24896
RGB
CMYK
RGB Variations
Color information
#C24896 (or 0xC24896) is known color: Mulberry. HEX triplet: C2, 48 and 96. RGB value is (194,72,150). Sum of RGB (Red+Green+Blue) = 194+72+150=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C24896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24896 is #3DB769. Grayscale: #757575. Windows color (decimal): -4044650 or 9849026. OLE color: 9849026.
HSL color Cylindrical-coordinate representation of color #C24896: hue angle of 321.64º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C24896 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 72 | 150 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.24 |
| HSL | 321.64º | 0.5% | 0.52% | - |
| HSV(B) | 321.64º | 0.63% | 0.76% | - |
| XYZ | 30.07 | 18.31 | 30.8 | - |
| YUV | 117.37 | 146.42 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 72 | 150 | 0 | 0.63 | 0.23 | 0.24 | 321.64 | 0.5 | 0.52 |
| Hex | C2 | 48 | 96 | 0 | 3F | 17 | 18 | 142 | 32 | 34 |
| Octal | 302 | 110 | 226 | 0 | 77 | 27 | 30 | 502 | 62 | 64 |
| Binary | 11000010 | 1001000 | 10010110 | 0 | 111111 | 10111 | 11000 | 101000010 | 110010 | 110100 |
Color Harmonies of #C24896
Complementary color
Monochromatic Colors of #C24896
Black with #C24896
Text Example
Text Example
White with #C24896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24896; }
p { color: rgb(194,72,150); }
H1.HeaderClassName
{
color: #C24896;
}
.AnyTagClassName
{
color: #C24896;
}
</style>
background-color css
<style>
a { background-color: #C24896; }
a { background-color: rgb(194,72,150); }
div.DivClassName
{
background-color: #C24896;
}
.BgClassName
{
background-color: #C24896;
}
</style>
border-color css
<style>
span { border-color: #C24896; }
span { border-color: rgb(194,72,150); }
td.TdClassName
{
border-color: #C24896;
}
.TagClassName
{
border-color: #C24896;
}
</style>