Shades of Mulberry #C2488A
Tints of Mulberry #C2488A
RGB
CMYK
RGB Variations
Color information
#C2488A (or 0xC2488A) is known color: Mulberry. HEX triplet: C2, 48 and 8A. RGB value is (194,72,138). Sum of RGB (Red+Green+Blue) = 194+72+138=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 72 (28.52% from 255 or 17.82% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C2488A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2488A is #3DB775. Grayscale: #737373. Windows color (decimal): -4044662 or 9062594. OLE color: 9062594.
HSL color Cylindrical-coordinate representation of color #C2488A: hue angle of 327.54º 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 #C2488A is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 72 | 138 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.24 |
| HSL | 327.54º | 0.5% | 0.52% | - |
| HSV(B) | 327.54º | 0.63% | 0.76% | - |
| XYZ | 29.15 | 17.94 | 25.97 | - |
| YUV | 116 | 140.42 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 72 | 138 | 0 | 0.63 | 0.29 | 0.24 | 327.54 | 0.5 | 0.52 |
| Hex | C2 | 48 | 8A | 0 | 3F | 1D | 18 | 148 | 32 | 34 |
| Octal | 302 | 110 | 212 | 0 | 77 | 35 | 30 | 510 | 62 | 64 |
| Binary | 11000010 | 1001000 | 10001010 | 0 | 111111 | 11101 | 11000 | 101001000 | 110010 | 110100 |
Color Harmonies of #C2488A
Complementary color
Monochromatic Colors of #C2488A
Black with #C2488A
Text Example
Text Example
White with #C2488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2488A; }
p { color: rgb(194,72,138); }
H1.HeaderClassName
{
color: #C2488A;
}
.AnyTagClassName
{
color: #C2488A;
}
</style>
background-color css
<style>
a { background-color: #C2488A; }
a { background-color: rgb(194,72,138); }
div.DivClassName
{
background-color: #C2488A;
}
.BgClassName
{
background-color: #C2488A;
}
</style>
border-color css
<style>
span { border-color: #C2488A; }
span { border-color: rgb(194,72,138); }
td.TdClassName
{
border-color: #C2488A;
}
.TagClassName
{
border-color: #C2488A;
}
</style>