Shades of Mulberry #C2488D
Tints of Mulberry #C2488D
RGB
CMYK
RGB Variations
Color information
#C2488D (or 0xC2488D) is known color: Mulberry. HEX triplet: C2, 48 and 8D. RGB value is (194,72,141). Sum of RGB (Red+Green+Blue) = 194+72+141=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 72 (28.52% from 255 or 17.69% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C2488D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2488D is #3DB772. Grayscale: #747474. Windows color (decimal): -4044659 or 9259202. OLE color: 9259202.
HSL color Cylindrical-coordinate representation of color #C2488D: hue angle of 326.07º 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 #C2488D is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 72 | 141 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.24 |
| HSL | 326.07º | 0.5% | 0.52% | - |
| HSV(B) | 326.07º | 0.63% | 0.76% | - |
| XYZ | 29.37 | 18.03 | 27.13 | - |
| YUV | 116.34 | 141.92 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 72 | 141 | 0 | 0.63 | 0.27 | 0.24 | 326.07 | 0.5 | 0.52 |
| Hex | C2 | 48 | 8D | 0 | 3F | 1B | 18 | 146 | 32 | 34 |
| Octal | 302 | 110 | 215 | 0 | 77 | 33 | 30 | 506 | 62 | 64 |
| Binary | 11000010 | 1001000 | 10001101 | 0 | 111111 | 11011 | 11000 | 101000110 | 110010 | 110100 |
Color Harmonies of #C2488D
Complementary color
Monochromatic Colors of #C2488D
Black with #C2488D
Text Example
Text Example
White with #C2488D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2488D; }
p { color: rgb(194,72,141); }
H1.HeaderClassName
{
color: #C2488D;
}
.AnyTagClassName
{
color: #C2488D;
}
</style>
background-color css
<style>
a { background-color: #C2488D; }
a { background-color: rgb(194,72,141); }
div.DivClassName
{
background-color: #C2488D;
}
.BgClassName
{
background-color: #C2488D;
}
</style>
border-color css
<style>
span { border-color: #C2488D; }
span { border-color: rgb(194,72,141); }
td.TdClassName
{
border-color: #C2488D;
}
.TagClassName
{
border-color: #C2488D;
}
</style>