Shades of Mulberry #C75B8F
Tints of Mulberry #C75B8F
RGB
CMYK
RGB Variations
Color information
#C75B8F (or 0xC75B8F) is known color: Mulberry. HEX triplet: C7, 5B and 8F. RGB value is (199,91,143). Sum of RGB (Red+Green+Blue) = 199+91+143=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C75B8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75B8F is #38A470. Grayscale: #818181. Windows color (decimal): -3712113 or 9395143. OLE color: 9395143.
HSL color Cylindrical-coordinate representation of color #C75B8F: hue angle of 331.11º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C75B8F is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 91 | 143 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.22 |
| HSL | 331.11º | 0.49% | 0.57% | - |
| HSV(B) | 331.11º | 0.54% | 0.78% | - |
| XYZ | 32.25 | 21.61 | 28.46 | - |
| YUV | 129.22 | 135.78 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 91 | 143 | 0 | 0.54 | 0.28 | 0.22 | 331.11 | 0.49 | 0.57 |
| Hex | C7 | 5B | 8F | 0 | 36 | 1C | 16 | 14B | 31 | 39 |
| Octal | 307 | 133 | 217 | 0 | 66 | 34 | 26 | 513 | 61 | 71 |
| Binary | 11000111 | 1011011 | 10001111 | 0 | 110110 | 11100 | 10110 | 101001011 | 110001 | 111001 |
Color Harmonies of #C75B8F
Complementary color
Monochromatic Colors of #C75B8F
Black with #C75B8F
Text Example
Text Example
White with #C75B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75B8F; }
p { color: rgb(199,91,143); }
H1.HeaderClassName
{
color: #C75B8F;
}
.AnyTagClassName
{
color: #C75B8F;
}
</style>
background-color css
<style>
a { background-color: #C75B8F; }
a { background-color: rgb(199,91,143); }
div.DivClassName
{
background-color: #C75B8F;
}
.BgClassName
{
background-color: #C75B8F;
}
</style>
border-color css
<style>
span { border-color: #C75B8F; }
span { border-color: rgb(199,91,143); }
td.TdClassName
{
border-color: #C75B8F;
}
.TagClassName
{
border-color: #C75B8F;
}
</style>