Shades of Mulberry #C75383
Tints of Mulberry #C75383
RGB
CMYK
RGB Variations
Color information
#C75383 (or 0xC75383) is known color: Mulberry. HEX triplet: C7, 53 and 83. RGB value is (199,83,131). Sum of RGB (Red+Green+Blue) = 199+83+131=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 131 (51.56% from 255 or 31.72% from 413); Max value from RGB is 199 - color contains mainly: red. Hex color #C75383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75383 is #38AC7C. Grayscale: #7B7B7B. Windows color (decimal): -3714173 or 8606663. OLE color: 8606663.
HSL color Cylindrical-coordinate representation of color #C75383: hue angle of 335.17º 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 #C75383 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 131 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.22 |
| HSL | 335.17º | 0.51% | 0.55% | - |
| HSV(B) | 335.17º | 0.58% | 0.78% | - |
| XYZ | 30.74 | 19.97 | 23.71 | - |
| YUV | 123.16 | 132.43 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 131 | 0 | 0.58 | 0.34 | 0.22 | 335.17 | 0.51 | 0.55 |
| Hex | C7 | 53 | 83 | 0 | 3A | 22 | 16 | 14F | 33 | 37 |
| Octal | 307 | 123 | 203 | 0 | 72 | 42 | 26 | 517 | 63 | 67 |
| Binary | 11000111 | 1010011 | 10000011 | 0 | 111010 | 100010 | 10110 | 101001111 | 110011 | 110111 |
Color Harmonies of #C75383
Complementary color
Monochromatic Colors of #C75383
Black with #C75383
Text Example
Text Example
White with #C75383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75383; }
p { color: rgb(199,83,131); }
H1.HeaderClassName
{
color: #C75383;
}
.AnyTagClassName
{
color: #C75383;
}
</style>
background-color css
<style>
a { background-color: #C75383; }
a { background-color: rgb(199,83,131); }
div.DivClassName
{
background-color: #C75383;
}
.BgClassName
{
background-color: #C75383;
}
</style>
border-color css
<style>
span { border-color: #C75383; }
span { border-color: rgb(199,83,131); }
td.TdClassName
{
border-color: #C75383;
}
.TagClassName
{
border-color: #C75383;
}
</style>