Shades of Mulberry #C25C9C
Tints of Mulberry #C25C9C
RGB
CMYK
RGB Variations
Color information
#C25C9C (or 0xC25C9C) is known color: Mulberry. HEX triplet: C2, 5C and 9C. RGB value is (194,92,156). Sum of RGB (Red+Green+Blue) = 194+92+156=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 92 (36.33% from 255 or 20.81% from 442); Blue value is 156 (61.33% from 255 or 35.29% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25C9C is #3DA363. Grayscale: #818181. Windows color (decimal): -4039524 or 10247362. OLE color: 10247362.
HSL color Cylindrical-coordinate representation of color #C25C9C: hue angle of 322.35º 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 #C25C9C is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 92 | 156 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.24 |
| HSL | 322.35º | 0.46% | 0.56% | - |
| HSV(B) | 322.35º | 0.53% | 0.76% | - |
| XYZ | 32.08 | 21.52 | 33.92 | - |
| YUV | 129.79 | 142.79 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 156 | 0 | 0.53 | 0.20 | 0.24 | 322.35 | 0.46 | 0.56 |
| Hex | C2 | 5C | 9C | 0 | 35 | 14 | 18 | 142 | 2E | 38 |
| Octal | 302 | 134 | 234 | 0 | 65 | 24 | 30 | 502 | 56 | 70 |
| Binary | 11000010 | 1011100 | 10011100 | 0 | 110101 | 10100 | 11000 | 101000010 | 101110 | 111000 |
Color Harmonies of #C25C9C
Complementary color
Monochromatic Colors of #C25C9C
Black with #C25C9C
Text Example
Text Example
White with #C25C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25C9C; }
p { color: rgb(194,92,156); }
H1.HeaderClassName
{
color: #C25C9C;
}
.AnyTagClassName
{
color: #C25C9C;
}
</style>
background-color css
<style>
a { background-color: #C25C9C; }
a { background-color: rgb(194,92,156); }
div.DivClassName
{
background-color: #C25C9C;
}
.BgClassName
{
background-color: #C25C9C;
}
</style>
border-color css
<style>
span { border-color: #C25C9C; }
span { border-color: rgb(194,92,156); }
td.TdClassName
{
border-color: #C25C9C;
}
.TagClassName
{
border-color: #C25C9C;
}
</style>