Shades of Mulberry #C75881
Tints of Mulberry #C75881
RGB
CMYK
RGB Variations
Color information
#C75881 (or 0xC75881) is known color: Mulberry. HEX triplet: C7, 58 and 81. RGB value is (199,88,129). Sum of RGB (Red+Green+Blue) = 199+88+129=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C75881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75881 is #38A77E. Grayscale: #7D7D7D. Windows color (decimal): -3712895 or 8476871. OLE color: 8476871.
HSL color Cylindrical-coordinate representation of color #C75881: hue angle of 337.84º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C75881 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 88 | 129 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.22 |
| HSL | 337.84º | 0.5% | 0.56% | - |
| HSV(B) | 337.84º | 0.56% | 0.78% | - |
| XYZ | 31.01 | 20.71 | 23.13 | - |
| YUV | 125.86 | 129.77 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 88 | 129 | 0 | 0.56 | 0.35 | 0.22 | 337.84 | 0.5 | 0.56 |
| Hex | C7 | 58 | 81 | 0 | 38 | 23 | 16 | 152 | 32 | 38 |
| Octal | 307 | 130 | 201 | 0 | 70 | 43 | 26 | 522 | 62 | 70 |
| Binary | 11000111 | 1011000 | 10000001 | 0 | 111000 | 100011 | 10110 | 101010010 | 110010 | 111000 |
Color Harmonies of #C75881
Complementary color
Monochromatic Colors of #C75881
Black with #C75881
Text Example
Text Example
White with #C75881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75881; }
p { color: rgb(199,88,129); }
H1.HeaderClassName
{
color: #C75881;
}
.AnyTagClassName
{
color: #C75881;
}
</style>
background-color css
<style>
a { background-color: #C75881; }
a { background-color: rgb(199,88,129); }
div.DivClassName
{
background-color: #C75881;
}
.BgClassName
{
background-color: #C75881;
}
</style>
border-color css
<style>
span { border-color: #C75881; }
span { border-color: rgb(199,88,129); }
td.TdClassName
{
border-color: #C75881;
}
.TagClassName
{
border-color: #C75881;
}
</style>