Shades of Mulberry #C25C9D
Tints of Mulberry #C25C9D
RGB
CMYK
RGB Variations
Color information
#C25C9D (or 0xC25C9D) is known color: Mulberry. HEX triplet: C2, 5C and 9D. RGB value is (194,92,157). Sum of RGB (Red+Green+Blue) = 194+92+157=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 92 (36.33% from 255 or 20.77% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25C9D is #3DA362. Grayscale: #818181. Windows color (decimal): -4039523 or 10312898. OLE color: 10312898.
HSL color Cylindrical-coordinate representation of color #C25C9D: hue angle of 321.76º 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 #C25C9D is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 92 | 157 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.24 |
| HSL | 321.76º | 0.46% | 0.56% | - |
| HSV(B) | 321.76º | 0.53% | 0.76% | - |
| XYZ | 32.16 | 21.56 | 34.36 | - |
| YUV | 129.91 | 143.29 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 157 | 0 | 0.53 | 0.19 | 0.24 | 321.76 | 0.46 | 0.56 |
| Hex | C2 | 5C | 9D | 0 | 35 | 13 | 18 | 142 | 2E | 38 |
| Octal | 302 | 134 | 235 | 0 | 65 | 23 | 30 | 502 | 56 | 70 |
| Binary | 11000010 | 1011100 | 10011101 | 0 | 110101 | 10011 | 11000 | 101000010 | 101110 | 111000 |
Color Harmonies of #C25C9D
Complementary color
Monochromatic Colors of #C25C9D
Black with #C25C9D
Text Example
Text Example
White with #C25C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25C9D; }
p { color: rgb(194,92,157); }
H1.HeaderClassName
{
color: #C25C9D;
}
.AnyTagClassName
{
color: #C25C9D;
}
</style>
background-color css
<style>
a { background-color: #C25C9D; }
a { background-color: rgb(194,92,157); }
div.DivClassName
{
background-color: #C25C9D;
}
.BgClassName
{
background-color: #C25C9D;
}
</style>
border-color css
<style>
span { border-color: #C25C9D; }
span { border-color: rgb(194,92,157); }
td.TdClassName
{
border-color: #C25C9D;
}
.TagClassName
{
border-color: #C25C9D;
}
</style>