Shades of Mulberry #C24F8C
Tints of Mulberry #C24F8C
RGB
CMYK
RGB Variations
Color information
#C24F8C (or 0xC24F8C) is known color: Mulberry. HEX triplet: C2, 4F and 8C. RGB value is (194,79,140). Sum of RGB (Red+Green+Blue) = 194+79+140=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 79 (31.25% from 255 or 19.13% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24F8C is #3DB073. Grayscale: #787878. Windows color (decimal): -4042868 or 9195458. OLE color: 9195458.
HSL color Cylindrical-coordinate representation of color #C24F8C: hue angle of 328.17º 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 #C24F8C is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 79 | 140 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.24 |
| HSL | 328.17º | 0.49% | 0.54% | - |
| HSV(B) | 328.17º | 0.59% | 0.76% | - |
| XYZ | 29.78 | 18.95 | 26.9 | - |
| YUV | 120.34 | 139.1 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 140 | 0 | 0.59 | 0.28 | 0.24 | 328.17 | 0.49 | 0.54 |
| Hex | C2 | 4F | 8C | 0 | 3B | 1C | 18 | 148 | 31 | 36 |
| Octal | 302 | 117 | 214 | 0 | 73 | 34 | 30 | 510 | 61 | 66 |
| Binary | 11000010 | 1001111 | 10001100 | 0 | 111011 | 11100 | 11000 | 101001000 | 110001 | 110110 |
Color Harmonies of #C24F8C
Complementary color
Monochromatic Colors of #C24F8C
Black with #C24F8C
Text Example
Text Example
White with #C24F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24F8C; }
p { color: rgb(194,79,140); }
H1.HeaderClassName
{
color: #C24F8C;
}
.AnyTagClassName
{
color: #C24F8C;
}
</style>
background-color css
<style>
a { background-color: #C24F8C; }
a { background-color: rgb(194,79,140); }
div.DivClassName
{
background-color: #C24F8C;
}
.BgClassName
{
background-color: #C24F8C;
}
</style>
border-color css
<style>
span { border-color: #C24F8C; }
span { border-color: rgb(194,79,140); }
td.TdClassName
{
border-color: #C24F8C;
}
.TagClassName
{
border-color: #C24F8C;
}
</style>