Shades of Mulberry #C7408B
Tints of Mulberry #C7408B
RGB
CMYK
RGB Variations
Color information
#C7408B (or 0xC7408B) is known color: Mulberry. HEX triplet: C7, 40 and 8B. RGB value is (199,64,139). Sum of RGB (Red+Green+Blue) = 199+64+139=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 64 (25.39% from 255 or 15.92% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C7408B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7408B is #38BF74. Grayscale: #707070. Windows color (decimal): -3719029 or 9126087. OLE color: 9126087.
HSL color Cylindrical-coordinate representation of color #C7408B: hue angle of 326.67º 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 #C7408B is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 64 | 139 | - |
| CMYK | 0 | 0.68 | 0.30 | 0.22 |
| HSL | 326.67º | 0.55% | 0.52% | - |
| HSV(B) | 326.67º | 0.68% | 0.78% | - |
| XYZ | 30.05 | 17.67 | 26.25 | - |
| YUV | 112.92 | 142.73 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 139 | 0 | 0.68 | 0.30 | 0.22 | 326.67 | 0.55 | 0.52 |
| Hex | C7 | 40 | 8B | 0 | 44 | 1E | 16 | 147 | 37 | 34 |
| Octal | 307 | 100 | 213 | 0 | 104 | 36 | 26 | 507 | 67 | 64 |
| Binary | 11000111 | 1000000 | 10001011 | 0 | 1000100 | 11110 | 10110 | 101000111 | 110111 | 110100 |
Color Harmonies of #C7408B
Complementary color
Monochromatic Colors of #C7408B
Black with #C7408B
Text Example
Text Example
White with #C7408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7408B; }
p { color: rgb(199,64,139); }
H1.HeaderClassName
{
color: #C7408B;
}
.AnyTagClassName
{
color: #C7408B;
}
</style>
background-color css
<style>
a { background-color: #C7408B; }
a { background-color: rgb(199,64,139); }
div.DivClassName
{
background-color: #C7408B;
}
.BgClassName
{
background-color: #C7408B;
}
</style>
border-color css
<style>
span { border-color: #C7408B; }
span { border-color: rgb(199,64,139); }
td.TdClassName
{
border-color: #C7408B;
}
.TagClassName
{
border-color: #C7408B;
}
</style>