Shades of Mulberry #C25B9E
Tints of Mulberry #C25B9E
RGB
CMYK
RGB Variations
Color information
#C25B9E (or 0xC25B9E) is known color: Mulberry. HEX triplet: C2, 5B and 9E. RGB value is (194,91,158). Sum of RGB (Red+Green+Blue) = 194+91+158=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 91 (35.94% from 255 or 20.54% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25B9E is #3DA461. Grayscale: #818181. Windows color (decimal): -4039778 or 10378178. OLE color: 10378178.
HSL color Cylindrical-coordinate representation of color #C25B9E: hue angle of 320.97º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C25B9E is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 91 | 158 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.24 |
| HSL | 320.97º | 0.46% | 0.56% | - |
| HSV(B) | 320.97º | 0.53% | 0.76% | - |
| XYZ | 32.16 | 21.42 | 34.79 | - |
| YUV | 129.44 | 144.12 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 158 | 0 | 0.53 | 0.19 | 0.24 | 320.97 | 0.46 | 0.56 |
| Hex | C2 | 5B | 9E | 0 | 35 | 13 | 18 | 141 | 2E | 38 |
| Octal | 302 | 133 | 236 | 0 | 65 | 23 | 30 | 501 | 56 | 70 |
| Binary | 11000010 | 1011011 | 10011110 | 0 | 110101 | 10011 | 11000 | 101000001 | 101110 | 111000 |
Color Harmonies of #C25B9E
Complementary color
Monochromatic Colors of #C25B9E
Black with #C25B9E
Text Example
Text Example
White with #C25B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25B9E; }
p { color: rgb(194,91,158); }
H1.HeaderClassName
{
color: #C25B9E;
}
.AnyTagClassName
{
color: #C25B9E;
}
</style>
background-color css
<style>
a { background-color: #C25B9E; }
a { background-color: rgb(194,91,158); }
div.DivClassName
{
background-color: #C25B9E;
}
.BgClassName
{
background-color: #C25B9E;
}
</style>
border-color css
<style>
span { border-color: #C25B9E; }
span { border-color: rgb(194,91,158); }
td.TdClassName
{
border-color: #C25B9E;
}
.TagClassName
{
border-color: #C25B9E;
}
</style>