Shades of Mulberry #C85380
Tints of Mulberry #C85380
RGB
CMYK
RGB Variations
Color information
#C85380 (or 0xC85380) is known color: Mulberry. HEX triplet: C8, 53 and 80. RGB value is (200,83,128). Sum of RGB (Red+Green+Blue) = 200+83+128=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C85380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85380 is #37AC7F. Grayscale: #7B7B7B. Windows color (decimal): -3648640 or 8410056. OLE color: 8410056.
HSL color Cylindrical-coordinate representation of color #C85380: hue angle of 336.92º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C85380 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 128 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.22 |
| HSL | 336.92º | 0.52% | 0.55% | - |
| HSV(B) | 336.92º | 0.59% | 0.78% | - |
| XYZ | 30.81 | 20.02 | 22.66 | - |
| YUV | 123.11 | 130.76 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 128 | 0 | 0.58 | 0.36 | 0.22 | 336.92 | 0.52 | 0.55 |
| Hex | C8 | 53 | 80 | 0 | 3A | 24 | 16 | 151 | 34 | 37 |
| Octal | 310 | 123 | 200 | 0 | 72 | 44 | 26 | 521 | 64 | 67 |
| Binary | 11001000 | 1010011 | 10000000 | 0 | 111010 | 100100 | 10110 | 101010001 | 110100 | 110111 |
Color Harmonies of #C85380
Complementary color
Monochromatic Colors of #C85380
Black with #C85380
Text Example
Text Example
White with #C85380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85380; }
p { color: rgb(200,83,128); }
H1.HeaderClassName
{
color: #C85380;
}
.AnyTagClassName
{
color: #C85380;
}
</style>
background-color css
<style>
a { background-color: #C85380; }
a { background-color: rgb(200,83,128); }
div.DivClassName
{
background-color: #C85380;
}
.BgClassName
{
background-color: #C85380;
}
</style>
border-color css
<style>
span { border-color: #C85380; }
span { border-color: rgb(200,83,128); }
td.TdClassName
{
border-color: #C85380;
}
.TagClassName
{
border-color: #C85380;
}
</style>