Shades of Mulberry #C7429D
Tints of Mulberry #C7429D
RGB
CMYK
RGB Variations
Color information
#C7429D (or 0xC7429D) is known color: Mulberry. HEX triplet: C7, 42 and 9D. RGB value is (199,66,157). Sum of RGB (Red+Green+Blue) = 199+66+157=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 66 (26.17% from 255 or 15.64% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C7429D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7429D is #38BD62. Grayscale: #737373. Windows color (decimal): -3718499 or 10306247. OLE color: 10306247.
HSL color Cylindrical-coordinate representation of color #C7429D: hue angle of 318.95º 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 #C7429D is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 66 | 157 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.22 |
| HSL | 318.95º | 0.54% | 0.52% | - |
| HSV(B) | 318.95º | 0.67% | 0.78% | - |
| XYZ | 31.59 | 18.47 | 33.8 | - |
| YUV | 116.14 | 151.06 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 157 | 0 | 0.67 | 0.21 | 0.22 | 318.95 | 0.54 | 0.52 |
| Hex | C7 | 42 | 9D | 0 | 43 | 15 | 16 | 13F | 36 | 34 |
| Octal | 307 | 102 | 235 | 0 | 103 | 25 | 26 | 477 | 66 | 64 |
| Binary | 11000111 | 1000010 | 10011101 | 0 | 1000011 | 10101 | 10110 | 100111111 | 110110 | 110100 |
Color Harmonies of #C7429D
Complementary color
Monochromatic Colors of #C7429D
Black with #C7429D
Text Example
Text Example
White with #C7429D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7429D; }
p { color: rgb(199,66,157); }
H1.HeaderClassName
{
color: #C7429D;
}
.AnyTagClassName
{
color: #C7429D;
}
</style>
background-color css
<style>
a { background-color: #C7429D; }
a { background-color: rgb(199,66,157); }
div.DivClassName
{
background-color: #C7429D;
}
.BgClassName
{
background-color: #C7429D;
}
</style>
border-color css
<style>
span { border-color: #C7429D; }
span { border-color: rgb(199,66,157); }
td.TdClassName
{
border-color: #C7429D;
}
.TagClassName
{
border-color: #C7429D;
}
</style>