Shades of Mulberry #C83F83
Tints of Mulberry #C83F83
RGB
CMYK
RGB Variations
Color information
#C83F83 (or 0xC83F83) is known color: Mulberry. HEX triplet: C8, 3F and 83. RGB value is (200,63,131). Sum of RGB (Red+Green+Blue) = 200+63+131=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83F83 is #37C07C. Grayscale: #6F6F6F. Windows color (decimal): -3653757 or 8601544. OLE color: 8601544.
HSL color Cylindrical-coordinate representation of color #C83F83: hue angle of 330.22º 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 #C83F83 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 63 | 131 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.22 |
| HSL | 330.22º | 0.55% | 0.52% | - |
| HSV(B) | 330.22º | 0.69% | 0.78% | - |
| XYZ | 29.69 | 17.47 | 23.28 | - |
| YUV | 111.72 | 138.89 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 131 | 0 | 0.68 | 0.34 | 0.22 | 330.22 | 0.55 | 0.52 |
| Hex | C8 | 3F | 83 | 0 | 44 | 22 | 16 | 14A | 37 | 34 |
| Octal | 310 | 77 | 203 | 0 | 104 | 42 | 26 | 512 | 67 | 64 |
| Binary | 11001000 | 111111 | 10000011 | 0 | 1000100 | 100010 | 10110 | 101001010 | 110111 | 110100 |
Color Harmonies of #C83F83
Complementary color
Monochromatic Colors of #C83F83
Black with #C83F83
Text Example
Text Example
White with #C83F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83F83; }
p { color: rgb(200,63,131); }
H1.HeaderClassName
{
color: #C83F83;
}
.AnyTagClassName
{
color: #C83F83;
}
</style>
background-color css
<style>
a { background-color: #C83F83; }
a { background-color: rgb(200,63,131); }
div.DivClassName
{
background-color: #C83F83;
}
.BgClassName
{
background-color: #C83F83;
}
</style>
border-color css
<style>
span { border-color: #C83F83; }
span { border-color: rgb(200,63,131); }
td.TdClassName
{
border-color: #C83F83;
}
.TagClassName
{
border-color: #C83F83;
}
</style>