Shades of Mulberry #C2529D
Tints of Mulberry #C2529D
RGB
CMYK
RGB Variations
Color information
#C2529D (or 0xC2529D) is known color: Mulberry. HEX triplet: C2, 52 and 9D. RGB value is (194,82,157). Sum of RGB (Red+Green+Blue) = 194+82+157=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C2529D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2529D is #3DAD62. Grayscale: #7B7B7B. Windows color (decimal): -4042083 or 10310338. OLE color: 10310338.
HSL color Cylindrical-coordinate representation of color #C2529D: hue angle of 319.82º 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 #C2529D is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 82 | 157 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.24 |
| HSL | 319.82º | 0.48% | 0.54% | - |
| HSV(B) | 319.82º | 0.58% | 0.76% | - |
| XYZ | 31.35 | 19.94 | 34.09 | - |
| YUV | 124.04 | 146.61 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 157 | 0 | 0.58 | 0.19 | 0.24 | 319.82 | 0.48 | 0.54 |
| Hex | C2 | 52 | 9D | 0 | 3A | 13 | 18 | 140 | 30 | 36 |
| Octal | 302 | 122 | 235 | 0 | 72 | 23 | 30 | 500 | 60 | 66 |
| Binary | 11000010 | 1010010 | 10011101 | 0 | 111010 | 10011 | 11000 | 101000000 | 110000 | 110110 |
Color Harmonies of #C2529D
Complementary color
Monochromatic Colors of #C2529D
Black with #C2529D
Text Example
Text Example
White with #C2529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2529D; }
p { color: rgb(194,82,157); }
H1.HeaderClassName
{
color: #C2529D;
}
.AnyTagClassName
{
color: #C2529D;
}
</style>
background-color css
<style>
a { background-color: #C2529D; }
a { background-color: rgb(194,82,157); }
div.DivClassName
{
background-color: #C2529D;
}
.BgClassName
{
background-color: #C2529D;
}
</style>
border-color css
<style>
span { border-color: #C2529D; }
span { border-color: rgb(194,82,157); }
td.TdClassName
{
border-color: #C2529D;
}
.TagClassName
{
border-color: #C2529D;
}
</style>