Shades of Mulberry #C74F9C
Tints of Mulberry #C74F9C
RGB
CMYK
RGB Variations
Color information
#C74F9C (or 0xC74F9C) is known color: Mulberry. HEX triplet: C7, 4F and 9C. RGB value is (199,79,156). Sum of RGB (Red+Green+Blue) = 199+79+156=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 79 (31.25% from 255 or 18.20% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C74F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74F9C is #38B063. Grayscale: #7B7B7B. Windows color (decimal): -3715172 or 10244039. OLE color: 10244039.
HSL color Cylindrical-coordinate representation of color #C74F9C: hue angle of 321.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C74F9C is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 79 | 156 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.22 |
| HSL | 321.5º | 0.52% | 0.55% | - |
| HSV(B) | 321.5º | 0.6% | 0.78% | - |
| XYZ | 32.35 | 20.13 | 33.63 | - |
| YUV | 123.66 | 146.26 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 79 | 156 | 0 | 0.60 | 0.22 | 0.22 | 321.5 | 0.52 | 0.55 |
| Hex | C7 | 4F | 9C | 0 | 3C | 16 | 16 | 142 | 34 | 37 |
| Octal | 307 | 117 | 234 | 0 | 74 | 26 | 26 | 502 | 64 | 67 |
| Binary | 11000111 | 1001111 | 10011100 | 0 | 111100 | 10110 | 10110 | 101000010 | 110100 | 110111 |
Color Harmonies of #C74F9C
Complementary color
Monochromatic Colors of #C74F9C
Black with #C74F9C
Text Example
Text Example
White with #C74F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74F9C; }
p { color: rgb(199,79,156); }
H1.HeaderClassName
{
color: #C74F9C;
}
.AnyTagClassName
{
color: #C74F9C;
}
</style>
background-color css
<style>
a { background-color: #C74F9C; }
a { background-color: rgb(199,79,156); }
div.DivClassName
{
background-color: #C74F9C;
}
.BgClassName
{
background-color: #C74F9C;
}
</style>
border-color css
<style>
span { border-color: #C74F9C; }
span { border-color: rgb(199,79,156); }
td.TdClassName
{
border-color: #C74F9C;
}
.TagClassName
{
border-color: #C74F9C;
}
</style>