Shades of Mulberry #C2528B
Tints of Mulberry #C2528B
RGB
CMYK
RGB Variations
Color information
#C2528B (or 0xC2528B) is known color: Mulberry. HEX triplet: C2, 52 and 8B. RGB value is (194,82,139). Sum of RGB (Red+Green+Blue) = 194+82+139=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C2528B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2528B is #3DAD74. Grayscale: #797979. Windows color (decimal): -4042101 or 9130690. OLE color: 9130690.
HSL color Cylindrical-coordinate representation of color #C2528B: hue angle of 329.46º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C2528B is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 82 | 139 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.24 |
| HSL | 329.46º | 0.48% | 0.54% | - |
| HSV(B) | 329.46º | 0.58% | 0.76% | - |
| XYZ | 29.93 | 19.37 | 26.59 | - |
| YUV | 121.99 | 137.61 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 139 | 0 | 0.58 | 0.28 | 0.24 | 329.46 | 0.48 | 0.54 |
| Hex | C2 | 52 | 8B | 0 | 3A | 1C | 18 | 149 | 30 | 36 |
| Octal | 302 | 122 | 213 | 0 | 72 | 34 | 30 | 511 | 60 | 66 |
| Binary | 11000010 | 1010010 | 10001011 | 0 | 111010 | 11100 | 11000 | 101001001 | 110000 | 110110 |
Color Harmonies of #C2528B
Complementary color
Monochromatic Colors of #C2528B
Black with #C2528B
Text Example
Text Example
White with #C2528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2528B; }
p { color: rgb(194,82,139); }
H1.HeaderClassName
{
color: #C2528B;
}
.AnyTagClassName
{
color: #C2528B;
}
</style>
background-color css
<style>
a { background-color: #C2528B; }
a { background-color: rgb(194,82,139); }
div.DivClassName
{
background-color: #C2528B;
}
.BgClassName
{
background-color: #C2528B;
}
</style>
border-color css
<style>
span { border-color: #C2528B; }
span { border-color: rgb(194,82,139); }
td.TdClassName
{
border-color: #C2528B;
}
.TagClassName
{
border-color: #C2528B;
}
</style>