Shades of Mulberry #C24A8C
Tints of Mulberry #C24A8C
RGB
CMYK
RGB Variations
Color information
#C24A8C (or 0xC24A8C) is known color: Mulberry. HEX triplet: C2, 4A and 8C. RGB value is (194,74,140). Sum of RGB (Red+Green+Blue) = 194+74+140=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 74 (29.30% from 255 or 18.14% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24A8C is #3DB573. Grayscale: #757575. Windows color (decimal): -4044148 or 9194178. OLE color: 9194178.
HSL color Cylindrical-coordinate representation of color #C24A8C: hue angle of 327º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C24A8C is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 74 | 140 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.24 |
| HSL | 327º | 0.5% | 0.53% | - |
| HSV(B) | 327º | 0.62% | 0.76% | - |
| XYZ | 29.43 | 18.26 | 26.78 | - |
| YUV | 117.4 | 140.76 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 74 | 140 | 0 | 0.62 | 0.28 | 0.24 | 327 | 0.5 | 0.53 |
| Hex | C2 | 4A | 8C | 0 | 3E | 1C | 18 | 147 | 32 | 35 |
| Octal | 302 | 112 | 214 | 0 | 76 | 34 | 30 | 507 | 62 | 65 |
| Binary | 11000010 | 1001010 | 10001100 | 0 | 111110 | 11100 | 11000 | 101000111 | 110010 | 110101 |
Color Harmonies of #C24A8C
Complementary color
Monochromatic Colors of #C24A8C
Black with #C24A8C
Text Example
Text Example
White with #C24A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24A8C; }
p { color: rgb(194,74,140); }
H1.HeaderClassName
{
color: #C24A8C;
}
.AnyTagClassName
{
color: #C24A8C;
}
</style>
background-color css
<style>
a { background-color: #C24A8C; }
a { background-color: rgb(194,74,140); }
div.DivClassName
{
background-color: #C24A8C;
}
.BgClassName
{
background-color: #C24A8C;
}
</style>
border-color css
<style>
span { border-color: #C24A8C; }
span { border-color: rgb(194,74,140); }
td.TdClassName
{
border-color: #C24A8C;
}
.TagClassName
{
border-color: #C24A8C;
}
</style>