Shades of Mulberry #C75382
Tints of Mulberry #C75382
RGB
CMYK
RGB Variations
Color information
#C75382 (or 0xC75382) is known color: Mulberry. HEX triplet: C7, 53 and 82. RGB value is (199,83,130). Sum of RGB (Red+Green+Blue) = 199+83+130=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C75382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75382 is #38AC7D. Grayscale: #7A7A7A. Windows color (decimal): -3714174 or 8541127. OLE color: 8541127.
HSL color Cylindrical-coordinate representation of color #C75382: hue angle of 335.69º 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 #C75382 is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 130 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.22 |
| HSL | 335.69º | 0.51% | 0.55% | - |
| HSV(B) | 335.69º | 0.58% | 0.78% | - |
| XYZ | 30.68 | 19.94 | 23.35 | - |
| YUV | 123.04 | 131.93 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 130 | 0 | 0.58 | 0.35 | 0.22 | 335.69 | 0.51 | 0.55 |
| Hex | C7 | 53 | 82 | 0 | 3A | 23 | 16 | 150 | 33 | 37 |
| Octal | 307 | 123 | 202 | 0 | 72 | 43 | 26 | 520 | 63 | 67 |
| Binary | 11000111 | 1010011 | 10000010 | 0 | 111010 | 100011 | 10110 | 101010000 | 110011 | 110111 |
Color Harmonies of #C75382
Complementary color
Monochromatic Colors of #C75382
Black with #C75382
Text Example
Text Example
White with #C75382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75382; }
p { color: rgb(199,83,130); }
H1.HeaderClassName
{
color: #C75382;
}
.AnyTagClassName
{
color: #C75382;
}
</style>
background-color css
<style>
a { background-color: #C75382; }
a { background-color: rgb(199,83,130); }
div.DivClassName
{
background-color: #C75382;
}
.BgClassName
{
background-color: #C75382;
}
</style>
border-color css
<style>
span { border-color: #C75382; }
span { border-color: rgb(199,83,130); }
td.TdClassName
{
border-color: #C75382;
}
.TagClassName
{
border-color: #C75382;
}
</style>