Shades of Mulberry #C75AA0
Tints of Mulberry #C75AA0
RGB
CMYK
RGB Variations
Color information
#C75AA0 (or 0xC75AA0) is known color: Mulberry. HEX triplet: C7, 5A and A0. RGB value is (199,90,160). Sum of RGB (Red+Green+Blue) = 199+90+160=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 199 - color contains mainly: red. Hex color #C75AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75AA0 is #38A55F. Grayscale: #828282. Windows color (decimal): -3712352 or 10508999. OLE color: 10508999.
HSL color Cylindrical-coordinate representation of color #C75AA0: hue angle of 321.47º 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 #C75AA0 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 90 | 160 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.22 |
| HSL | 321.47º | 0.49% | 0.57% | - |
| HSV(B) | 321.47º | 0.55% | 0.78% | - |
| XYZ | 33.55 | 21.99 | 35.73 | - |
| YUV | 130.57 | 144.61 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 90 | 160 | 0 | 0.55 | 0.20 | 0.22 | 321.47 | 0.49 | 0.57 |
| Hex | C7 | 5A | A0 | 0 | 37 | 14 | 16 | 141 | 31 | 39 |
| Octal | 307 | 132 | 240 | 0 | 67 | 24 | 26 | 501 | 61 | 71 |
| Binary | 11000111 | 1011010 | 10100000 | 0 | 110111 | 10100 | 10110 | 101000001 | 110001 | 111001 |
Color Harmonies of #C75AA0
Complementary color
Monochromatic Colors of #C75AA0
Black with #C75AA0
Text Example
Text Example
White with #C75AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75AA0; }
p { color: rgb(199,90,160); }
H1.HeaderClassName
{
color: #C75AA0;
}
.AnyTagClassName
{
color: #C75AA0;
}
</style>
background-color css
<style>
a { background-color: #C75AA0; }
a { background-color: rgb(199,90,160); }
div.DivClassName
{
background-color: #C75AA0;
}
.BgClassName
{
background-color: #C75AA0;
}
</style>
border-color css
<style>
span { border-color: #C75AA0; }
span { border-color: rgb(199,90,160); }
td.TdClassName
{
border-color: #C75AA0;
}
.TagClassName
{
border-color: #C75AA0;
}
</style>