Shades of Mulberry #C75A9F
Tints of Mulberry #C75A9F
RGB
CMYK
RGB Variations
Color information
#C75A9F (or 0xC75A9F) is known color: Mulberry. HEX triplet: C7, 5A and 9F. RGB value is (199,90,159). Sum of RGB (Red+Green+Blue) = 199+90+159=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 90 (35.55% from 255 or 20.09% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75A9F is #38A560. Grayscale: #828282. Windows color (decimal): -3712353 or 10443463. OLE color: 10443463.
HSL color Cylindrical-coordinate representation of color #C75A9F: hue angle of 322.02º 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 #C75A9F is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 90 | 159 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.22 |
| HSL | 322.02º | 0.49% | 0.57% | - |
| HSV(B) | 322.02º | 0.55% | 0.78% | - |
| XYZ | 33.47 | 21.96 | 35.28 | - |
| YUV | 130.46 | 144.11 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 90 | 159 | 0 | 0.55 | 0.20 | 0.22 | 322.02 | 0.49 | 0.57 |
| Hex | C7 | 5A | 9F | 0 | 37 | 14 | 16 | 142 | 31 | 39 |
| Octal | 307 | 132 | 237 | 0 | 67 | 24 | 26 | 502 | 61 | 71 |
| Binary | 11000111 | 1011010 | 10011111 | 0 | 110111 | 10100 | 10110 | 101000010 | 110001 | 111001 |
Color Harmonies of #C75A9F
Complementary color
Monochromatic Colors of #C75A9F
Black with #C75A9F
Text Example
Text Example
White with #C75A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75A9F; }
p { color: rgb(199,90,159); }
H1.HeaderClassName
{
color: #C75A9F;
}
.AnyTagClassName
{
color: #C75A9F;
}
</style>
background-color css
<style>
a { background-color: #C75A9F; }
a { background-color: rgb(199,90,159); }
div.DivClassName
{
background-color: #C75A9F;
}
.BgClassName
{
background-color: #C75A9F;
}
</style>
border-color css
<style>
span { border-color: #C75A9F; }
span { border-color: rgb(199,90,159); }
td.TdClassName
{
border-color: #C75A9F;
}
.TagClassName
{
border-color: #C75A9F;
}
</style>