Shades of Mulberry #C75D93
Tints of Mulberry #C75D93
RGB
CMYK
RGB Variations
Color information
#C75D93 (or 0xC75D93) is known color: Mulberry. HEX triplet: C7, 5D and 93. RGB value is (199,93,147). Sum of RGB (Red+Green+Blue) = 199+93+147=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 93 (36.72% from 255 or 21.18% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 199 - color contains mainly: red. Hex color #C75D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75D93 is #38A26C. Grayscale: #828282. Windows color (decimal): -3711597 or 9657799. OLE color: 9657799.
HSL color Cylindrical-coordinate representation of color #C75D93: hue angle of 329.43º 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 #C75D93 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 93 | 147 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.22 |
| HSL | 329.43º | 0.49% | 0.57% | - |
| HSV(B) | 329.43º | 0.53% | 0.78% | - |
| XYZ | 32.73 | 22.08 | 30.14 | - |
| YUV | 130.85 | 137.12 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 93 | 147 | 0 | 0.53 | 0.26 | 0.22 | 329.43 | 0.49 | 0.57 |
| Hex | C7 | 5D | 93 | 0 | 35 | 1A | 16 | 149 | 31 | 39 |
| Octal | 307 | 135 | 223 | 0 | 65 | 32 | 26 | 511 | 61 | 71 |
| Binary | 11000111 | 1011101 | 10010011 | 0 | 110101 | 11010 | 10110 | 101001001 | 110001 | 111001 |
Color Harmonies of #C75D93
Complementary color
Monochromatic Colors of #C75D93
Black with #C75D93
Text Example
Text Example
White with #C75D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75D93; }
p { color: rgb(199,93,147); }
H1.HeaderClassName
{
color: #C75D93;
}
.AnyTagClassName
{
color: #C75D93;
}
</style>
background-color css
<style>
a { background-color: #C75D93; }
a { background-color: rgb(199,93,147); }
div.DivClassName
{
background-color: #C75D93;
}
.BgClassName
{
background-color: #C75D93;
}
</style>
border-color css
<style>
span { border-color: #C75D93; }
span { border-color: rgb(199,93,147); }
td.TdClassName
{
border-color: #C75D93;
}
.TagClassName
{
border-color: #C75D93;
}
</style>