Shades of Mulberry #C75485
Tints of Mulberry #C75485
RGB
CMYK
RGB Variations
Color information
#C75485 (or 0xC75485) is known color: Mulberry. HEX triplet: C7, 54 and 85. RGB value is (199,84,133). Sum of RGB (Red+Green+Blue) = 199+84+133=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C75485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75485 is #38AB7A. Grayscale: #7B7B7B. Windows color (decimal): -3713915 or 8737991. OLE color: 8737991.
HSL color Cylindrical-coordinate representation of color #C75485: hue angle of 334.43º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C75485 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 84 | 133 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.22 |
| HSL | 334.43º | 0.51% | 0.55% | - |
| HSV(B) | 334.43º | 0.58% | 0.78% | - |
| XYZ | 30.96 | 20.18 | 24.45 | - |
| YUV | 123.97 | 133.1 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 84 | 133 | 0 | 0.58 | 0.33 | 0.22 | 334.43 | 0.51 | 0.55 |
| Hex | C7 | 54 | 85 | 0 | 3A | 21 | 16 | 14E | 33 | 37 |
| Octal | 307 | 124 | 205 | 0 | 72 | 41 | 26 | 516 | 63 | 67 |
| Binary | 11000111 | 1010100 | 10000101 | 0 | 111010 | 100001 | 10110 | 101001110 | 110011 | 110111 |
Color Harmonies of #C75485
Complementary color
Monochromatic Colors of #C75485
Black with #C75485
Text Example
Text Example
White with #C75485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75485; }
p { color: rgb(199,84,133); }
H1.HeaderClassName
{
color: #C75485;
}
.AnyTagClassName
{
color: #C75485;
}
</style>
background-color css
<style>
a { background-color: #C75485; }
a { background-color: rgb(199,84,133); }
div.DivClassName
{
background-color: #C75485;
}
.BgClassName
{
background-color: #C75485;
}
</style>
border-color css
<style>
span { border-color: #C75485; }
span { border-color: rgb(199,84,133); }
td.TdClassName
{
border-color: #C75485;
}
.TagClassName
{
border-color: #C75485;
}
</style>