Shades of Mulberry #C0538F
Tints of Mulberry #C0538F
RGB
CMYK
RGB Variations
Color information
#C0538F (or 0xC0538F) is known color: Mulberry. HEX triplet: C0, 53 and 8F. RGB value is (192,83,143). Sum of RGB (Red+Green+Blue) = 192+83+143=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C0538F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0538F is #3FAC70. Grayscale: #7A7A7A. Windows color (decimal): -4172913 or 9393088. OLE color: 9393088.
HSL color Cylindrical-coordinate representation of color #C0538F: hue angle of 326.97º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C0538F is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 83 | 143 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.25 |
| HSL | 326.97º | 0.46% | 0.54% | - |
| HSV(B) | 326.97º | 0.57% | 0.75% | - |
| XYZ | 29.79 | 19.38 | 28.16 | - |
| YUV | 122.43 | 139.61 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 143 | 0 | 0.57 | 0.26 | 0.25 | 326.97 | 0.46 | 0.54 |
| Hex | C0 | 53 | 8F | 0 | 39 | 1A | 19 | 147 | 2E | 36 |
| Octal | 300 | 123 | 217 | 0 | 71 | 32 | 31 | 507 | 56 | 66 |
| Binary | 11000000 | 1010011 | 10001111 | 0 | 111001 | 11010 | 11001 | 101000111 | 101110 | 110110 |
Color Harmonies of #C0538F
Complementary color
Monochromatic Colors of #C0538F
Black with #C0538F
Text Example
Text Example
White with #C0538F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0538F; }
p { color: rgb(192,83,143); }
H1.HeaderClassName
{
color: #C0538F;
}
.AnyTagClassName
{
color: #C0538F;
}
</style>
background-color css
<style>
a { background-color: #C0538F; }
a { background-color: rgb(192,83,143); }
div.DivClassName
{
background-color: #C0538F;
}
.BgClassName
{
background-color: #C0538F;
}
</style>
border-color css
<style>
span { border-color: #C0538F; }
span { border-color: rgb(192,83,143); }
td.TdClassName
{
border-color: #C0538F;
}
.TagClassName
{
border-color: #C0538F;
}
</style>