Shades of Mulberry #C75498
Tints of Mulberry #C75498
RGB
CMYK
RGB Variations
Color information
#C75498 (or 0xC75498) is known color: Mulberry. HEX triplet: C7, 54 and 98. RGB value is (199,84,152). Sum of RGB (Red+Green+Blue) = 199+84+152=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 152 (59.77% from 255 or 34.94% from 435); Max value from RGB is 199 - color contains mainly: red. Hex color #C75498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75498 is #38AB67. Grayscale: #7D7D7D. Windows color (decimal): -3713896 or 9983175. OLE color: 9983175.
HSL color Cylindrical-coordinate representation of color #C75498: hue angle of 324.52º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C75498 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 84 | 152 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.22 |
| HSL | 324.52º | 0.51% | 0.55% | - |
| HSV(B) | 324.52º | 0.58% | 0.78% | - |
| XYZ | 32.39 | 20.75 | 32 | - |
| YUV | 126.14 | 142.6 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 84 | 152 | 0 | 0.58 | 0.24 | 0.22 | 324.52 | 0.51 | 0.55 |
| Hex | C7 | 54 | 98 | 0 | 3A | 18 | 16 | 145 | 33 | 37 |
| Octal | 307 | 124 | 230 | 0 | 72 | 30 | 26 | 505 | 63 | 67 |
| Binary | 11000111 | 1010100 | 10011000 | 0 | 111010 | 11000 | 10110 | 101000101 | 110011 | 110111 |
Color Harmonies of #C75498
Complementary color
Monochromatic Colors of #C75498
Black with #C75498
Text Example
Text Example
White with #C75498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75498; }
p { color: rgb(199,84,152); }
H1.HeaderClassName
{
color: #C75498;
}
.AnyTagClassName
{
color: #C75498;
}
</style>
background-color css
<style>
a { background-color: #C75498; }
a { background-color: rgb(199,84,152); }
div.DivClassName
{
background-color: #C75498;
}
.BgClassName
{
background-color: #C75498;
}
</style>
border-color css
<style>
span { border-color: #C75498; }
span { border-color: rgb(199,84,152); }
td.TdClassName
{
border-color: #C75498;
}
.TagClassName
{
border-color: #C75498;
}
</style>