Shades of Mulberry #C7418F
Tints of Mulberry #C7418F
RGB
CMYK
RGB Variations
Color information
#C7418F (or 0xC7418F) is known color: Mulberry. HEX triplet: C7, 41 and 8F. RGB value is (199,65,143). Sum of RGB (Red+Green+Blue) = 199+65+143=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C7418F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7418F is #38BE70. Grayscale: #717171. Windows color (decimal): -3718769 or 9388487. OLE color: 9388487.
HSL color Cylindrical-coordinate representation of color #C7418F: hue angle of 325.07º 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 #C7418F is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 65 | 143 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.22 |
| HSL | 325.07º | 0.54% | 0.52% | - |
| HSV(B) | 325.07º | 0.67% | 0.78% | - |
| XYZ | 30.4 | 17.91 | 27.84 | - |
| YUV | 113.96 | 144.39 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 65 | 143 | 0 | 0.67 | 0.28 | 0.22 | 325.07 | 0.54 | 0.52 |
| Hex | C7 | 41 | 8F | 0 | 43 | 1C | 16 | 145 | 36 | 34 |
| Octal | 307 | 101 | 217 | 0 | 103 | 34 | 26 | 505 | 66 | 64 |
| Binary | 11000111 | 1000001 | 10001111 | 0 | 1000011 | 11100 | 10110 | 101000101 | 110110 | 110100 |
Color Harmonies of #C7418F
Complementary color
Monochromatic Colors of #C7418F
Black with #C7418F
Text Example
Text Example
White with #C7418F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7418F; }
p { color: rgb(199,65,143); }
H1.HeaderClassName
{
color: #C7418F;
}
.AnyTagClassName
{
color: #C7418F;
}
</style>
background-color css
<style>
a { background-color: #C7418F; }
a { background-color: rgb(199,65,143); }
div.DivClassName
{
background-color: #C7418F;
}
.BgClassName
{
background-color: #C7418F;
}
</style>
border-color css
<style>
span { border-color: #C7418F; }
span { border-color: rgb(199,65,143); }
td.TdClassName
{
border-color: #C7418F;
}
.TagClassName
{
border-color: #C7418F;
}
</style>