Shades of Mulberry #C24D9A
Tints of Mulberry #C24D9A
RGB
CMYK
RGB Variations
Color information
#C24D9A (or 0xC24D9A) is known color: Mulberry. HEX triplet: C2, 4D and 9A. RGB value is (194,77,154). Sum of RGB (Red+Green+Blue) = 194+77+154=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 77 (30.47% from 255 or 18.12% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24D9A is #3DB265. Grayscale: #787878. Windows color (decimal): -4043366 or 10112450. OLE color: 10112450.
HSL color Cylindrical-coordinate representation of color #C24D9A: hue angle of 320.51º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C24D9A is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 77 | 154 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.24 |
| HSL | 320.51º | 0.49% | 0.53% | - |
| HSV(B) | 320.51º | 0.6% | 0.76% | - |
| XYZ | 30.73 | 19.11 | 32.64 | - |
| YUV | 120.76 | 146.76 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 154 | 0 | 0.60 | 0.21 | 0.24 | 320.51 | 0.49 | 0.53 |
| Hex | C2 | 4D | 9A | 0 | 3C | 15 | 18 | 141 | 31 | 35 |
| Octal | 302 | 115 | 232 | 0 | 74 | 25 | 30 | 501 | 61 | 65 |
| Binary | 11000010 | 1001101 | 10011010 | 0 | 111100 | 10101 | 11000 | 101000001 | 110001 | 110101 |
Color Harmonies of #C24D9A
Complementary color
Monochromatic Colors of #C24D9A
Black with #C24D9A
Text Example
Text Example
White with #C24D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24D9A; }
p { color: rgb(194,77,154); }
H1.HeaderClassName
{
color: #C24D9A;
}
.AnyTagClassName
{
color: #C24D9A;
}
</style>
background-color css
<style>
a { background-color: #C24D9A; }
a { background-color: rgb(194,77,154); }
div.DivClassName
{
background-color: #C24D9A;
}
.BgClassName
{
background-color: #C24D9A;
}
</style>
border-color css
<style>
span { border-color: #C24D9A; }
span { border-color: rgb(194,77,154); }
td.TdClassName
{
border-color: #C24D9A;
}
.TagClassName
{
border-color: #C24D9A;
}
</style>