Shades of Mulberry #C25C8C
Tints of Mulberry #C25C8C
RGB
CMYK
RGB Variations
Color information
#C25C8C (or 0xC25C8C) is known color: Mulberry. HEX triplet: C2, 5C and 8C. RGB value is (194,92,140). Sum of RGB (Red+Green+Blue) = 194+92+140=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25C8C is #3DA373. Grayscale: #7F7F7F. Windows color (decimal): -4039540 or 9198786. OLE color: 9198786.
HSL color Cylindrical-coordinate representation of color #C25C8C: hue angle of 331.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 #C25C8C is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 92 | 140 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.24 |
| HSL | 331.76º | 0.46% | 0.56% | - |
| HSV(B) | 331.76º | 0.53% | 0.76% | - |
| XYZ | 30.81 | 21.02 | 27.24 | - |
| YUV | 127.97 | 134.79 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 140 | 0 | 0.53 | 0.28 | 0.24 | 331.76 | 0.46 | 0.56 |
| Hex | C2 | 5C | 8C | 0 | 35 | 1C | 18 | 14C | 2E | 38 |
| Octal | 302 | 134 | 214 | 0 | 65 | 34 | 30 | 514 | 56 | 70 |
| Binary | 11000010 | 1011100 | 10001100 | 0 | 110101 | 11100 | 11000 | 101001100 | 101110 | 111000 |
Color Harmonies of #C25C8C
Complementary color
Monochromatic Colors of #C25C8C
Black with #C25C8C
Text Example
Text Example
White with #C25C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25C8C; }
p { color: rgb(194,92,140); }
H1.HeaderClassName
{
color: #C25C8C;
}
.AnyTagClassName
{
color: #C25C8C;
}
</style>
background-color css
<style>
a { background-color: #C25C8C; }
a { background-color: rgb(194,92,140); }
div.DivClassName
{
background-color: #C25C8C;
}
.BgClassName
{
background-color: #C25C8C;
}
</style>
border-color css
<style>
span { border-color: #C25C8C; }
span { border-color: rgb(194,92,140); }
td.TdClassName
{
border-color: #C25C8C;
}
.TagClassName
{
border-color: #C25C8C;
}
</style>