Shades of Mulberry #C24DA1
Tints of Mulberry #C24DA1
RGB
CMYK
RGB Variations
Color information
#C24DA1 (or 0xC24DA1) is known color: Mulberry. HEX triplet: C2, 4D and A1. RGB value is (194,77,161). Sum of RGB (Red+Green+Blue) = 194+77+161=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 77 (30.47% from 255 or 17.82% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C24DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24DA1 is #3DB25E. Grayscale: #797979. Windows color (decimal): -4043359 or 10571202. OLE color: 10571202.
HSL color Cylindrical-coordinate representation of color #C24DA1: hue angle of 316.92º 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 #C24DA1 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 77 | 161 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.24 |
| HSL | 316.92º | 0.49% | 0.53% | - |
| HSV(B) | 316.92º | 0.6% | 0.76% | - |
| XYZ | 31.34 | 19.35 | 35.8 | - |
| YUV | 121.56 | 150.26 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 161 | 0 | 0.60 | 0.17 | 0.24 | 316.92 | 0.49 | 0.53 |
| Hex | C2 | 4D | A1 | 0 | 3C | 11 | 18 | 13D | 31 | 35 |
| Octal | 302 | 115 | 241 | 0 | 74 | 21 | 30 | 475 | 61 | 65 |
| Binary | 11000010 | 1001101 | 10100001 | 0 | 111100 | 10001 | 11000 | 100111101 | 110001 | 110101 |
Color Harmonies of #C24DA1
Complementary color
Monochromatic Colors of #C24DA1
Black with #C24DA1
Text Example
Text Example
White with #C24DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24DA1; }
p { color: rgb(194,77,161); }
H1.HeaderClassName
{
color: #C24DA1;
}
.AnyTagClassName
{
color: #C24DA1;
}
</style>
background-color css
<style>
a { background-color: #C24DA1; }
a { background-color: rgb(194,77,161); }
div.DivClassName
{
background-color: #C24DA1;
}
.BgClassName
{
background-color: #C24DA1;
}
</style>
border-color css
<style>
span { border-color: #C24DA1; }
span { border-color: rgb(194,77,161); }
td.TdClassName
{
border-color: #C24DA1;
}
.TagClassName
{
border-color: #C24DA1;
}
</style>