Shades of Mulberry #C83F80
Tints of Mulberry #C83F80
RGB
CMYK
RGB Variations
Color information
#C83F80 (or 0xC83F80) is known color: Mulberry. HEX triplet: C8, 3F and 80. RGB value is (200,63,128). Sum of RGB (Red+Green+Blue) = 200+63+128=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 63 (25% from 255 or 16.11% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83F80 is #37C07F. Grayscale: #6F6F6F. Windows color (decimal): -3653760 or 8404936. OLE color: 8404936.
HSL color Cylindrical-coordinate representation of color #C83F80: hue angle of 331.53º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C83F80 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 63 | 128 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.22 |
| HSL | 331.53º | 0.55% | 0.52% | - |
| HSV(B) | 331.53º | 0.69% | 0.78% | - |
| XYZ | 29.49 | 17.39 | 22.22 | - |
| YUV | 111.37 | 137.39 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 128 | 0 | 0.68 | 0.36 | 0.22 | 331.53 | 0.55 | 0.52 |
| Hex | C8 | 3F | 80 | 0 | 44 | 24 | 16 | 14C | 37 | 34 |
| Octal | 310 | 77 | 200 | 0 | 104 | 44 | 26 | 514 | 67 | 64 |
| Binary | 11001000 | 111111 | 10000000 | 0 | 1000100 | 100100 | 10110 | 101001100 | 110111 | 110100 |
Color Harmonies of #C83F80
Complementary color
Monochromatic Colors of #C83F80
Black with #C83F80
Text Example
Text Example
White with #C83F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83F80; }
p { color: rgb(200,63,128); }
H1.HeaderClassName
{
color: #C83F80;
}
.AnyTagClassName
{
color: #C83F80;
}
</style>
background-color css
<style>
a { background-color: #C83F80; }
a { background-color: rgb(200,63,128); }
div.DivClassName
{
background-color: #C83F80;
}
.BgClassName
{
background-color: #C83F80;
}
</style>
border-color css
<style>
span { border-color: #C83F80; }
span { border-color: rgb(200,63,128); }
td.TdClassName
{
border-color: #C83F80;
}
.TagClassName
{
border-color: #C83F80;
}
</style>