Shades of Mulberry #C74985
Tints of Mulberry #C74985
RGB
CMYK
RGB Variations
Color information
#C74985 (or 0xC74985) is known color: Mulberry. HEX triplet: C7, 49 and 85. RGB value is (199,73,133). Sum of RGB (Red+Green+Blue) = 199+73+133=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C74985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74985 is #38B67A. Grayscale: #757575. Windows color (decimal): -3716731 or 8735175. OLE color: 8735175.
HSL color Cylindrical-coordinate representation of color #C74985: hue angle of 331.43º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C74985 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 73 | 133 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.22 |
| HSL | 331.43º | 0.53% | 0.53% | - |
| HSV(B) | 331.43º | 0.63% | 0.78% | - |
| XYZ | 30.17 | 18.6 | 24.19 | - |
| YUV | 117.51 | 136.74 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 73 | 133 | 0 | 0.63 | 0.33 | 0.22 | 331.43 | 0.53 | 0.53 |
| Hex | C7 | 49 | 85 | 0 | 3F | 21 | 16 | 14B | 35 | 35 |
| Octal | 307 | 111 | 205 | 0 | 77 | 41 | 26 | 513 | 65 | 65 |
| Binary | 11000111 | 1001001 | 10000101 | 0 | 111111 | 100001 | 10110 | 101001011 | 110101 | 110101 |
Color Harmonies of #C74985
Complementary color
Monochromatic Colors of #C74985
Black with #C74985
Text Example
Text Example
White with #C74985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74985; }
p { color: rgb(199,73,133); }
H1.HeaderClassName
{
color: #C74985;
}
.AnyTagClassName
{
color: #C74985;
}
</style>
background-color css
<style>
a { background-color: #C74985; }
a { background-color: rgb(199,73,133); }
div.DivClassName
{
background-color: #C74985;
}
.BgClassName
{
background-color: #C74985;
}
</style>
border-color css
<style>
span { border-color: #C74985; }
span { border-color: rgb(199,73,133); }
td.TdClassName
{
border-color: #C74985;
}
.TagClassName
{
border-color: #C74985;
}
</style>