Shades of Mulberry #C25C8B
Tints of Mulberry #C25C8B
RGB
CMYK
RGB Variations
Color information
#C25C8B (or 0xC25C8B) is known color: Mulberry. HEX triplet: C2, 5C and 8B. RGB value is (194,92,139). Sum of RGB (Red+Green+Blue) = 194+92+139=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 92 (36.33% from 255 or 21.65% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25C8B is #3DA374. Grayscale: #7F7F7F. Windows color (decimal): -4039541 or 9133250. OLE color: 9133250.
HSL color Cylindrical-coordinate representation of color #C25C8B: hue angle of 332.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 #C25C8B is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 92 | 139 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.24 |
| HSL | 332.35º | 0.46% | 0.56% | - |
| HSV(B) | 332.35º | 0.53% | 0.76% | - |
| XYZ | 30.74 | 20.99 | 26.86 | - |
| YUV | 127.86 | 134.29 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 139 | 0 | 0.53 | 0.28 | 0.24 | 332.35 | 0.46 | 0.56 |
| Hex | C2 | 5C | 8B | 0 | 35 | 1C | 18 | 14C | 2E | 38 |
| Octal | 302 | 134 | 213 | 0 | 65 | 34 | 30 | 514 | 56 | 70 |
| Binary | 11000010 | 1011100 | 10001011 | 0 | 110101 | 11100 | 11000 | 101001100 | 101110 | 111000 |
Color Harmonies of #C25C8B
Complementary color
Monochromatic Colors of #C25C8B
Black with #C25C8B
Text Example
Text Example
White with #C25C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25C8B; }
p { color: rgb(194,92,139); }
H1.HeaderClassName
{
color: #C25C8B;
}
.AnyTagClassName
{
color: #C25C8B;
}
</style>
background-color css
<style>
a { background-color: #C25C8B; }
a { background-color: rgb(194,92,139); }
div.DivClassName
{
background-color: #C25C8B;
}
.BgClassName
{
background-color: #C25C8B;
}
</style>
border-color css
<style>
span { border-color: #C25C8B; }
span { border-color: rgb(194,92,139); }
td.TdClassName
{
border-color: #C25C8B;
}
.TagClassName
{
border-color: #C25C8B;
}
</style>