Shades of Mulberry #C75699
Tints of Mulberry #C75699
RGB
CMYK
RGB Variations
Color information
#C75699 (or 0xC75699) is known color: Mulberry. HEX triplet: C7, 56 and 99. RGB value is (199,86,153). Sum of RGB (Red+Green+Blue) = 199+86+153=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 86 (33.98% from 255 or 19.63% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C75699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75699 is #38A966. Grayscale: #7F7F7F. Windows color (decimal): -3713383 or 10049223. OLE color: 10049223.
HSL color Cylindrical-coordinate representation of color #C75699: hue angle of 324.42º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C75699 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 86 | 153 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.22 |
| HSL | 324.42º | 0.5% | 0.56% | - |
| HSV(B) | 324.42º | 0.57% | 0.78% | - |
| XYZ | 32.63 | 21.1 | 32.49 | - |
| YUV | 127.43 | 142.44 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 86 | 153 | 0 | 0.57 | 0.23 | 0.22 | 324.42 | 0.5 | 0.56 |
| Hex | C7 | 56 | 99 | 0 | 39 | 17 | 16 | 144 | 32 | 38 |
| Octal | 307 | 126 | 231 | 0 | 71 | 27 | 26 | 504 | 62 | 70 |
| Binary | 11000111 | 1010110 | 10011001 | 0 | 111001 | 10111 | 10110 | 101000100 | 110010 | 111000 |
Color Harmonies of #C75699
Complementary color
Monochromatic Colors of #C75699
Black with #C75699
Text Example
Text Example
White with #C75699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75699; }
p { color: rgb(199,86,153); }
H1.HeaderClassName
{
color: #C75699;
}
.AnyTagClassName
{
color: #C75699;
}
</style>
background-color css
<style>
a { background-color: #C75699; }
a { background-color: rgb(199,86,153); }
div.DivClassName
{
background-color: #C75699;
}
.BgClassName
{
background-color: #C75699;
}
</style>
border-color css
<style>
span { border-color: #C75699; }
span { border-color: rgb(199,86,153); }
td.TdClassName
{
border-color: #C75699;
}
.TagClassName
{
border-color: #C75699;
}
</style>