Shades of Mulberry #C24F9C
Tints of Mulberry #C24F9C
RGB
CMYK
RGB Variations
Color information
#C24F9C (or 0xC24F9C) is known color: Mulberry. HEX triplet: C2, 4F and 9C. RGB value is (194,79,156). Sum of RGB (Red+Green+Blue) = 194+79+156=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24F9C is #3DB063. Grayscale: #797979. Windows color (decimal): -4042852 or 10244034. OLE color: 10244034.
HSL color Cylindrical-coordinate representation of color #C24F9C: hue angle of 319.83º 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 #C24F9C is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 79 | 156 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.24 |
| HSL | 319.83º | 0.49% | 0.54% | - |
| HSV(B) | 319.83º | 0.59% | 0.76% | - |
| XYZ | 31.04 | 19.46 | 33.57 | - |
| YUV | 122.16 | 147.1 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 156 | 0 | 0.59 | 0.20 | 0.24 | 319.83 | 0.49 | 0.54 |
| Hex | C2 | 4F | 9C | 0 | 3B | 14 | 18 | 140 | 31 | 36 |
| Octal | 302 | 117 | 234 | 0 | 73 | 24 | 30 | 500 | 61 | 66 |
| Binary | 11000010 | 1001111 | 10011100 | 0 | 111011 | 10100 | 11000 | 101000000 | 110001 | 110110 |
Color Harmonies of #C24F9C
Complementary color
Monochromatic Colors of #C24F9C
Black with #C24F9C
Text Example
Text Example
White with #C24F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24F9C; }
p { color: rgb(194,79,156); }
H1.HeaderClassName
{
color: #C24F9C;
}
.AnyTagClassName
{
color: #C24F9C;
}
</style>
background-color css
<style>
a { background-color: #C24F9C; }
a { background-color: rgb(194,79,156); }
div.DivClassName
{
background-color: #C24F9C;
}
.BgClassName
{
background-color: #C24F9C;
}
</style>
border-color css
<style>
span { border-color: #C24F9C; }
span { border-color: rgb(194,79,156); }
td.TdClassName
{
border-color: #C24F9C;
}
.TagClassName
{
border-color: #C24F9C;
}
</style>