Shades of Mulberry #C2488C
Tints of Mulberry #C2488C
RGB
CMYK
RGB Variations
Color information
#C2488C (or 0xC2488C) is known color: Mulberry. HEX triplet: C2, 48 and 8C. RGB value is (194,72,140). Sum of RGB (Red+Green+Blue) = 194+72+140=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 72 (28.52% from 255 or 17.73% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C2488C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2488C is #3DB773. Grayscale: #747474. Windows color (decimal): -4044660 or 9193666. OLE color: 9193666.
HSL color Cylindrical-coordinate representation of color #C2488C: hue angle of 326.56º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2488C is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 72 | 140 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.24 |
| HSL | 326.56º | 0.5% | 0.52% | - |
| HSV(B) | 326.56º | 0.63% | 0.76% | - |
| XYZ | 29.3 | 18 | 26.74 | - |
| YUV | 116.23 | 141.42 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 72 | 140 | 0 | 0.63 | 0.28 | 0.24 | 326.56 | 0.5 | 0.52 |
| Hex | C2 | 48 | 8C | 0 | 3F | 1C | 18 | 147 | 32 | 34 |
| Octal | 302 | 110 | 214 | 0 | 77 | 34 | 30 | 507 | 62 | 64 |
| Binary | 11000010 | 1001000 | 10001100 | 0 | 111111 | 11100 | 11000 | 101000111 | 110010 | 110100 |
Color Harmonies of #C2488C
Complementary color
Monochromatic Colors of #C2488C
Black with #C2488C
Text Example
Text Example
White with #C2488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2488C; }
p { color: rgb(194,72,140); }
H1.HeaderClassName
{
color: #C2488C;
}
.AnyTagClassName
{
color: #C2488C;
}
</style>
background-color css
<style>
a { background-color: #C2488C; }
a { background-color: rgb(194,72,140); }
div.DivClassName
{
background-color: #C2488C;
}
.BgClassName
{
background-color: #C2488C;
}
</style>
border-color css
<style>
span { border-color: #C2488C; }
span { border-color: rgb(194,72,140); }
td.TdClassName
{
border-color: #C2488C;
}
.TagClassName
{
border-color: #C2488C;
}
</style>