Shades of Mulberry #C74A9C
Tints of Mulberry #C74A9C
RGB
CMYK
RGB Variations
Color information
#C74A9C (or 0xC74A9C) is known color: Mulberry. HEX triplet: C7, 4A and 9C. RGB value is (199,74,156). Sum of RGB (Red+Green+Blue) = 199+74+156=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 74 (29.30% from 255 or 17.25% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 199 - color contains mainly: red. Hex color #C74A9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74A9C is #38B563. Grayscale: #787878. Windows color (decimal): -3716452 or 10242759. OLE color: 10242759.
HSL color Cylindrical-coordinate representation of color #C74A9C: hue angle of 320.64º 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 #C74A9C is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 74 | 156 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.22 |
| HSL | 320.64º | 0.53% | 0.54% | - |
| HSV(B) | 320.64º | 0.63% | 0.78% | - |
| XYZ | 32 | 19.44 | 33.52 | - |
| YUV | 120.72 | 147.91 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 156 | 0 | 0.63 | 0.22 | 0.22 | 320.64 | 0.53 | 0.54 |
| Hex | C7 | 4A | 9C | 0 | 3F | 16 | 16 | 141 | 35 | 36 |
| Octal | 307 | 112 | 234 | 0 | 77 | 26 | 26 | 501 | 65 | 66 |
| Binary | 11000111 | 1001010 | 10011100 | 0 | 111111 | 10110 | 10110 | 101000001 | 110101 | 110110 |
Color Harmonies of #C74A9C
Complementary color
Monochromatic Colors of #C74A9C
Black with #C74A9C
Text Example
Text Example
White with #C74A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74A9C; }
p { color: rgb(199,74,156); }
H1.HeaderClassName
{
color: #C74A9C;
}
.AnyTagClassName
{
color: #C74A9C;
}
</style>
background-color css
<style>
a { background-color: #C74A9C; }
a { background-color: rgb(199,74,156); }
div.DivClassName
{
background-color: #C74A9C;
}
.BgClassName
{
background-color: #C74A9C;
}
</style>
border-color css
<style>
span { border-color: #C74A9C; }
span { border-color: rgb(199,74,156); }
td.TdClassName
{
border-color: #C74A9C;
}
.TagClassName
{
border-color: #C74A9C;
}
</style>