Shades of Mulberry #C83F87
Tints of Mulberry #C83F87
RGB
CMYK
RGB Variations
Color information
#C83F87 (or 0xC83F87) is known color: Mulberry. HEX triplet: C8, 3F and 87. RGB value is (200,63,135). Sum of RGB (Red+Green+Blue) = 200+63+135=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 63 (25% from 255 or 15.83% from 398); Blue value is 135 (53.12% from 255 or 33.92% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83F87 is #37C078. Grayscale: #707070. Windows color (decimal): -3653753 or 8863688. OLE color: 8863688.
HSL color Cylindrical-coordinate representation of color #C83F87: hue angle of 328.47º 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 #C83F87 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 63 | 135 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.22 |
| HSL | 328.47º | 0.55% | 0.52% | - |
| HSV(B) | 328.47º | 0.69% | 0.78% | - |
| XYZ | 29.97 | 17.58 | 24.74 | - |
| YUV | 112.17 | 140.89 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 135 | 0 | 0.68 | 0.32 | 0.22 | 328.47 | 0.55 | 0.52 |
| Hex | C8 | 3F | 87 | 0 | 44 | 20 | 16 | 148 | 37 | 34 |
| Octal | 310 | 77 | 207 | 0 | 104 | 40 | 26 | 510 | 67 | 64 |
| Binary | 11001000 | 111111 | 10000111 | 0 | 1000100 | 100000 | 10110 | 101001000 | 110111 | 110100 |
Color Harmonies of #C83F87
Complementary color
Monochromatic Colors of #C83F87
Black with #C83F87
Text Example
Text Example
White with #C83F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83F87; }
p { color: rgb(200,63,135); }
H1.HeaderClassName
{
color: #C83F87;
}
.AnyTagClassName
{
color: #C83F87;
}
</style>
background-color css
<style>
a { background-color: #C83F87; }
a { background-color: rgb(200,63,135); }
div.DivClassName
{
background-color: #C83F87;
}
.BgClassName
{
background-color: #C83F87;
}
</style>
border-color css
<style>
span { border-color: #C83F87; }
span { border-color: rgb(200,63,135); }
td.TdClassName
{
border-color: #C83F87;
}
.TagClassName
{
border-color: #C83F87;
}
</style>