Shades of Mulberry #C83E80
Tints of Mulberry #C83E80
RGB
CMYK
RGB Variations
Color information
#C83E80 (or 0xC83E80) is known color: Mulberry. HEX triplet: C8, 3E and 80. RGB value is (200,62,128). Sum of RGB (Red+Green+Blue) = 200+62+128=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 62 (24.61% from 255 or 15.90% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C83E80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83E80 is #37C17F. Grayscale: #6E6E6E. Windows color (decimal): -3654016 or 8404680. OLE color: 8404680.
HSL color Cylindrical-coordinate representation of color #C83E80: hue angle of 331.3º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C83E80 is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 62 | 128 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.22 |
| HSL | 331.3º | 0.56% | 0.51% | - |
| HSV(B) | 331.3º | 0.69% | 0.78% | - |
| XYZ | 29.44 | 17.28 | 22.21 | - |
| YUV | 110.79 | 137.72 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 62 | 128 | 0 | 0.69 | 0.36 | 0.22 | 331.3 | 0.56 | 0.51 |
| Hex | C8 | 3E | 80 | 0 | 45 | 24 | 16 | 14B | 38 | 33 |
| Octal | 310 | 76 | 200 | 0 | 105 | 44 | 26 | 513 | 70 | 63 |
| Binary | 11001000 | 111110 | 10000000 | 0 | 1000101 | 100100 | 10110 | 101001011 | 111000 | 110011 |
Color Harmonies of #C83E80
Complementary color
Monochromatic Colors of #C83E80
Black with #C83E80
Text Example
Text Example
White with #C83E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83E80; }
p { color: rgb(200,62,128); }
H1.HeaderClassName
{
color: #C83E80;
}
.AnyTagClassName
{
color: #C83E80;
}
</style>
background-color css
<style>
a { background-color: #C83E80; }
a { background-color: rgb(200,62,128); }
div.DivClassName
{
background-color: #C83E80;
}
.BgClassName
{
background-color: #C83E80;
}
</style>
border-color css
<style>
span { border-color: #C83E80; }
span { border-color: rgb(200,62,128); }
td.TdClassName
{
border-color: #C83E80;
}
.TagClassName
{
border-color: #C83E80;
}
</style>