Shades of Mulberry #C83F91
Tints of Mulberry #C83F91
RGB
CMYK
RGB Variations
Color information
#C83F91 (or 0xC83F91) is known color: Mulberry. HEX triplet: C8, 3F and 91. RGB value is (200,63,145). Sum of RGB (Red+Green+Blue) = 200+63+145=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 63 (25% from 255 or 15.44% from 408); Blue value is 145 (57.03% from 255 or 35.54% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83F91 is #37C06E. Grayscale: #717171. Windows color (decimal): -3653743 or 9519048. OLE color: 9519048.
HSL color Cylindrical-coordinate representation of color #C83F91: hue angle of 324.09º 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 #C83F91 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 63 | 145 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.22 |
| HSL | 324.09º | 0.55% | 0.52% | - |
| HSV(B) | 324.09º | 0.69% | 0.78% | - |
| XYZ | 30.71 | 17.88 | 28.62 | - |
| YUV | 113.31 | 145.89 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 145 | 0 | 0.68 | 0.28 | 0.22 | 324.09 | 0.55 | 0.52 |
| Hex | C8 | 3F | 91 | 0 | 44 | 1C | 16 | 144 | 37 | 34 |
| Octal | 310 | 77 | 221 | 0 | 104 | 34 | 26 | 504 | 67 | 64 |
| Binary | 11001000 | 111111 | 10010001 | 0 | 1000100 | 11100 | 10110 | 101000100 | 110111 | 110100 |
Color Harmonies of #C83F91
Complementary color
Monochromatic Colors of #C83F91
Black with #C83F91
Text Example
Text Example
White with #C83F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83F91; }
p { color: rgb(200,63,145); }
H1.HeaderClassName
{
color: #C83F91;
}
.AnyTagClassName
{
color: #C83F91;
}
</style>
background-color css
<style>
a { background-color: #C83F91; }
a { background-color: rgb(200,63,145); }
div.DivClassName
{
background-color: #C83F91;
}
.BgClassName
{
background-color: #C83F91;
}
</style>
border-color css
<style>
span { border-color: #C83F91; }
span { border-color: rgb(200,63,145); }
td.TdClassName
{
border-color: #C83F91;
}
.TagClassName
{
border-color: #C83F91;
}
</style>