Shades of Mulberry #C7409F
Tints of Mulberry #C7409F
RGB
CMYK
RGB Variations
Color information
#C7409F (or 0xC7409F) is known color: Mulberry. HEX triplet: C7, 40 and 9F. RGB value is (199,64,159). Sum of RGB (Red+Green+Blue) = 199+64+159=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C7409F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7409F is #38BF60. Grayscale: #727272. Windows color (decimal): -3719009 or 10436807. OLE color: 10436807.
HSL color Cylindrical-coordinate representation of color #C7409F: hue angle of 317.78º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C7409F is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 64 | 159 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.22 |
| HSL | 317.78º | 0.55% | 0.52% | - |
| HSV(B) | 317.78º | 0.68% | 0.78% | - |
| XYZ | 31.64 | 18.31 | 34.67 | - |
| YUV | 115.2 | 152.73 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 159 | 0 | 0.68 | 0.20 | 0.22 | 317.78 | 0.55 | 0.52 |
| Hex | C7 | 40 | 9F | 0 | 44 | 14 | 16 | 13E | 37 | 34 |
| Octal | 307 | 100 | 237 | 0 | 104 | 24 | 26 | 476 | 67 | 64 |
| Binary | 11000111 | 1000000 | 10011111 | 0 | 1000100 | 10100 | 10110 | 100111110 | 110111 | 110100 |
Color Harmonies of #C7409F
Complementary color
Monochromatic Colors of #C7409F
Black with #C7409F
Text Example
Text Example
White with #C7409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7409F; }
p { color: rgb(199,64,159); }
H1.HeaderClassName
{
color: #C7409F;
}
.AnyTagClassName
{
color: #C7409F;
}
</style>
background-color css
<style>
a { background-color: #C7409F; }
a { background-color: rgb(199,64,159); }
div.DivClassName
{
background-color: #C7409F;
}
.BgClassName
{
background-color: #C7409F;
}
</style>
border-color css
<style>
span { border-color: #C7409F; }
span { border-color: rgb(199,64,159); }
td.TdClassName
{
border-color: #C7409F;
}
.TagClassName
{
border-color: #C7409F;
}
</style>