Shades of Mulberry #C25B8D
Tints of Mulberry #C25B8D
RGB
CMYK
RGB Variations
Color information
#C25B8D (or 0xC25B8D) is known color: Mulberry. HEX triplet: C2, 5B and 8D. RGB value is (194,91,141). Sum of RGB (Red+Green+Blue) = 194+91+141=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 91 (35.94% from 255 or 21.36% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25B8D is #3DA472. Grayscale: #7F7F7F. Windows color (decimal): -4039795 or 9264066. OLE color: 9264066.
HSL color Cylindrical-coordinate representation of color #C25B8D: hue angle of 330.87º 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 #C25B8D is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 91 | 141 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.24 |
| HSL | 330.87º | 0.46% | 0.56% | - |
| HSV(B) | 330.87º | 0.53% | 0.76% | - |
| XYZ | 30.8 | 20.87 | 27.61 | - |
| YUV | 127.5 | 135.62 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 141 | 0 | 0.53 | 0.27 | 0.24 | 330.87 | 0.46 | 0.56 |
| Hex | C2 | 5B | 8D | 0 | 35 | 1B | 18 | 14B | 2E | 38 |
| Octal | 302 | 133 | 215 | 0 | 65 | 33 | 30 | 513 | 56 | 70 |
| Binary | 11000010 | 1011011 | 10001101 | 0 | 110101 | 11011 | 11000 | 101001011 | 101110 | 111000 |
Color Harmonies of #C25B8D
Complementary color
Monochromatic Colors of #C25B8D
Black with #C25B8D
Text Example
Text Example
White with #C25B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25B8D; }
p { color: rgb(194,91,141); }
H1.HeaderClassName
{
color: #C25B8D;
}
.AnyTagClassName
{
color: #C25B8D;
}
</style>
background-color css
<style>
a { background-color: #C25B8D; }
a { background-color: rgb(194,91,141); }
div.DivClassName
{
background-color: #C25B8D;
}
.BgClassName
{
background-color: #C25B8D;
}
</style>
border-color css
<style>
span { border-color: #C25B8D; }
span { border-color: rgb(194,91,141); }
td.TdClassName
{
border-color: #C25B8D;
}
.TagClassName
{
border-color: #C25B8D;
}
</style>