Shades of Mulberry #C7478C
Tints of Mulberry #C7478C
RGB
CMYK
RGB Variations
Color information
#C7478C (or 0xC7478C) is known color: Mulberry. HEX triplet: C7, 47 and 8C. RGB value is (199,71,140). Sum of RGB (Red+Green+Blue) = 199+71+140=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 71 (28.12% from 255 or 17.32% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 199 - color contains mainly: red. Hex color #C7478C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7478C is #38B873. Grayscale: #747474. Windows color (decimal): -3717236 or 9193415. OLE color: 9193415.
HSL color Cylindrical-coordinate representation of color #C7478C: hue angle of 327.66º 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 #C7478C is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 71 | 140 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.22 |
| HSL | 327.66º | 0.53% | 0.53% | - |
| HSV(B) | 327.66º | 0.64% | 0.78% | - |
| XYZ | 30.54 | 18.54 | 26.78 | - |
| YUV | 117.14 | 140.91 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 140 | 0 | 0.64 | 0.30 | 0.22 | 327.66 | 0.53 | 0.53 |
| Hex | C7 | 47 | 8C | 0 | 40 | 1E | 16 | 148 | 35 | 35 |
| Octal | 307 | 107 | 214 | 0 | 100 | 36 | 26 | 510 | 65 | 65 |
| Binary | 11000111 | 1000111 | 10001100 | 0 | 1000000 | 11110 | 10110 | 101001000 | 110101 | 110101 |
Color Harmonies of #C7478C
Complementary color
Monochromatic Colors of #C7478C
Black with #C7478C
Text Example
Text Example
White with #C7478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7478C; }
p { color: rgb(199,71,140); }
H1.HeaderClassName
{
color: #C7478C;
}
.AnyTagClassName
{
color: #C7478C;
}
</style>
background-color css
<style>
a { background-color: #C7478C; }
a { background-color: rgb(199,71,140); }
div.DivClassName
{
background-color: #C7478C;
}
.BgClassName
{
background-color: #C7478C;
}
</style>
border-color css
<style>
span { border-color: #C7478C; }
span { border-color: rgb(199,71,140); }
td.TdClassName
{
border-color: #C7478C;
}
.TagClassName
{
border-color: #C7478C;
}
</style>