Shades of Mulberry #C7429B
Tints of Mulberry #C7429B
RGB
CMYK
RGB Variations
Color information
#C7429B (or 0xC7429B) is known color: Mulberry. HEX triplet: C7, 42 and 9B. RGB value is (199,66,155). Sum of RGB (Red+Green+Blue) = 199+66+155=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C7429B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7429B is #38BD64. Grayscale: #737373. Windows color (decimal): -3718501 or 10175175. OLE color: 10175175.
HSL color Cylindrical-coordinate representation of color #C7429B: hue angle of 319.85º 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 #C7429B is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 66 | 155 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.22 |
| HSL | 319.85º | 0.54% | 0.52% | - |
| HSV(B) | 319.85º | 0.67% | 0.78% | - |
| XYZ | 31.42 | 18.41 | 32.91 | - |
| YUV | 115.91 | 150.06 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 155 | 0 | 0.67 | 0.22 | 0.22 | 319.85 | 0.54 | 0.52 |
| Hex | C7 | 42 | 9B | 0 | 43 | 16 | 16 | 140 | 36 | 34 |
| Octal | 307 | 102 | 233 | 0 | 103 | 26 | 26 | 500 | 66 | 64 |
| Binary | 11000111 | 1000010 | 10011011 | 0 | 1000011 | 10110 | 10110 | 101000000 | 110110 | 110100 |
Color Harmonies of #C7429B
Complementary color
Monochromatic Colors of #C7429B
Black with #C7429B
Text Example
Text Example
White with #C7429B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7429B; }
p { color: rgb(199,66,155); }
H1.HeaderClassName
{
color: #C7429B;
}
.AnyTagClassName
{
color: #C7429B;
}
</style>
background-color css
<style>
a { background-color: #C7429B; }
a { background-color: rgb(199,66,155); }
div.DivClassName
{
background-color: #C7429B;
}
.BgClassName
{
background-color: #C7429B;
}
</style>
border-color css
<style>
span { border-color: #C7429B; }
span { border-color: rgb(199,66,155); }
td.TdClassName
{
border-color: #C7429B;
}
.TagClassName
{
border-color: #C7429B;
}
</style>