Shades of Mulberry #C74783
Tints of Mulberry #C74783
RGB
CMYK
RGB Variations
Color information
#C74783 (or 0xC74783) is known color: Mulberry. HEX triplet: C7, 47 and 83. RGB value is (199,71,131). Sum of RGB (Red+Green+Blue) = 199+71+131=401 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.63% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 199 - color contains mainly: red. Hex color #C74783 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74783 is #38B87C. Grayscale: #747474. Windows color (decimal): -3717245 or 8603591. OLE color: 8603591.
HSL color Cylindrical-coordinate representation of color #C74783: hue angle of 331.88º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C74783 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 71 | 131 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.22 |
| HSL | 331.88º | 0.53% | 0.53% | - |
| HSV(B) | 331.88º | 0.64% | 0.78% | - |
| XYZ | 29.9 | 18.29 | 23.43 | - |
| YUV | 116.11 | 136.41 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 131 | 0 | 0.64 | 0.34 | 0.22 | 331.88 | 0.53 | 0.53 |
| Hex | C7 | 47 | 83 | 0 | 40 | 22 | 16 | 14C | 35 | 35 |
| Octal | 307 | 107 | 203 | 0 | 100 | 42 | 26 | 514 | 65 | 65 |
| Binary | 11000111 | 1000111 | 10000011 | 0 | 1000000 | 100010 | 10110 | 101001100 | 110101 | 110101 |
Color Harmonies of #C74783
Complementary color
Monochromatic Colors of #C74783
Black with #C74783
Text Example
Text Example
White with #C74783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74783; }
p { color: rgb(199,71,131); }
H1.HeaderClassName
{
color: #C74783;
}
.AnyTagClassName
{
color: #C74783;
}
</style>
background-color css
<style>
a { background-color: #C74783; }
a { background-color: rgb(199,71,131); }
div.DivClassName
{
background-color: #C74783;
}
.BgClassName
{
background-color: #C74783;
}
</style>
border-color css
<style>
span { border-color: #C74783; }
span { border-color: rgb(199,71,131); }
td.TdClassName
{
border-color: #C74783;
}
.TagClassName
{
border-color: #C74783;
}
</style>