Shades of Mulberry #C24591
Tints of Mulberry #C24591
RGB
CMYK
RGB Variations
Color information
#C24591 (or 0xC24591) is known color: Mulberry. HEX triplet: C2, 45 and 91. RGB value is (194,69,145). Sum of RGB (Red+Green+Blue) = 194+69+145=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 69 (27.34% from 255 or 16.91% from 408); Blue value is 145 (57.03% from 255 or 35.54% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C24591 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24591 is #3DBA6E. Grayscale: #727272. Windows color (decimal): -4045423 or 9520578. OLE color: 9520578.
HSL color Cylindrical-coordinate representation of color #C24591: hue angle of 323.52º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C24591 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 69 | 145 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.24 |
| HSL | 323.52º | 0.51% | 0.52% | - |
| HSV(B) | 323.52º | 0.64% | 0.76% | - |
| XYZ | 29.49 | 17.77 | 28.66 | - |
| YUV | 115.04 | 144.91 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 145 | 0 | 0.64 | 0.25 | 0.24 | 323.52 | 0.51 | 0.52 |
| Hex | C2 | 45 | 91 | 0 | 40 | 19 | 18 | 144 | 33 | 34 |
| Octal | 302 | 105 | 221 | 0 | 100 | 31 | 30 | 504 | 63 | 64 |
| Binary | 11000010 | 1000101 | 10010001 | 0 | 1000000 | 11001 | 11000 | 101000100 | 110011 | 110100 |
Color Harmonies of #C24591
Complementary color
Monochromatic Colors of #C24591
Black with #C24591
Text Example
Text Example
White with #C24591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24591; }
p { color: rgb(194,69,145); }
H1.HeaderClassName
{
color: #C24591;
}
.AnyTagClassName
{
color: #C24591;
}
</style>
background-color css
<style>
a { background-color: #C24591; }
a { background-color: rgb(194,69,145); }
div.DivClassName
{
background-color: #C24591;
}
.BgClassName
{
background-color: #C24591;
}
</style>
border-color css
<style>
span { border-color: #C24591; }
span { border-color: rgb(194,69,145); }
td.TdClassName
{
border-color: #C24591;
}
.TagClassName
{
border-color: #C24591;
}
</style>