Shades of Mulberry #C75A8C
Tints of Mulberry #C75A8C
RGB
CMYK
RGB Variations
Color information
#C75A8C (or 0xC75A8C) is known color: Mulberry. HEX triplet: C7, 5A and 8C. RGB value is (199,90,140). Sum of RGB (Red+Green+Blue) = 199+90+140=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75A8C is #38A573. Grayscale: #808080. Windows color (decimal): -3712372 or 9198279. OLE color: 9198279.
HSL color Cylindrical-coordinate representation of color #C75A8C: hue angle of 332.48º 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 #C75A8C is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 90 | 140 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.22 |
| HSL | 332.48º | 0.49% | 0.57% | - |
| HSV(B) | 332.48º | 0.55% | 0.78% | - |
| XYZ | 31.94 | 21.35 | 27.25 | - |
| YUV | 128.29 | 134.61 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 90 | 140 | 0 | 0.55 | 0.30 | 0.22 | 332.48 | 0.49 | 0.57 |
| Hex | C7 | 5A | 8C | 0 | 37 | 1E | 16 | 14C | 31 | 39 |
| Octal | 307 | 132 | 214 | 0 | 67 | 36 | 26 | 514 | 61 | 71 |
| Binary | 11000111 | 1011010 | 10001100 | 0 | 110111 | 11110 | 10110 | 101001100 | 110001 | 111001 |
Color Harmonies of #C75A8C
Complementary color
Monochromatic Colors of #C75A8C
Black with #C75A8C
Text Example
Text Example
White with #C75A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75A8C; }
p { color: rgb(199,90,140); }
H1.HeaderClassName
{
color: #C75A8C;
}
.AnyTagClassName
{
color: #C75A8C;
}
</style>
background-color css
<style>
a { background-color: #C75A8C; }
a { background-color: rgb(199,90,140); }
div.DivClassName
{
background-color: #C75A8C;
}
.BgClassName
{
background-color: #C75A8C;
}
</style>
border-color css
<style>
span { border-color: #C75A8C; }
span { border-color: rgb(199,90,140); }
td.TdClassName
{
border-color: #C75A8C;
}
.TagClassName
{
border-color: #C75A8C;
}
</style>