Shades of Mulberry #C74A8B
Tints of Mulberry #C74A8B
RGB
CMYK
RGB Variations
Color information
#C74A8B (or 0xC74A8B) is known color: Mulberry. HEX triplet: C7, 4A and 8B. RGB value is (199,74,139). Sum of RGB (Red+Green+Blue) = 199+74+139=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C74A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74A8B is #38B574. Grayscale: #767676. Windows color (decimal): -3716469 or 9128647. OLE color: 9128647.
HSL color Cylindrical-coordinate representation of color #C74A8B: hue angle of 328.8º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C74A8B is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 74 | 139 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.22 |
| HSL | 328.8º | 0.53% | 0.54% | - |
| HSV(B) | 328.8º | 0.63% | 0.78% | - |
| XYZ | 30.66 | 18.9 | 26.46 | - |
| YUV | 118.79 | 139.41 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 139 | 0 | 0.63 | 0.30 | 0.22 | 328.8 | 0.53 | 0.54 |
| Hex | C7 | 4A | 8B | 0 | 3F | 1E | 16 | 149 | 35 | 36 |
| Octal | 307 | 112 | 213 | 0 | 77 | 36 | 26 | 511 | 65 | 66 |
| Binary | 11000111 | 1001010 | 10001011 | 0 | 111111 | 11110 | 10110 | 101001001 | 110101 | 110110 |
Color Harmonies of #C74A8B
Complementary color
Monochromatic Colors of #C74A8B
Black with #C74A8B
Text Example
Text Example
White with #C74A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74A8B; }
p { color: rgb(199,74,139); }
H1.HeaderClassName
{
color: #C74A8B;
}
.AnyTagClassName
{
color: #C74A8B;
}
</style>
background-color css
<style>
a { background-color: #C74A8B; }
a { background-color: rgb(199,74,139); }
div.DivClassName
{
background-color: #C74A8B;
}
.BgClassName
{
background-color: #C74A8B;
}
</style>
border-color css
<style>
span { border-color: #C74A8B; }
span { border-color: rgb(199,74,139); }
td.TdClassName
{
border-color: #C74A8B;
}
.TagClassName
{
border-color: #C74A8B;
}
</style>