Shades of Mulberry #C7447F
Tints of Mulberry #C7447F
RGB
CMYK
RGB Variations
Color information
#C7447F (or 0xC7447F) is known color: Mulberry. HEX triplet: C7, 44 and 7F. RGB value is (199,68,127). Sum of RGB (Red+Green+Blue) = 199+68+127=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C7447F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7447F is #38BB80. Grayscale: #717171. Windows color (decimal): -3718017 or 8340679. OLE color: 8340679.
HSL color Cylindrical-coordinate representation of color #C7447F: hue angle of 332.98º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C7447F is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 68 | 127 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.22 |
| HSL | 332.98º | 0.54% | 0.52% | - |
| HSV(B) | 332.98º | 0.66% | 0.78% | - |
| XYZ | 29.45 | 17.81 | 21.96 | - |
| YUV | 113.9 | 135.4 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 127 | 0 | 0.66 | 0.36 | 0.22 | 332.98 | 0.54 | 0.52 |
| Hex | C7 | 44 | 7F | 0 | 42 | 24 | 16 | 14D | 36 | 34 |
| Octal | 307 | 104 | 177 | 0 | 102 | 44 | 26 | 515 | 66 | 64 |
| Binary | 11000111 | 1000100 | 1111111 | 0 | 1000010 | 100100 | 10110 | 101001101 | 110110 | 110100 |
Color Harmonies of #C7447F
Complementary color
Monochromatic Colors of #C7447F
Black with #C7447F
Text Example
Text Example
White with #C7447F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7447F; }
p { color: rgb(199,68,127); }
H1.HeaderClassName
{
color: #C7447F;
}
.AnyTagClassName
{
color: #C7447F;
}
</style>
background-color css
<style>
a { background-color: #C7447F; }
a { background-color: rgb(199,68,127); }
div.DivClassName
{
background-color: #C7447F;
}
.BgClassName
{
background-color: #C7447F;
}
</style>
border-color css
<style>
span { border-color: #C7447F; }
span { border-color: rgb(199,68,127); }
td.TdClassName
{
border-color: #C7447F;
}
.TagClassName
{
border-color: #C7447F;
}
</style>