Shades of Mulberry #C2529B
Tints of Mulberry #C2529B
RGB
CMYK
RGB Variations
Color information
#C2529B (or 0xC2529B) is known color: Mulberry. HEX triplet: C2, 52 and 9B. RGB value is (194,82,155). Sum of RGB (Red+Green+Blue) = 194+82+155=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C2529B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2529B is #3DAD64. Grayscale: #7B7B7B. Windows color (decimal): -4042085 or 10179266. OLE color: 10179266.
HSL color Cylindrical-coordinate representation of color #C2529B: hue angle of 320.89º 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 #C2529B is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 82 | 155 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.24 |
| HSL | 320.89º | 0.48% | 0.54% | - |
| HSV(B) | 320.89º | 0.58% | 0.76% | - |
| XYZ | 31.18 | 19.87 | 33.2 | - |
| YUV | 123.81 | 145.61 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 155 | 0 | 0.58 | 0.20 | 0.24 | 320.89 | 0.48 | 0.54 |
| Hex | C2 | 52 | 9B | 0 | 3A | 14 | 18 | 141 | 30 | 36 |
| Octal | 302 | 122 | 233 | 0 | 72 | 24 | 30 | 501 | 60 | 66 |
| Binary | 11000010 | 1010010 | 10011011 | 0 | 111010 | 10100 | 11000 | 101000001 | 110000 | 110110 |
Color Harmonies of #C2529B
Complementary color
Monochromatic Colors of #C2529B
Black with #C2529B
Text Example
Text Example
White with #C2529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2529B; }
p { color: rgb(194,82,155); }
H1.HeaderClassName
{
color: #C2529B;
}
.AnyTagClassName
{
color: #C2529B;
}
</style>
background-color css
<style>
a { background-color: #C2529B; }
a { background-color: rgb(194,82,155); }
div.DivClassName
{
background-color: #C2529B;
}
.BgClassName
{
background-color: #C2529B;
}
</style>
border-color css
<style>
span { border-color: #C2529B; }
span { border-color: rgb(194,82,155); }
td.TdClassName
{
border-color: #C2529B;
}
.TagClassName
{
border-color: #C2529B;
}
</style>