Shades of Mulberry #C7418C
Tints of Mulberry #C7418C
RGB
CMYK
RGB Variations
Color information
#C7418C (or 0xC7418C) is known color: Mulberry. HEX triplet: C7, 41 and 8C. RGB value is (199,65,140). Sum of RGB (Red+Green+Blue) = 199+65+140=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 65 (25.78% from 255 or 16.09% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C7418C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7418C is #38BE73. Grayscale: #717171. Windows color (decimal): -3718772 or 9191879. OLE color: 9191879.
HSL color Cylindrical-coordinate representation of color #C7418C: hue angle of 326.42º 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 #C7418C is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 65 | 140 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.22 |
| HSL | 326.42º | 0.54% | 0.52% | - |
| HSV(B) | 326.42º | 0.67% | 0.78% | - |
| XYZ | 30.18 | 17.82 | 26.66 | - |
| YUV | 113.62 | 142.89 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 65 | 140 | 0 | 0.67 | 0.30 | 0.22 | 326.42 | 0.54 | 0.52 |
| Hex | C7 | 41 | 8C | 0 | 43 | 1E | 16 | 146 | 36 | 34 |
| Octal | 307 | 101 | 214 | 0 | 103 | 36 | 26 | 506 | 66 | 64 |
| Binary | 11000111 | 1000001 | 10001100 | 0 | 1000011 | 11110 | 10110 | 101000110 | 110110 | 110100 |
Color Harmonies of #C7418C
Complementary color
Monochromatic Colors of #C7418C
Black with #C7418C
Text Example
Text Example
White with #C7418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7418C; }
p { color: rgb(199,65,140); }
H1.HeaderClassName
{
color: #C7418C;
}
.AnyTagClassName
{
color: #C7418C;
}
</style>
background-color css
<style>
a { background-color: #C7418C; }
a { background-color: rgb(199,65,140); }
div.DivClassName
{
background-color: #C7418C;
}
.BgClassName
{
background-color: #C7418C;
}
</style>
border-color css
<style>
span { border-color: #C7418C; }
span { border-color: rgb(199,65,140); }
td.TdClassName
{
border-color: #C7418C;
}
.TagClassName
{
border-color: #C7418C;
}
</style>