Shades of Mulberry #C75D9F
Tints of Mulberry #C75D9F
RGB
CMYK
RGB Variations
Color information
#C75D9F (or 0xC75D9F) is known color: Mulberry. HEX triplet: C7, 5D and 9F. RGB value is (199,93,159). Sum of RGB (Red+Green+Blue) = 199+93+159=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 93 (36.72% from 255 or 20.62% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 199 - color contains mainly: red. Hex color #C75D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75D9F is #38A260. Grayscale: #848484. Windows color (decimal): -3711585 or 10444231. OLE color: 10444231.
HSL color Cylindrical-coordinate representation of color #C75D9F: hue angle of 322.64º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C75D9F is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 93 | 159 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.22 |
| HSL | 322.64º | 0.49% | 0.57% | - |
| HSV(B) | 322.64º | 0.53% | 0.78% | - |
| XYZ | 33.73 | 22.47 | 35.36 | - |
| YUV | 132.22 | 143.12 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 93 | 159 | 0 | 0.53 | 0.20 | 0.22 | 322.64 | 0.49 | 0.57 |
| Hex | C7 | 5D | 9F | 0 | 35 | 14 | 16 | 143 | 31 | 39 |
| Octal | 307 | 135 | 237 | 0 | 65 | 24 | 26 | 503 | 61 | 71 |
| Binary | 11000111 | 1011101 | 10011111 | 0 | 110101 | 10100 | 10110 | 101000011 | 110001 | 111001 |
Color Harmonies of #C75D9F
Complementary color
Monochromatic Colors of #C75D9F
Black with #C75D9F
Text Example
Text Example
White with #C75D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75D9F; }
p { color: rgb(199,93,159); }
H1.HeaderClassName
{
color: #C75D9F;
}
.AnyTagClassName
{
color: #C75D9F;
}
</style>
background-color css
<style>
a { background-color: #C75D9F; }
a { background-color: rgb(199,93,159); }
div.DivClassName
{
background-color: #C75D9F;
}
.BgClassName
{
background-color: #C75D9F;
}
</style>
border-color css
<style>
span { border-color: #C75D9F; }
span { border-color: rgb(199,93,159); }
td.TdClassName
{
border-color: #C75D9F;
}
.TagClassName
{
border-color: #C75D9F;
}
</style>