Shades of Mulberry #C83F86
Tints of Mulberry #C83F86
RGB
CMYK
RGB Variations
Color information
#C83F86 (or 0xC83F86) is known color: Mulberry. HEX triplet: C8, 3F and 86. RGB value is (200,63,134). Sum of RGB (Red+Green+Blue) = 200+63+134=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 63 (25% from 255 or 15.87% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83F86 is #37C079. Grayscale: #6F6F6F. Windows color (decimal): -3653754 or 8798152. OLE color: 8798152.
HSL color Cylindrical-coordinate representation of color #C83F86: hue angle of 328.91º 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 #C83F86 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 63 | 134 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.22 |
| HSL | 328.91º | 0.55% | 0.52% | - |
| HSV(B) | 328.91º | 0.69% | 0.78% | - |
| XYZ | 29.9 | 17.56 | 24.37 | - |
| YUV | 112.06 | 140.39 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 134 | 0 | 0.68 | 0.33 | 0.22 | 328.91 | 0.55 | 0.52 |
| Hex | C8 | 3F | 86 | 0 | 44 | 21 | 16 | 149 | 37 | 34 |
| Octal | 310 | 77 | 206 | 0 | 104 | 41 | 26 | 511 | 67 | 64 |
| Binary | 11001000 | 111111 | 10000110 | 0 | 1000100 | 100001 | 10110 | 101001001 | 110111 | 110100 |
Color Harmonies of #C83F86
Complementary color
Monochromatic Colors of #C83F86
Black with #C83F86
Text Example
Text Example
White with #C83F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83F86; }
p { color: rgb(200,63,134); }
H1.HeaderClassName
{
color: #C83F86;
}
.AnyTagClassName
{
color: #C83F86;
}
</style>
background-color css
<style>
a { background-color: #C83F86; }
a { background-color: rgb(200,63,134); }
div.DivClassName
{
background-color: #C83F86;
}
.BgClassName
{
background-color: #C83F86;
}
</style>
border-color css
<style>
span { border-color: #C83F86; }
span { border-color: rgb(200,63,134); }
td.TdClassName
{
border-color: #C83F86;
}
.TagClassName
{
border-color: #C83F86;
}
</style>