Shades of Mulberry #C75189
Tints of Mulberry #C75189
RGB
CMYK
RGB Variations
Color information
#C75189 (or 0xC75189) is known color: Mulberry. HEX triplet: C7, 51 and 89. RGB value is (199,81,137). Sum of RGB (Red+Green+Blue) = 199+81+137=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 137 (53.91% from 255 or 32.85% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C75189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75189 is #38AE76. Grayscale: #7A7A7A. Windows color (decimal): -3714679 or 8999367. OLE color: 8999367.
HSL color Cylindrical-coordinate representation of color #C75189: hue angle of 331.53º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C75189 is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 81 | 137 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.22 |
| HSL | 331.53º | 0.51% | 0.55% | - |
| HSV(B) | 331.53º | 0.59% | 0.78% | - |
| XYZ | 31.01 | 19.83 | 25.86 | - |
| YUV | 122.67 | 136.09 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 81 | 137 | 0 | 0.59 | 0.31 | 0.22 | 331.53 | 0.51 | 0.55 |
| Hex | C7 | 51 | 89 | 0 | 3B | 1F | 16 | 14C | 33 | 37 |
| Octal | 307 | 121 | 211 | 0 | 73 | 37 | 26 | 514 | 63 | 67 |
| Binary | 11000111 | 1010001 | 10001001 | 0 | 111011 | 11111 | 10110 | 101001100 | 110011 | 110111 |
Color Harmonies of #C75189
Complementary color
Monochromatic Colors of #C75189
Black with #C75189
Text Example
Text Example
White with #C75189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75189; }
p { color: rgb(199,81,137); }
H1.HeaderClassName
{
color: #C75189;
}
.AnyTagClassName
{
color: #C75189;
}
</style>
background-color css
<style>
a { background-color: #C75189; }
a { background-color: rgb(199,81,137); }
div.DivClassName
{
background-color: #C75189;
}
.BgClassName
{
background-color: #C75189;
}
</style>
border-color css
<style>
span { border-color: #C75189; }
span { border-color: rgb(199,81,137); }
td.TdClassName
{
border-color: #C75189;
}
.TagClassName
{
border-color: #C75189;
}
</style>