Shades of Mulberry #C24F9D
Tints of Mulberry #C24F9D
RGB
CMYK
RGB Variations
Color information
#C24F9D (or 0xC24F9D) is known color: Mulberry. HEX triplet: C2, 4F and 9D. RGB value is (194,79,157). Sum of RGB (Red+Green+Blue) = 194+79+157=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 79 (31.25% from 255 or 18.37% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24F9D is #3DB062. Grayscale: #7A7A7A. Windows color (decimal): -4042851 or 10309570. OLE color: 10309570.
HSL color Cylindrical-coordinate representation of color #C24F9D: hue angle of 319.3º 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 #C24F9D is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 79 | 157 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.24 |
| HSL | 319.3º | 0.49% | 0.54% | - |
| HSV(B) | 319.3º | 0.59% | 0.76% | - |
| XYZ | 31.13 | 19.5 | 34.02 | - |
| YUV | 122.28 | 147.6 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 157 | 0 | 0.59 | 0.19 | 0.24 | 319.3 | 0.49 | 0.54 |
| Hex | C2 | 4F | 9D | 0 | 3B | 13 | 18 | 13F | 31 | 36 |
| Octal | 302 | 117 | 235 | 0 | 73 | 23 | 30 | 477 | 61 | 66 |
| Binary | 11000010 | 1001111 | 10011101 | 0 | 111011 | 10011 | 11000 | 100111111 | 110001 | 110110 |
Color Harmonies of #C24F9D
Complementary color
Monochromatic Colors of #C24F9D
Black with #C24F9D
Text Example
Text Example
White with #C24F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24F9D; }
p { color: rgb(194,79,157); }
H1.HeaderClassName
{
color: #C24F9D;
}
.AnyTagClassName
{
color: #C24F9D;
}
</style>
background-color css
<style>
a { background-color: #C24F9D; }
a { background-color: rgb(194,79,157); }
div.DivClassName
{
background-color: #C24F9D;
}
.BgClassName
{
background-color: #C24F9D;
}
</style>
border-color css
<style>
span { border-color: #C24F9D; }
span { border-color: rgb(194,79,157); }
td.TdClassName
{
border-color: #C24F9D;
}
.TagClassName
{
border-color: #C24F9D;
}
</style>