Shades of Mulberry #C75390
Tints of Mulberry #C75390
RGB
CMYK
RGB Variations
Color information
#C75390 (or 0xC75390) is known color: Mulberry. HEX triplet: C7, 53 and 90. RGB value is (199,83,144). Sum of RGB (Red+Green+Blue) = 199+83+144=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C75390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75390 is #38AC6F. Grayscale: #7C7C7C. Windows color (decimal): -3714160 or 9458631. OLE color: 9458631.
HSL color Cylindrical-coordinate representation of color #C75390: hue angle of 328.45º 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 #C75390 is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 144 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.22 |
| HSL | 328.45º | 0.51% | 0.55% | - |
| HSV(B) | 328.45º | 0.58% | 0.78% | - |
| XYZ | 31.68 | 20.34 | 28.64 | - |
| YUV | 124.64 | 138.93 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 144 | 0 | 0.58 | 0.28 | 0.22 | 328.45 | 0.51 | 0.55 |
| Hex | C7 | 53 | 90 | 0 | 3A | 1C | 16 | 148 | 33 | 37 |
| Octal | 307 | 123 | 220 | 0 | 72 | 34 | 26 | 510 | 63 | 67 |
| Binary | 11000111 | 1010011 | 10010000 | 0 | 111010 | 11100 | 10110 | 101001000 | 110011 | 110111 |
Color Harmonies of #C75390
Complementary color
Monochromatic Colors of #C75390
Black with #C75390
Text Example
Text Example
White with #C75390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75390; }
p { color: rgb(199,83,144); }
H1.HeaderClassName
{
color: #C75390;
}
.AnyTagClassName
{
color: #C75390;
}
</style>
background-color css
<style>
a { background-color: #C75390; }
a { background-color: rgb(199,83,144); }
div.DivClassName
{
background-color: #C75390;
}
.BgClassName
{
background-color: #C75390;
}
</style>
border-color css
<style>
span { border-color: #C75390; }
span { border-color: rgb(199,83,144); }
td.TdClassName
{
border-color: #C75390;
}
.TagClassName
{
border-color: #C75390;
}
</style>