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