Shades of Mulberry #C7488A
Tints of Mulberry #C7488A
RGB
CMYK
RGB Variations
Color information
#C7488A (or 0xC7488A) is known color: Mulberry. HEX triplet: C7, 48 and 8A. RGB value is (199,72,138). Sum of RGB (Red+Green+Blue) = 199+72+138=409 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.66% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 199 - color contains mainly: red. Hex color #C7488A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7488A is #38B775. Grayscale: #757575. Windows color (decimal): -3716982 or 9062599. OLE color: 9062599.
HSL color Cylindrical-coordinate representation of color #C7488A: hue angle of 328.82º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C7488A is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 72 | 138 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.22 |
| HSL | 328.82º | 0.53% | 0.53% | - |
| HSV(B) | 328.82º | 0.64% | 0.78% | - |
| XYZ | 30.46 | 18.61 | 26.03 | - |
| YUV | 117.5 | 139.58 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 72 | 138 | 0 | 0.64 | 0.31 | 0.22 | 328.82 | 0.53 | 0.53 |
| Hex | C7 | 48 | 8A | 0 | 40 | 1F | 16 | 149 | 35 | 35 |
| Octal | 307 | 110 | 212 | 0 | 100 | 37 | 26 | 511 | 65 | 65 |
| Binary | 11000111 | 1001000 | 10001010 | 0 | 1000000 | 11111 | 10110 | 101001001 | 110101 | 110101 |
Color Harmonies of #C7488A
Complementary color
Monochromatic Colors of #C7488A
Black with #C7488A
Text Example
Text Example
White with #C7488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7488A; }
p { color: rgb(199,72,138); }
H1.HeaderClassName
{
color: #C7488A;
}
.AnyTagClassName
{
color: #C7488A;
}
</style>
background-color css
<style>
a { background-color: #C7488A; }
a { background-color: rgb(199,72,138); }
div.DivClassName
{
background-color: #C7488A;
}
.BgClassName
{
background-color: #C7488A;
}
</style>
border-color css
<style>
span { border-color: #C7488A; }
span { border-color: rgb(199,72,138); }
td.TdClassName
{
border-color: #C7488A;
}
.TagClassName
{
border-color: #C7488A;
}
</style>