Shades of Mulberry #C83D97
Tints of Mulberry #C83D97
RGB
CMYK
RGB Variations
Color information
#C83D97 (or 0xC83D97) is known color: Mulberry. HEX triplet: C8, 3D and 97. RGB value is (200,61,151). Sum of RGB (Red+Green+Blue) = 200+61+151=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 61 (24.22% from 255 or 14.81% from 412); Blue value is 151 (59.38% from 255 or 36.65% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C83D97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83D97 is #37C268. Grayscale: #707070. Windows color (decimal): -3654249 or 9911752. OLE color: 9911752.
HSL color Cylindrical-coordinate representation of color #C83D97: hue angle of 321.15º 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 #C83D97 is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 61 | 151 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.22 |
| HSL | 321.15º | 0.56% | 0.51% | - |
| HSV(B) | 321.15º | 0.7% | 0.78% | - |
| XYZ | 31.07 | 17.85 | 31.09 | - |
| YUV | 112.82 | 149.55 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 151 | 0 | 0.69 | 0.24 | 0.22 | 321.15 | 0.56 | 0.51 |
| Hex | C8 | 3D | 97 | 0 | 45 | 18 | 16 | 141 | 38 | 33 |
| Octal | 310 | 75 | 227 | 0 | 105 | 30 | 26 | 501 | 70 | 63 |
| Binary | 11001000 | 111101 | 10010111 | 0 | 1000101 | 11000 | 10110 | 101000001 | 111000 | 110011 |
Color Harmonies of #C83D97
Complementary color
Monochromatic Colors of #C83D97
Black with #C83D97
Text Example
Text Example
White with #C83D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83D97; }
p { color: rgb(200,61,151); }
H1.HeaderClassName
{
color: #C83D97;
}
.AnyTagClassName
{
color: #C83D97;
}
</style>
background-color css
<style>
a { background-color: #C83D97; }
a { background-color: rgb(200,61,151); }
div.DivClassName
{
background-color: #C83D97;
}
.BgClassName
{
background-color: #C83D97;
}
</style>
border-color css
<style>
span { border-color: #C83D97; }
span { border-color: rgb(200,61,151); }
td.TdClassName
{
border-color: #C83D97;
}
.TagClassName
{
border-color: #C83D97;
}
</style>