Shades of Mulberry #C74A9B
Tints of Mulberry #C74A9B
RGB
CMYK
RGB Variations
Color information
#C74A9B (or 0xC74A9B) is known color: Mulberry. HEX triplet: C7, 4A and 9B. RGB value is (199,74,155). Sum of RGB (Red+Green+Blue) = 199+74+155=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 74 (29.30% from 255 or 17.29% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C74A9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74A9B is #38B564. Grayscale: #787878. Windows color (decimal): -3716453 or 10177223. OLE color: 10177223.
HSL color Cylindrical-coordinate representation of color #C74A9B: hue angle of 321.12º 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 #C74A9B is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 74 | 155 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.22 |
| HSL | 321.12º | 0.53% | 0.54% | - |
| HSV(B) | 321.12º | 0.63% | 0.78% | - |
| XYZ | 31.92 | 19.41 | 33.07 | - |
| YUV | 120.61 | 147.41 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 155 | 0 | 0.63 | 0.22 | 0.22 | 321.12 | 0.53 | 0.54 |
| Hex | C7 | 4A | 9B | 0 | 3F | 16 | 16 | 141 | 35 | 36 |
| Octal | 307 | 112 | 233 | 0 | 77 | 26 | 26 | 501 | 65 | 66 |
| Binary | 11000111 | 1001010 | 10011011 | 0 | 111111 | 10110 | 10110 | 101000001 | 110101 | 110110 |
Color Harmonies of #C74A9B
Complementary color
Monochromatic Colors of #C74A9B
Black with #C74A9B
Text Example
Text Example
White with #C74A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74A9B; }
p { color: rgb(199,74,155); }
H1.HeaderClassName
{
color: #C74A9B;
}
.AnyTagClassName
{
color: #C74A9B;
}
</style>
background-color css
<style>
a { background-color: #C74A9B; }
a { background-color: rgb(199,74,155); }
div.DivClassName
{
background-color: #C74A9B;
}
.BgClassName
{
background-color: #C74A9B;
}
</style>
border-color css
<style>
span { border-color: #C74A9B; }
span { border-color: rgb(199,74,155); }
td.TdClassName
{
border-color: #C74A9B;
}
.TagClassName
{
border-color: #C74A9B;
}
</style>