Shades of Mulberry #C24495
Tints of Mulberry #C24495
RGB
CMYK
RGB Variations
Color information
#C24495 (or 0xC24495) is known color: Mulberry. HEX triplet: C2, 44 and 95. RGB value is (194,68,149). Sum of RGB (Red+Green+Blue) = 194+68+149=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 68 (26.95% from 255 or 16.55% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C24495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24495 is #3DBB6A. Grayscale: #727272. Windows color (decimal): -4045675 or 9782466. OLE color: 9782466.
HSL color Cylindrical-coordinate representation of color #C24495: hue angle of 321.43º 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 #C24495 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 68 | 149 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.24 |
| HSL | 321.43º | 0.51% | 0.51% | - |
| HSV(B) | 321.43º | 0.65% | 0.76% | - |
| XYZ | 29.74 | 17.77 | 30.3 | - |
| YUV | 114.91 | 147.24 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 149 | 0 | 0.65 | 0.23 | 0.24 | 321.43 | 0.51 | 0.51 |
| Hex | C2 | 44 | 95 | 0 | 41 | 17 | 18 | 141 | 33 | 33 |
| Octal | 302 | 104 | 225 | 0 | 101 | 27 | 30 | 501 | 63 | 63 |
| Binary | 11000010 | 1000100 | 10010101 | 0 | 1000001 | 10111 | 11000 | 101000001 | 110011 | 110011 |
Color Harmonies of #C24495
Complementary color
Monochromatic Colors of #C24495
Black with #C24495
Text Example
Text Example
White with #C24495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24495; }
p { color: rgb(194,68,149); }
H1.HeaderClassName
{
color: #C24495;
}
.AnyTagClassName
{
color: #C24495;
}
</style>
background-color css
<style>
a { background-color: #C24495; }
a { background-color: rgb(194,68,149); }
div.DivClassName
{
background-color: #C24495;
}
.BgClassName
{
background-color: #C24495;
}
</style>
border-color css
<style>
span { border-color: #C24495; }
span { border-color: rgb(194,68,149); }
td.TdClassName
{
border-color: #C24495;
}
.TagClassName
{
border-color: #C24495;
}
</style>