Shades of Mulberry #C83D7E
Tints of Mulberry #C83D7E
RGB
CMYK
RGB Variations
Color information
#C83D7E (or 0xC83D7E) is known color: Mulberry. HEX triplet: C8, 3D and 7E. RGB value is (200,61,126). Sum of RGB (Red+Green+Blue) = 200+61+126=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C83D7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83D7E is #37C281. Grayscale: #6D6D6D. Windows color (decimal): -3654274 or 8273352. OLE color: 8273352.
HSL color Cylindrical-coordinate representation of color #C83D7E: hue angle of 331.94º 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 #C83D7E is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 61 | 126 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.22 |
| HSL | 331.94º | 0.56% | 0.51% | - |
| HSV(B) | 331.94º | 0.7% | 0.78% | - |
| XYZ | 29.25 | 17.12 | 21.5 | - |
| YUV | 109.97 | 137.05 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 126 | 0 | 0.69 | 0.37 | 0.22 | 331.94 | 0.56 | 0.51 |
| Hex | C8 | 3D | 7E | 0 | 45 | 25 | 16 | 14C | 38 | 33 |
| Octal | 310 | 75 | 176 | 0 | 105 | 45 | 26 | 514 | 70 | 63 |
| Binary | 11001000 | 111101 | 1111110 | 0 | 1000101 | 100101 | 10110 | 101001100 | 111000 | 110011 |
Color Harmonies of #C83D7E
Complementary color
Monochromatic Colors of #C83D7E
Black with #C83D7E
Text Example
Text Example
White with #C83D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83D7E; }
p { color: rgb(200,61,126); }
H1.HeaderClassName
{
color: #C83D7E;
}
.AnyTagClassName
{
color: #C83D7E;
}
</style>
background-color css
<style>
a { background-color: #C83D7E; }
a { background-color: rgb(200,61,126); }
div.DivClassName
{
background-color: #C83D7E;
}
.BgClassName
{
background-color: #C83D7E;
}
</style>
border-color css
<style>
span { border-color: #C83D7E; }
span { border-color: rgb(200,61,126); }
td.TdClassName
{
border-color: #C83D7E;
}
.TagClassName
{
border-color: #C83D7E;
}
</style>