Shades of Mulberry #C83E83
Tints of Mulberry #C83E83
RGB
CMYK
RGB Variations
Color information
#C83E83 (or 0xC83E83) is known color: Mulberry. HEX triplet: C8, 3E and 83. RGB value is (200,62,131). Sum of RGB (Red+Green+Blue) = 200+62+131=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 62 (24.61% from 255 or 15.78% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C83E83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83E83 is #37C17C. Grayscale: #6E6E6E. Windows color (decimal): -3654013 or 8601288. OLE color: 8601288.
HSL color Cylindrical-coordinate representation of color #C83E83: hue angle of 330º 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 #C83E83 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 62 | 131 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.22 |
| HSL | 330º | 0.56% | 0.51% | - |
| HSV(B) | 330º | 0.69% | 0.78% | - |
| XYZ | 29.64 | 17.36 | 23.26 | - |
| YUV | 111.13 | 139.22 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 62 | 131 | 0 | 0.69 | 0.34 | 0.22 | 330 | 0.56 | 0.51 |
| Hex | C8 | 3E | 83 | 0 | 45 | 22 | 16 | 14A | 38 | 33 |
| Octal | 310 | 76 | 203 | 0 | 105 | 42 | 26 | 512 | 70 | 63 |
| Binary | 11001000 | 111110 | 10000011 | 0 | 1000101 | 100010 | 10110 | 101001010 | 111000 | 110011 |
Color Harmonies of #C83E83
Complementary color
Monochromatic Colors of #C83E83
Black with #C83E83
Text Example
Text Example
White with #C83E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83E83; }
p { color: rgb(200,62,131); }
H1.HeaderClassName
{
color: #C83E83;
}
.AnyTagClassName
{
color: #C83E83;
}
</style>
background-color css
<style>
a { background-color: #C83E83; }
a { background-color: rgb(200,62,131); }
div.DivClassName
{
background-color: #C83E83;
}
.BgClassName
{
background-color: #C83E83;
}
</style>
border-color css
<style>
span { border-color: #C83E83; }
span { border-color: rgb(200,62,131); }
td.TdClassName
{
border-color: #C83E83;
}
.TagClassName
{
border-color: #C83E83;
}
</style>