Shades of Mulberry #C25A8D
Tints of Mulberry #C25A8D
RGB
CMYK
RGB Variations
Color information
#C25A8D (or 0xC25A8D) is known color: Mulberry. HEX triplet: C2, 5A and 8D. RGB value is (194,90,141). Sum of RGB (Red+Green+Blue) = 194+90+141=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25A8D is #3DA572. Grayscale: #7E7E7E. Windows color (decimal): -4040051 or 9263810. OLE color: 9263810.
HSL color Cylindrical-coordinate representation of color #C25A8D: hue angle of 330.58º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C25A8D is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 90 | 141 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.24 |
| HSL | 330.58º | 0.46% | 0.56% | - |
| HSV(B) | 330.58º | 0.54% | 0.76% | - |
| XYZ | 30.71 | 20.7 | 27.58 | - |
| YUV | 126.91 | 135.96 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 141 | 0 | 0.54 | 0.27 | 0.24 | 330.58 | 0.46 | 0.56 |
| Hex | C2 | 5A | 8D | 0 | 36 | 1B | 18 | 14B | 2E | 38 |
| Octal | 302 | 132 | 215 | 0 | 66 | 33 | 30 | 513 | 56 | 70 |
| Binary | 11000010 | 1011010 | 10001101 | 0 | 110110 | 11011 | 11000 | 101001011 | 101110 | 111000 |
Color Harmonies of #C25A8D
Complementary color
Monochromatic Colors of #C25A8D
Black with #C25A8D
Text Example
Text Example
White with #C25A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25A8D; }
p { color: rgb(194,90,141); }
H1.HeaderClassName
{
color: #C25A8D;
}
.AnyTagClassName
{
color: #C25A8D;
}
</style>
background-color css
<style>
a { background-color: #C25A8D; }
a { background-color: rgb(194,90,141); }
div.DivClassName
{
background-color: #C25A8D;
}
.BgClassName
{
background-color: #C25A8D;
}
</style>
border-color css
<style>
span { border-color: #C25A8D; }
span { border-color: rgb(194,90,141); }
td.TdClassName
{
border-color: #C25A8D;
}
.TagClassName
{
border-color: #C25A8D;
}
</style>