Shades of Mulberry #C75D94
Tints of Mulberry #C75D94
RGB
CMYK
RGB Variations
Color information
#C75D94 (or 0xC75D94) is known color: Mulberry. HEX triplet: C7, 5D and 94. RGB value is (199,93,148). Sum of RGB (Red+Green+Blue) = 199+93+148=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 93 (36.72% from 255 or 21.14% from 440); Blue value is 148 (58.20% from 255 or 33.64% from 440); Max value from RGB is 199 - color contains mainly: red. Hex color #C75D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75D94 is #38A26B. Grayscale: #828282. Windows color (decimal): -3711596 or 9723335. OLE color: 9723335.
HSL color Cylindrical-coordinate representation of color #C75D94: hue angle of 328.87º 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 #C75D94 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 93 | 148 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.22 |
| HSL | 328.87º | 0.49% | 0.57% | - |
| HSV(B) | 328.87º | 0.53% | 0.78% | - |
| XYZ | 32.81 | 22.11 | 30.56 | - |
| YUV | 130.96 | 137.62 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 93 | 148 | 0 | 0.53 | 0.26 | 0.22 | 328.87 | 0.49 | 0.57 |
| Hex | C7 | 5D | 94 | 0 | 35 | 1A | 16 | 149 | 31 | 39 |
| Octal | 307 | 135 | 224 | 0 | 65 | 32 | 26 | 511 | 61 | 71 |
| Binary | 11000111 | 1011101 | 10010100 | 0 | 110101 | 11010 | 10110 | 101001001 | 110001 | 111001 |
Color Harmonies of #C75D94
Complementary color
Monochromatic Colors of #C75D94
Black with #C75D94
Text Example
Text Example
White with #C75D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75D94; }
p { color: rgb(199,93,148); }
H1.HeaderClassName
{
color: #C75D94;
}
.AnyTagClassName
{
color: #C75D94;
}
</style>
background-color css
<style>
a { background-color: #C75D94; }
a { background-color: rgb(199,93,148); }
div.DivClassName
{
background-color: #C75D94;
}
.BgClassName
{
background-color: #C75D94;
}
</style>
border-color css
<style>
span { border-color: #C75D94; }
span { border-color: rgb(199,93,148); }
td.TdClassName
{
border-color: #C75D94;
}
.TagClassName
{
border-color: #C75D94;
}
</style>