Shades of Mulberry #C7429E
Tints of Mulberry #C7429E
RGB
CMYK
RGB Variations
Color information
#C7429E (or 0xC7429E) is known color: Mulberry. HEX triplet: C7, 42 and 9E. RGB value is (199,66,158). Sum of RGB (Red+Green+Blue) = 199+66+158=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C7429E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7429E is #38BD61. Grayscale: #747474. Windows color (decimal): -3718498 or 10371783. OLE color: 10371783.
HSL color Cylindrical-coordinate representation of color #C7429E: hue angle of 318.5º 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 #C7429E is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 66 | 158 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.22 |
| HSL | 318.5º | 0.54% | 0.52% | - |
| HSV(B) | 318.5º | 0.67% | 0.78% | - |
| XYZ | 31.67 | 18.51 | 34.25 | - |
| YUV | 116.26 | 151.56 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 158 | 0 | 0.67 | 0.21 | 0.22 | 318.5 | 0.54 | 0.52 |
| Hex | C7 | 42 | 9E | 0 | 43 | 15 | 16 | 13E | 36 | 34 |
| Octal | 307 | 102 | 236 | 0 | 103 | 25 | 26 | 476 | 66 | 64 |
| Binary | 11000111 | 1000010 | 10011110 | 0 | 1000011 | 10101 | 10110 | 100111110 | 110110 | 110100 |
Color Harmonies of #C7429E
Complementary color
Monochromatic Colors of #C7429E
Black with #C7429E
Text Example
Text Example
White with #C7429E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7429E; }
p { color: rgb(199,66,158); }
H1.HeaderClassName
{
color: #C7429E;
}
.AnyTagClassName
{
color: #C7429E;
}
</style>
background-color css
<style>
a { background-color: #C7429E; }
a { background-color: rgb(199,66,158); }
div.DivClassName
{
background-color: #C7429E;
}
.BgClassName
{
background-color: #C7429E;
}
</style>
border-color css
<style>
span { border-color: #C7429E; }
span { border-color: rgb(199,66,158); }
td.TdClassName
{
border-color: #C7429E;
}
.TagClassName
{
border-color: #C7429E;
}
</style>