Shades of Mulberry #C24F92
Tints of Mulberry #C24F92
RGB
CMYK
RGB Variations
Color information
#C24F92 (or 0xC24F92) is known color: Mulberry. HEX triplet: C2, 4F and 92. RGB value is (194,79,146). Sum of RGB (Red+Green+Blue) = 194+79+146=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24F92 is #3DB06D. Grayscale: #787878. Windows color (decimal): -4042862 or 9588674. OLE color: 9588674.
HSL color Cylindrical-coordinate representation of color #C24F92: hue angle of 325.04º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C24F92 is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 79 | 146 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.24 |
| HSL | 325.04º | 0.49% | 0.54% | - |
| HSV(B) | 325.04º | 0.59% | 0.76% | - |
| XYZ | 30.23 | 19.14 | 29.29 | - |
| YUV | 121.02 | 142.1 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 146 | 0 | 0.59 | 0.25 | 0.24 | 325.04 | 0.49 | 0.54 |
| Hex | C2 | 4F | 92 | 0 | 3B | 19 | 18 | 145 | 31 | 36 |
| Octal | 302 | 117 | 222 | 0 | 73 | 31 | 30 | 505 | 61 | 66 |
| Binary | 11000010 | 1001111 | 10010010 | 0 | 111011 | 11001 | 11000 | 101000101 | 110001 | 110110 |
Color Harmonies of #C24F92
Complementary color
Monochromatic Colors of #C24F92
Black with #C24F92
Text Example
Text Example
White with #C24F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24F92; }
p { color: rgb(194,79,146); }
H1.HeaderClassName
{
color: #C24F92;
}
.AnyTagClassName
{
color: #C24F92;
}
</style>
background-color css
<style>
a { background-color: #C24F92; }
a { background-color: rgb(194,79,146); }
div.DivClassName
{
background-color: #C24F92;
}
.BgClassName
{
background-color: #C24F92;
}
</style>
border-color css
<style>
span { border-color: #C24F92; }
span { border-color: rgb(194,79,146); }
td.TdClassName
{
border-color: #C24F92;
}
.TagClassName
{
border-color: #C24F92;
}
</style>