Shades of Mulberry #C75A8B
Tints of Mulberry #C75A8B
RGB
CMYK
RGB Variations
Color information
#C75A8B (or 0xC75A8B) is known color: Mulberry. HEX triplet: C7, 5A and 8B. RGB value is (199,90,139). Sum of RGB (Red+Green+Blue) = 199+90+139=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 90 (35.55% from 255 or 21.03% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75A8B is #38A574. Grayscale: #808080. Windows color (decimal): -3712373 or 9132743. OLE color: 9132743.
HSL color Cylindrical-coordinate representation of color #C75A8B: hue angle of 333.03º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C75A8B is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 90 | 139 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.22 |
| HSL | 333.03º | 0.49% | 0.57% | - |
| HSV(B) | 333.03º | 0.55% | 0.78% | - |
| XYZ | 31.87 | 21.32 | 26.86 | - |
| YUV | 128.18 | 134.11 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 90 | 139 | 0 | 0.55 | 0.30 | 0.22 | 333.03 | 0.49 | 0.57 |
| Hex | C7 | 5A | 8B | 0 | 37 | 1E | 16 | 14D | 31 | 39 |
| Octal | 307 | 132 | 213 | 0 | 67 | 36 | 26 | 515 | 61 | 71 |
| Binary | 11000111 | 1011010 | 10001011 | 0 | 110111 | 11110 | 10110 | 101001101 | 110001 | 111001 |
Color Harmonies of #C75A8B
Complementary color
Monochromatic Colors of #C75A8B
Black with #C75A8B
Text Example
Text Example
White with #C75A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75A8B; }
p { color: rgb(199,90,139); }
H1.HeaderClassName
{
color: #C75A8B;
}
.AnyTagClassName
{
color: #C75A8B;
}
</style>
background-color css
<style>
a { background-color: #C75A8B; }
a { background-color: rgb(199,90,139); }
div.DivClassName
{
background-color: #C75A8B;
}
.BgClassName
{
background-color: #C75A8B;
}
</style>
border-color css
<style>
span { border-color: #C75A8B; }
span { border-color: rgb(199,90,139); }
td.TdClassName
{
border-color: #C75A8B;
}
.TagClassName
{
border-color: #C75A8B;
}
</style>