Shades of Mulberry #C95082
Tints of Mulberry #C95082
RGB
CMYK
RGB Variations
Color information
#C95082 (or 0xC95082) is known color: Mulberry. HEX triplet: C9, 50 and 82. RGB value is (201,80,130). Sum of RGB (Red+Green+Blue) = 201+80+130=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C95082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95082 is #36AF7D. Grayscale: #797979. Windows color (decimal): -3583870 or 8540361. OLE color: 8540361.
HSL color Cylindrical-coordinate representation of color #C95082: hue angle of 335.21º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C95082 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 80 | 130 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.21 |
| HSL | 335.21º | 0.53% | 0.55% | - |
| HSV(B) | 335.21º | 0.6% | 0.79% | - |
| XYZ | 30.99 | 19.77 | 23.3 | - |
| YUV | 121.88 | 132.59 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 80 | 130 | 0 | 0.60 | 0.35 | 0.21 | 335.21 | 0.53 | 0.55 |
| Hex | C9 | 50 | 82 | 0 | 3C | 23 | 15 | 14F | 35 | 37 |
| Octal | 311 | 120 | 202 | 0 | 74 | 43 | 25 | 517 | 65 | 67 |
| Binary | 11001001 | 1010000 | 10000010 | 0 | 111100 | 100011 | 10101 | 101001111 | 110101 | 110111 |
Color Harmonies of #C95082
Complementary color
Monochromatic Colors of #C95082
Black with #C95082
Text Example
Text Example
White with #C95082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95082; }
p { color: rgb(201,80,130); }
H1.HeaderClassName
{
color: #C95082;
}
.AnyTagClassName
{
color: #C95082;
}
</style>
background-color css
<style>
a { background-color: #C95082; }
a { background-color: rgb(201,80,130); }
div.DivClassName
{
background-color: #C95082;
}
.BgClassName
{
background-color: #C95082;
}
</style>
border-color css
<style>
span { border-color: #C95082; }
span { border-color: rgb(201,80,130); }
td.TdClassName
{
border-color: #C95082;
}
.TagClassName
{
border-color: #C95082;
}
</style>