Shades of Mulberry #C74B9C
Tints of Mulberry #C74B9C
RGB
CMYK
RGB Variations
Color information
#C74B9C (or 0xC74B9C) is known color: Mulberry. HEX triplet: C7, 4B and 9C. RGB value is (199,75,156). Sum of RGB (Red+Green+Blue) = 199+75+156=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74B9C is #38B463. Grayscale: #797979. Windows color (decimal): -3716196 or 10243015. OLE color: 10243015.
HSL color Cylindrical-coordinate representation of color #C74B9C: hue angle of 320.81º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C74B9C is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 75 | 156 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.22 |
| HSL | 320.81º | 0.53% | 0.54% | - |
| HSV(B) | 320.81º | 0.62% | 0.78% | - |
| XYZ | 32.07 | 19.57 | 33.54 | - |
| YUV | 121.31 | 147.58 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 156 | 0 | 0.62 | 0.22 | 0.22 | 320.81 | 0.53 | 0.54 |
| Hex | C7 | 4B | 9C | 0 | 3E | 16 | 16 | 141 | 35 | 36 |
| Octal | 307 | 113 | 234 | 0 | 76 | 26 | 26 | 501 | 65 | 66 |
| Binary | 11000111 | 1001011 | 10011100 | 0 | 111110 | 10110 | 10110 | 101000001 | 110101 | 110110 |
Color Harmonies of #C74B9C
Complementary color
Monochromatic Colors of #C74B9C
Black with #C74B9C
Text Example
Text Example
White with #C74B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74B9C; }
p { color: rgb(199,75,156); }
H1.HeaderClassName
{
color: #C74B9C;
}
.AnyTagClassName
{
color: #C74B9C;
}
</style>
background-color css
<style>
a { background-color: #C74B9C; }
a { background-color: rgb(199,75,156); }
div.DivClassName
{
background-color: #C74B9C;
}
.BgClassName
{
background-color: #C74B9C;
}
</style>
border-color css
<style>
span { border-color: #C74B9C; }
span { border-color: rgb(199,75,156); }
td.TdClassName
{
border-color: #C74B9C;
}
.TagClassName
{
border-color: #C74B9C;
}
</style>