Shades of Mulberry #C95083
Tints of Mulberry #C95083
RGB
CMYK
RGB Variations
Color information
#C95083 (or 0xC95083) is known color: Mulberry. HEX triplet: C9, 50 and 83. RGB value is (201,80,131). Sum of RGB (Red+Green+Blue) = 201+80+131=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 131 (51.56% from 255 or 31.80% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C95083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95083 is #36AF7C. Grayscale: #797979. Windows color (decimal): -3583869 or 8605897. OLE color: 8605897.
HSL color Cylindrical-coordinate representation of color #C95083: hue angle of 334.71º 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 #C95083 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 80 | 131 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.21 |
| HSL | 334.71º | 0.53% | 0.55% | - |
| HSV(B) | 334.71º | 0.6% | 0.79% | - |
| XYZ | 31.05 | 19.79 | 23.66 | - |
| YUV | 121.99 | 133.09 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 80 | 131 | 0 | 0.60 | 0.35 | 0.21 | 334.71 | 0.53 | 0.55 |
| Hex | C9 | 50 | 83 | 0 | 3C | 23 | 15 | 14F | 35 | 37 |
| Octal | 311 | 120 | 203 | 0 | 74 | 43 | 25 | 517 | 65 | 67 |
| Binary | 11001001 | 1010000 | 10000011 | 0 | 111100 | 100011 | 10101 | 101001111 | 110101 | 110111 |
Color Harmonies of #C95083
Complementary color
Monochromatic Colors of #C95083
Black with #C95083
Text Example
Text Example
White with #C95083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95083; }
p { color: rgb(201,80,131); }
H1.HeaderClassName
{
color: #C95083;
}
.AnyTagClassName
{
color: #C95083;
}
</style>
background-color css
<style>
a { background-color: #C95083; }
a { background-color: rgb(201,80,131); }
div.DivClassName
{
background-color: #C95083;
}
.BgClassName
{
background-color: #C95083;
}
</style>
border-color css
<style>
span { border-color: #C95083; }
span { border-color: rgb(201,80,131); }
td.TdClassName
{
border-color: #C95083;
}
.TagClassName
{
border-color: #C95083;
}
</style>