Shades of Mulberry #C75AA1
Tints of Mulberry #C75AA1
RGB
CMYK
RGB Variations
Color information
#C75AA1 (or 0xC75AA1) is known color: Mulberry. HEX triplet: C7, 5A and A1. RGB value is (199,90,161). Sum of RGB (Red+Green+Blue) = 199+90+161=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 90 (35.55% from 255 or 20% from 450); Blue value is 161 (63.28% from 255 or 35.78% from 450); Max value from RGB is 199 - color contains mainly: red. Hex color #C75AA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75AA1 is #38A55E. Grayscale: #828282. Windows color (decimal): -3712351 or 10574535. OLE color: 10574535.
HSL color Cylindrical-coordinate representation of color #C75AA1: hue angle of 320.92º 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 #C75AA1 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 90 | 161 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.22 |
| HSL | 320.92º | 0.49% | 0.57% | - |
| HSV(B) | 320.92º | 0.55% | 0.78% | - |
| XYZ | 33.64 | 22.03 | 36.2 | - |
| YUV | 130.69 | 145.11 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 90 | 161 | 0 | 0.55 | 0.19 | 0.22 | 320.92 | 0.49 | 0.57 |
| Hex | C7 | 5A | A1 | 0 | 37 | 13 | 16 | 141 | 31 | 39 |
| Octal | 307 | 132 | 241 | 0 | 67 | 23 | 26 | 501 | 61 | 71 |
| Binary | 11000111 | 1011010 | 10100001 | 0 | 110111 | 10011 | 10110 | 101000001 | 110001 | 111001 |
Color Harmonies of #C75AA1
Complementary color
Monochromatic Colors of #C75AA1
Black with #C75AA1
Text Example
Text Example
White with #C75AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75AA1; }
p { color: rgb(199,90,161); }
H1.HeaderClassName
{
color: #C75AA1;
}
.AnyTagClassName
{
color: #C75AA1;
}
</style>
background-color css
<style>
a { background-color: #C75AA1; }
a { background-color: rgb(199,90,161); }
div.DivClassName
{
background-color: #C75AA1;
}
.BgClassName
{
background-color: #C75AA1;
}
</style>
border-color css
<style>
span { border-color: #C75AA1; }
span { border-color: rgb(199,90,161); }
td.TdClassName
{
border-color: #C75AA1;
}
.TagClassName
{
border-color: #C75AA1;
}
</style>