Shades of Mulberry #C74D8C
Tints of Mulberry #C74D8C
RGB
CMYK
RGB Variations
Color information
#C74D8C (or 0xC74D8C) is known color: Mulberry. HEX triplet: C7, 4D and 8C. RGB value is (199,77,140). Sum of RGB (Red+Green+Blue) = 199+77+140=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 77 (30.47% from 255 or 18.51% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C74D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74D8C is #38B273. Grayscale: #787878. Windows color (decimal): -3715700 or 9194951. OLE color: 9194951.
HSL color Cylindrical-coordinate representation of color #C74D8C: hue angle of 329.02º 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 #C74D8C is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 77 | 140 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.22 |
| HSL | 329.02º | 0.52% | 0.54% | - |
| HSV(B) | 329.02º | 0.61% | 0.78% | - |
| XYZ | 30.94 | 19.34 | 26.91 | - |
| YUV | 120.66 | 138.92 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 77 | 140 | 0 | 0.61 | 0.30 | 0.22 | 329.02 | 0.52 | 0.54 |
| Hex | C7 | 4D | 8C | 0 | 3D | 1E | 16 | 149 | 34 | 36 |
| Octal | 307 | 115 | 214 | 0 | 75 | 36 | 26 | 511 | 64 | 66 |
| Binary | 11000111 | 1001101 | 10001100 | 0 | 111101 | 11110 | 10110 | 101001001 | 110100 | 110110 |
Color Harmonies of #C74D8C
Complementary color
Monochromatic Colors of #C74D8C
Black with #C74D8C
Text Example
Text Example
White with #C74D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74D8C; }
p { color: rgb(199,77,140); }
H1.HeaderClassName
{
color: #C74D8C;
}
.AnyTagClassName
{
color: #C74D8C;
}
</style>
background-color css
<style>
a { background-color: #C74D8C; }
a { background-color: rgb(199,77,140); }
div.DivClassName
{
background-color: #C74D8C;
}
.BgClassName
{
background-color: #C74D8C;
}
</style>
border-color css
<style>
span { border-color: #C74D8C; }
span { border-color: rgb(199,77,140); }
td.TdClassName
{
border-color: #C74D8C;
}
.TagClassName
{
border-color: #C74D8C;
}
</style>