Shades of Mulberry #C0508F
Tints of Mulberry #C0508F
RGB
CMYK
RGB Variations
Color information
#C0508F (or 0xC0508F) is known color: Mulberry. HEX triplet: C0, 50 and 8F. RGB value is (192,80,143). Sum of RGB (Red+Green+Blue) = 192+80+143=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C0508F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0508F is #3FAF70. Grayscale: #787878. Windows color (decimal): -4173681 or 9392320. OLE color: 9392320.
HSL color Cylindrical-coordinate representation of color #C0508F: hue angle of 326.25º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0508F is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 143 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.25 |
| HSL | 326.25º | 0.47% | 0.53% | - |
| HSV(B) | 326.25º | 0.58% | 0.75% | - |
| XYZ | 29.56 | 18.93 | 28.08 | - |
| YUV | 120.67 | 140.61 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 143 | 0 | 0.58 | 0.26 | 0.25 | 326.25 | 0.47 | 0.53 |
| Hex | C0 | 50 | 8F | 0 | 3A | 1A | 19 | 146 | 2F | 35 |
| Octal | 300 | 120 | 217 | 0 | 72 | 32 | 31 | 506 | 57 | 65 |
| Binary | 11000000 | 1010000 | 10001111 | 0 | 111010 | 11010 | 11001 | 101000110 | 101111 | 110101 |
Color Harmonies of #C0508F
Complementary color
Monochromatic Colors of #C0508F
Black with #C0508F
Text Example
Text Example
White with #C0508F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0508F; }
p { color: rgb(192,80,143); }
H1.HeaderClassName
{
color: #C0508F;
}
.AnyTagClassName
{
color: #C0508F;
}
</style>
background-color css
<style>
a { background-color: #C0508F; }
a { background-color: rgb(192,80,143); }
div.DivClassName
{
background-color: #C0508F;
}
.BgClassName
{
background-color: #C0508F;
}
</style>
border-color css
<style>
span { border-color: #C0508F; }
span { border-color: rgb(192,80,143); }
td.TdClassName
{
border-color: #C0508F;
}
.TagClassName
{
border-color: #C0508F;
}
</style>