Shades of Mulberry #C74D8B
Tints of Mulberry #C74D8B
RGB
CMYK
RGB Variations
Color information
#C74D8B (or 0xC74D8B) is known color: Mulberry. HEX triplet: C7, 4D and 8B. RGB value is (199,77,139). Sum of RGB (Red+Green+Blue) = 199+77+139=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C74D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74D8B is #38B274. Grayscale: #787878. Windows color (decimal): -3715701 or 9129415. OLE color: 9129415.
HSL color Cylindrical-coordinate representation of color #C74D8B: hue angle of 329.51º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C74D8B is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 77 | 139 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.22 |
| HSL | 329.51º | 0.52% | 0.54% | - |
| HSV(B) | 329.51º | 0.61% | 0.78% | - |
| XYZ | 30.87 | 19.31 | 26.53 | - |
| YUV | 120.55 | 138.42 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 77 | 139 | 0 | 0.61 | 0.30 | 0.22 | 329.51 | 0.52 | 0.54 |
| Hex | C7 | 4D | 8B | 0 | 3D | 1E | 16 | 14A | 34 | 36 |
| Octal | 307 | 115 | 213 | 0 | 75 | 36 | 26 | 512 | 64 | 66 |
| Binary | 11000111 | 1001101 | 10001011 | 0 | 111101 | 11110 | 10110 | 101001010 | 110100 | 110110 |
Color Harmonies of #C74D8B
Complementary color
Monochromatic Colors of #C74D8B
Black with #C74D8B
Text Example
Text Example
White with #C74D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74D8B; }
p { color: rgb(199,77,139); }
H1.HeaderClassName
{
color: #C74D8B;
}
.AnyTagClassName
{
color: #C74D8B;
}
</style>
background-color css
<style>
a { background-color: #C74D8B; }
a { background-color: rgb(199,77,139); }
div.DivClassName
{
background-color: #C74D8B;
}
.BgClassName
{
background-color: #C74D8B;
}
</style>
border-color css
<style>
span { border-color: #C74D8B; }
span { border-color: rgb(199,77,139); }
td.TdClassName
{
border-color: #C74D8B;
}
.TagClassName
{
border-color: #C74D8B;
}
</style>