Shades of Mulberry #C83E8E
Tints of Mulberry #C83E8E
RGB
CMYK
RGB Variations
Color information
#C83E8E (or 0xC83E8E) is known color: Mulberry. HEX triplet: C8, 3E and 8E. RGB value is (200,62,142). Sum of RGB (Red+Green+Blue) = 200+62+142=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 62 (24.61% from 255 or 15.35% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C83E8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83E8E is #37C171. Grayscale: #707070. Windows color (decimal): -3654002 or 9322184. OLE color: 9322184.
HSL color Cylindrical-coordinate representation of color #C83E8E: hue angle of 325.22º 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 #C83E8E is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 62 | 142 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.22 |
| HSL | 325.22º | 0.56% | 0.51% | - |
| HSV(B) | 325.22º | 0.69% | 0.78% | - |
| XYZ | 30.42 | 17.68 | 27.4 | - |
| YUV | 112.38 | 144.72 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 62 | 142 | 0 | 0.69 | 0.29 | 0.22 | 325.22 | 0.56 | 0.51 |
| Hex | C8 | 3E | 8E | 0 | 45 | 1D | 16 | 145 | 38 | 33 |
| Octal | 310 | 76 | 216 | 0 | 105 | 35 | 26 | 505 | 70 | 63 |
| Binary | 11001000 | 111110 | 10001110 | 0 | 1000101 | 11101 | 10110 | 101000101 | 111000 | 110011 |
Color Harmonies of #C83E8E
Complementary color
Monochromatic Colors of #C83E8E
Black with #C83E8E
Text Example
Text Example
White with #C83E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83E8E; }
p { color: rgb(200,62,142); }
H1.HeaderClassName
{
color: #C83E8E;
}
.AnyTagClassName
{
color: #C83E8E;
}
</style>
background-color css
<style>
a { background-color: #C83E8E; }
a { background-color: rgb(200,62,142); }
div.DivClassName
{
background-color: #C83E8E;
}
.BgClassName
{
background-color: #C83E8E;
}
</style>
border-color css
<style>
span { border-color: #C83E8E; }
span { border-color: rgb(200,62,142); }
td.TdClassName
{
border-color: #C83E8E;
}
.TagClassName
{
border-color: #C83E8E;
}
</style>