Shades of Mulberry #C75DA0
Tints of Mulberry #C75DA0
RGB
CMYK
RGB Variations
Color information
#C75DA0 (or 0xC75DA0) is known color: Mulberry. HEX triplet: C7, 5D and A0. RGB value is (199,93,160). Sum of RGB (Red+Green+Blue) = 199+93+160=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 199 - color contains mainly: red. Hex color #C75DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75DA0 is #38A25F. Grayscale: #848484. Windows color (decimal): -3711584 or 10509767. OLE color: 10509767.
HSL color Cylindrical-coordinate representation of color #C75DA0: hue angle of 322.08º 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 #C75DA0 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 93 | 160 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.22 |
| HSL | 322.08º | 0.49% | 0.57% | - |
| HSV(B) | 322.08º | 0.53% | 0.78% | - |
| XYZ | 33.81 | 22.51 | 35.82 | - |
| YUV | 132.33 | 143.62 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 93 | 160 | 0 | 0.53 | 0.20 | 0.22 | 322.08 | 0.49 | 0.57 |
| Hex | C7 | 5D | A0 | 0 | 35 | 14 | 16 | 142 | 31 | 39 |
| Octal | 307 | 135 | 240 | 0 | 65 | 24 | 26 | 502 | 61 | 71 |
| Binary | 11000111 | 1011101 | 10100000 | 0 | 110101 | 10100 | 10110 | 101000010 | 110001 | 111001 |
Color Harmonies of #C75DA0
Complementary color
Monochromatic Colors of #C75DA0
Black with #C75DA0
Text Example
Text Example
White with #C75DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75DA0; }
p { color: rgb(199,93,160); }
H1.HeaderClassName
{
color: #C75DA0;
}
.AnyTagClassName
{
color: #C75DA0;
}
</style>
background-color css
<style>
a { background-color: #C75DA0; }
a { background-color: rgb(199,93,160); }
div.DivClassName
{
background-color: #C75DA0;
}
.BgClassName
{
background-color: #C75DA0;
}
</style>
border-color css
<style>
span { border-color: #C75DA0; }
span { border-color: rgb(199,93,160); }
td.TdClassName
{
border-color: #C75DA0;
}
.TagClassName
{
border-color: #C75DA0;
}
</style>