Shades of Mulberry #C7419E
Tints of Mulberry #C7419E
RGB
CMYK
RGB Variations
Color information
#C7419E (or 0xC7419E) is known color: Mulberry. HEX triplet: C7, 41 and 9E. RGB value is (199,65,158). Sum of RGB (Red+Green+Blue) = 199+65+158=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C7419E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7419E is #38BE61. Grayscale: #737373. Windows color (decimal): -3718754 or 10371527. OLE color: 10371527.
HSL color Cylindrical-coordinate representation of color #C7419E: hue angle of 318.36º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C7419E is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 65 | 158 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.22 |
| HSL | 318.36º | 0.54% | 0.52% | - |
| HSV(B) | 318.36º | 0.67% | 0.78% | - |
| XYZ | 31.62 | 18.39 | 34.23 | - |
| YUV | 115.67 | 151.89 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 65 | 158 | 0 | 0.67 | 0.21 | 0.22 | 318.36 | 0.54 | 0.52 |
| Hex | C7 | 41 | 9E | 0 | 43 | 15 | 16 | 13E | 36 | 34 |
| Octal | 307 | 101 | 236 | 0 | 103 | 25 | 26 | 476 | 66 | 64 |
| Binary | 11000111 | 1000001 | 10011110 | 0 | 1000011 | 10101 | 10110 | 100111110 | 110110 | 110100 |
Color Harmonies of #C7419E
Complementary color
Monochromatic Colors of #C7419E
Black with #C7419E
Text Example
Text Example
White with #C7419E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7419E; }
p { color: rgb(199,65,158); }
H1.HeaderClassName
{
color: #C7419E;
}
.AnyTagClassName
{
color: #C7419E;
}
</style>
background-color css
<style>
a { background-color: #C7419E; }
a { background-color: rgb(199,65,158); }
div.DivClassName
{
background-color: #C7419E;
}
.BgClassName
{
background-color: #C7419E;
}
</style>
border-color css
<style>
span { border-color: #C7419E; }
span { border-color: rgb(199,65,158); }
td.TdClassName
{
border-color: #C7419E;
}
.TagClassName
{
border-color: #C7419E;
}
</style>