Shades of Mulberry #C75C8A
Tints of Mulberry #C75C8A
RGB
CMYK
RGB Variations
Color information
#C75C8A (or 0xC75C8A) is known color: Mulberry. HEX triplet: C7, 5C and 8A. RGB value is (199,92,138). Sum of RGB (Red+Green+Blue) = 199+92+138=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 199 - color contains mainly: red. Hex color #C75C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75C8A is #38A375. Grayscale: #818181. Windows color (decimal): -3711862 or 9067719. OLE color: 9067719.
HSL color Cylindrical-coordinate representation of color #C75C8A: hue angle of 334.21º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C75C8A is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 92 | 138 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.22 |
| HSL | 334.21º | 0.49% | 0.57% | - |
| HSV(B) | 334.21º | 0.54% | 0.78% | - |
| XYZ | 31.97 | 21.63 | 26.54 | - |
| YUV | 129.24 | 132.95 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 92 | 138 | 0 | 0.54 | 0.31 | 0.22 | 334.21 | 0.49 | 0.57 |
| Hex | C7 | 5C | 8A | 0 | 36 | 1F | 16 | 14E | 31 | 39 |
| Octal | 307 | 134 | 212 | 0 | 66 | 37 | 26 | 516 | 61 | 71 |
| Binary | 11000111 | 1011100 | 10001010 | 0 | 110110 | 11111 | 10110 | 101001110 | 110001 | 111001 |
Color Harmonies of #C75C8A
Complementary color
Monochromatic Colors of #C75C8A
Black with #C75C8A
Text Example
Text Example
White with #C75C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75C8A; }
p { color: rgb(199,92,138); }
H1.HeaderClassName
{
color: #C75C8A;
}
.AnyTagClassName
{
color: #C75C8A;
}
</style>
background-color css
<style>
a { background-color: #C75C8A; }
a { background-color: rgb(199,92,138); }
div.DivClassName
{
background-color: #C75C8A;
}
.BgClassName
{
background-color: #C75C8A;
}
</style>
border-color css
<style>
span { border-color: #C75C8A; }
span { border-color: rgb(199,92,138); }
td.TdClassName
{
border-color: #C75C8A;
}
.TagClassName
{
border-color: #C75C8A;
}
</style>