Shades of Mulberry #C83EA0
Tints of Mulberry #C83EA0
RGB
CMYK
RGB Variations
Color information
#C83EA0 (or 0xC83EA0) is known color: Mulberry. HEX triplet: C8, 3E and A0. RGB value is (200,62,160). Sum of RGB (Red+Green+Blue) = 200+62+160=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 62 (24.61% from 255 or 14.69% from 422); Blue value is 160 (62.89% from 255 or 37.91% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C83EA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83EA0 is #37C15F. Grayscale: #727272. Windows color (decimal): -3653984 or 10501832. OLE color: 10501832.
HSL color Cylindrical-coordinate representation of color #C83EA0: hue angle of 317.39º 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 #C83EA0 is Cyan = 0, Magento = 0.69, Yellow = 0.2 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 62 | 160 | - |
| CMYK | 0 | 0.69 | 0.2 | 0.22 |
| HSL | 317.39º | 0.56% | 0.51% | - |
| HSV(B) | 317.39º | 0.69% | 0.78% | - |
| XYZ | 31.89 | 18.26 | 35.1 | - |
| YUV | 114.43 | 153.72 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 62 | 160 | 0 | 0.69 | 0.2 | 0.22 | 317.39 | 0.56 | 0.51 |
| Hex | C8 | 3E | A0 | 0 | 45 | 14 | 16 | 13D | 38 | 33 |
| Octal | 310 | 76 | 240 | 0 | 105 | 24 | 26 | 475 | 70 | 63 |
| Binary | 11001000 | 111110 | 10100000 | 0 | 1000101 | 10100 | 10110 | 100111101 | 111000 | 110011 |
Color Harmonies of #C83EA0
Complementary color
Monochromatic Colors of #C83EA0
Black with #C83EA0
Text Example
Text Example
White with #C83EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83EA0; }
p { color: rgb(200,62,160); }
H1.HeaderClassName
{
color: #C83EA0;
}
.AnyTagClassName
{
color: #C83EA0;
}
</style>
background-color css
<style>
a { background-color: #C83EA0; }
a { background-color: rgb(200,62,160); }
div.DivClassName
{
background-color: #C83EA0;
}
.BgClassName
{
background-color: #C83EA0;
}
</style>
border-color css
<style>
span { border-color: #C83EA0; }
span { border-color: rgb(200,62,160); }
td.TdClassName
{
border-color: #C83EA0;
}
.TagClassName
{
border-color: #C83EA0;
}
</style>