Shades of Mulberry #C83F8E
Tints of Mulberry #C83F8E
RGB
CMYK
RGB Variations
Color information
#C83F8E (or 0xC83F8E) is known color: Mulberry. HEX triplet: C8, 3F and 8E. RGB value is (200,63,142). Sum of RGB (Red+Green+Blue) = 200+63+142=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 63 (25% from 255 or 15.56% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83F8E is #37C071. Grayscale: #707070. Windows color (decimal): -3653746 or 9322440. OLE color: 9322440.
HSL color Cylindrical-coordinate representation of color #C83F8E: hue angle of 325.4º 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 #C83F8E is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 63 | 142 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.22 |
| HSL | 325.4º | 0.55% | 0.52% | - |
| HSV(B) | 325.4º | 0.69% | 0.78% | - |
| XYZ | 30.48 | 17.79 | 27.42 | - |
| YUV | 112.97 | 144.39 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 142 | 0 | 0.68 | 0.29 | 0.22 | 325.4 | 0.55 | 0.52 |
| Hex | C8 | 3F | 8E | 0 | 44 | 1D | 16 | 145 | 37 | 34 |
| Octal | 310 | 77 | 216 | 0 | 104 | 35 | 26 | 505 | 67 | 64 |
| Binary | 11001000 | 111111 | 10001110 | 0 | 1000100 | 11101 | 10110 | 101000101 | 110111 | 110100 |
Color Harmonies of #C83F8E
Complementary color
Monochromatic Colors of #C83F8E
Black with #C83F8E
Text Example
Text Example
White with #C83F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83F8E; }
p { color: rgb(200,63,142); }
H1.HeaderClassName
{
color: #C83F8E;
}
.AnyTagClassName
{
color: #C83F8E;
}
</style>
background-color css
<style>
a { background-color: #C83F8E; }
a { background-color: rgb(200,63,142); }
div.DivClassName
{
background-color: #C83F8E;
}
.BgClassName
{
background-color: #C83F8E;
}
</style>
border-color css
<style>
span { border-color: #C83F8E; }
span { border-color: rgb(200,63,142); }
td.TdClassName
{
border-color: #C83F8E;
}
.TagClassName
{
border-color: #C83F8E;
}
</style>