Shades of Mulberry #C7408A
Tints of Mulberry #C7408A
RGB
CMYK
RGB Variations
Color information
#C7408A (or 0xC7408A) is known color: Mulberry. HEX triplet: C7, 40 and 8A. RGB value is (199,64,138). Sum of RGB (Red+Green+Blue) = 199+64+138=401 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.63% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 199 - color contains mainly: red. Hex color #C7408A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7408A is #38BF75. Grayscale: #707070. Windows color (decimal): -3719030 or 9060551. OLE color: 9060551.
HSL color Cylindrical-coordinate representation of color #C7408A: hue angle of 327.11º 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 #C7408A is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 64 | 138 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.22 |
| HSL | 327.11º | 0.55% | 0.52% | - |
| HSV(B) | 327.11º | 0.68% | 0.78% | - |
| XYZ | 29.97 | 17.64 | 25.87 | - |
| YUV | 112.8 | 142.23 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 138 | 0 | 0.68 | 0.31 | 0.22 | 327.11 | 0.55 | 0.52 |
| Hex | C7 | 40 | 8A | 0 | 44 | 1F | 16 | 147 | 37 | 34 |
| Octal | 307 | 100 | 212 | 0 | 104 | 37 | 26 | 507 | 67 | 64 |
| Binary | 11000111 | 1000000 | 10001010 | 0 | 1000100 | 11111 | 10110 | 101000111 | 110111 | 110100 |
Color Harmonies of #C7408A
Complementary color
Monochromatic Colors of #C7408A
Black with #C7408A
Text Example
Text Example
White with #C7408A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7408A; }
p { color: rgb(199,64,138); }
H1.HeaderClassName
{
color: #C7408A;
}
.AnyTagClassName
{
color: #C7408A;
}
</style>
background-color css
<style>
a { background-color: #C7408A; }
a { background-color: rgb(199,64,138); }
div.DivClassName
{
background-color: #C7408A;
}
.BgClassName
{
background-color: #C7408A;
}
</style>
border-color css
<style>
span { border-color: #C7408A; }
span { border-color: rgb(199,64,138); }
td.TdClassName
{
border-color: #C7408A;
}
.TagClassName
{
border-color: #C7408A;
}
</style>