Shades of Mulberry #C75090
Tints of Mulberry #C75090
RGB
CMYK
RGB Variations
Color information
#C75090 (or 0xC75090) is known color: Mulberry. HEX triplet: C7, 50 and 90. RGB value is (199,80,144). Sum of RGB (Red+Green+Blue) = 199+80+144=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C75090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75090 is #38AF6F. Grayscale: #7A7A7A. Windows color (decimal): -3714928 or 9457863. OLE color: 9457863.
HSL color Cylindrical-coordinate representation of color #C75090: hue angle of 327.73º 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 #C75090 is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 80 | 144 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.22 |
| HSL | 327.73º | 0.52% | 0.55% | - |
| HSV(B) | 327.73º | 0.6% | 0.78% | - |
| XYZ | 31.46 | 19.89 | 28.57 | - |
| YUV | 122.88 | 139.92 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 80 | 144 | 0 | 0.60 | 0.28 | 0.22 | 327.73 | 0.52 | 0.55 |
| Hex | C7 | 50 | 90 | 0 | 3C | 1C | 16 | 148 | 34 | 37 |
| Octal | 307 | 120 | 220 | 0 | 74 | 34 | 26 | 510 | 64 | 67 |
| Binary | 11000111 | 1010000 | 10010000 | 0 | 111100 | 11100 | 10110 | 101001000 | 110100 | 110111 |
Color Harmonies of #C75090
Complementary color
Monochromatic Colors of #C75090
Black with #C75090
Text Example
Text Example
White with #C75090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75090; }
p { color: rgb(199,80,144); }
H1.HeaderClassName
{
color: #C75090;
}
.AnyTagClassName
{
color: #C75090;
}
</style>
background-color css
<style>
a { background-color: #C75090; }
a { background-color: rgb(199,80,144); }
div.DivClassName
{
background-color: #C75090;
}
.BgClassName
{
background-color: #C75090;
}
</style>
border-color css
<style>
span { border-color: #C75090; }
span { border-color: rgb(199,80,144); }
td.TdClassName
{
border-color: #C75090;
}
.TagClassName
{
border-color: #C75090;
}
</style>