Shades of Mulberry #C05098
Tints of Mulberry #C05098
RGB
CMYK
RGB Variations
Color information
#C05098 (or 0xC05098) is known color: Mulberry. HEX triplet: C0, 50 and 98. RGB value is (192,80,152). Sum of RGB (Red+Green+Blue) = 192+80+152=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C05098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05098 is #3FAF67. Grayscale: #797979. Windows color (decimal): -4173672 or 9982144. OLE color: 9982144.
HSL color Cylindrical-coordinate representation of color #C05098: hue angle of 321.43º 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 #C05098 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 152 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.25 |
| HSL | 321.43º | 0.47% | 0.53% | - |
| HSV(B) | 321.43º | 0.58% | 0.75% | - |
| XYZ | 30.27 | 19.21 | 31.82 | - |
| YUV | 121.7 | 145.11 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 152 | 0 | 0.58 | 0.21 | 0.25 | 321.43 | 0.47 | 0.53 |
| Hex | C0 | 50 | 98 | 0 | 3A | 15 | 19 | 141 | 2F | 35 |
| Octal | 300 | 120 | 230 | 0 | 72 | 25 | 31 | 501 | 57 | 65 |
| Binary | 11000000 | 1010000 | 10011000 | 0 | 111010 | 10101 | 11001 | 101000001 | 101111 | 110101 |
Color Harmonies of #C05098
Complementary color
Monochromatic Colors of #C05098
Black with #C05098
Text Example
Text Example
White with #C05098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05098; }
p { color: rgb(192,80,152); }
H1.HeaderClassName
{
color: #C05098;
}
.AnyTagClassName
{
color: #C05098;
}
</style>
background-color css
<style>
a { background-color: #C05098; }
a { background-color: rgb(192,80,152); }
div.DivClassName
{
background-color: #C05098;
}
.BgClassName
{
background-color: #C05098;
}
</style>
border-color css
<style>
span { border-color: #C05098; }
span { border-color: rgb(192,80,152); }
td.TdClassName
{
border-color: #C05098;
}
.TagClassName
{
border-color: #C05098;
}
</style>