Shades of Mulberry #C2509D
Tints of Mulberry #C2509D
RGB
CMYK
RGB Variations
Color information
#C2509D (or 0xC2509D) is known color: Mulberry. HEX triplet: C2, 50 and 9D. RGB value is (194,80,157). Sum of RGB (Red+Green+Blue) = 194+80+157=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C2509D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2509D is #3DAF62. Grayscale: #7A7A7A. Windows color (decimal): -4042595 or 10309826. OLE color: 10309826.
HSL color Cylindrical-coordinate representation of color #C2509D: hue angle of 319.47º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2509D is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 80 | 157 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.24 |
| HSL | 319.47º | 0.48% | 0.54% | - |
| HSV(B) | 319.47º | 0.59% | 0.76% | - |
| XYZ | 31.2 | 19.64 | 34.04 | - |
| YUV | 122.86 | 147.27 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 157 | 0 | 0.59 | 0.19 | 0.24 | 319.47 | 0.48 | 0.54 |
| Hex | C2 | 50 | 9D | 0 | 3B | 13 | 18 | 13F | 30 | 36 |
| Octal | 302 | 120 | 235 | 0 | 73 | 23 | 30 | 477 | 60 | 66 |
| Binary | 11000010 | 1010000 | 10011101 | 0 | 111011 | 10011 | 11000 | 100111111 | 110000 | 110110 |
Color Harmonies of #C2509D
Complementary color
Monochromatic Colors of #C2509D
Black with #C2509D
Text Example
Text Example
White with #C2509D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2509D; }
p { color: rgb(194,80,157); }
H1.HeaderClassName
{
color: #C2509D;
}
.AnyTagClassName
{
color: #C2509D;
}
</style>
background-color css
<style>
a { background-color: #C2509D; }
a { background-color: rgb(194,80,157); }
div.DivClassName
{
background-color: #C2509D;
}
.BgClassName
{
background-color: #C2509D;
}
</style>
border-color css
<style>
span { border-color: #C2509D; }
span { border-color: rgb(194,80,157); }
td.TdClassName
{
border-color: #C2509D;
}
.TagClassName
{
border-color: #C2509D;
}
</style>