Shades of Mulberry #C75781
Tints of Mulberry #C75781
RGB
CMYK
RGB Variations
Color information
#C75781 (or 0xC75781) is known color: Mulberry. HEX triplet: C7, 57 and 81. RGB value is (199,87,129). Sum of RGB (Red+Green+Blue) = 199+87+129=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 87 (34.38% from 255 or 20.96% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C75781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75781 is #38A87E. Grayscale: #7D7D7D. Windows color (decimal): -3713151 or 8476615. OLE color: 8476615.
HSL color Cylindrical-coordinate representation of color #C75781: hue angle of 337.5º 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 #C75781 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 87 | 129 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.22 |
| HSL | 337.5º | 0.5% | 0.56% | - |
| HSV(B) | 337.5º | 0.56% | 0.78% | - |
| XYZ | 30.92 | 20.54 | 23.1 | - |
| YUV | 125.28 | 130.11 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 87 | 129 | 0 | 0.56 | 0.35 | 0.22 | 337.5 | 0.5 | 0.56 |
| Hex | C7 | 57 | 81 | 0 | 38 | 23 | 16 | 152 | 32 | 38 |
| Octal | 307 | 127 | 201 | 0 | 70 | 43 | 26 | 522 | 62 | 70 |
| Binary | 11000111 | 1010111 | 10000001 | 0 | 111000 | 100011 | 10110 | 101010010 | 110010 | 111000 |
Color Harmonies of #C75781
Complementary color
Monochromatic Colors of #C75781
Black with #C75781
Text Example
Text Example
White with #C75781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75781; }
p { color: rgb(199,87,129); }
H1.HeaderClassName
{
color: #C75781;
}
.AnyTagClassName
{
color: #C75781;
}
</style>
background-color css
<style>
a { background-color: #C75781; }
a { background-color: rgb(199,87,129); }
div.DivClassName
{
background-color: #C75781;
}
.BgClassName
{
background-color: #C75781;
}
</style>
border-color css
<style>
span { border-color: #C75781; }
span { border-color: rgb(199,87,129); }
td.TdClassName
{
border-color: #C75781;
}
.TagClassName
{
border-color: #C75781;
}
</style>