Shades of Mulberry #C83F97
Tints of Mulberry #C83F97
RGB
CMYK
RGB Variations
Color information
#C83F97 (or 0xC83F97) is known color: Mulberry. HEX triplet: C8, 3F and 97. RGB value is (200,63,151). Sum of RGB (Red+Green+Blue) = 200+63+151=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 63 (25% from 255 or 15.22% from 414); Blue value is 151 (59.38% from 255 or 36.47% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83F97 is #37C068. Grayscale: #717171. Windows color (decimal): -3653737 or 9912264. OLE color: 9912264.
HSL color Cylindrical-coordinate representation of color #C83F97: hue angle of 321.46º 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 #C83F97 is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 63 | 151 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.22 |
| HSL | 321.46º | 0.55% | 0.52% | - |
| HSV(B) | 321.46º | 0.69% | 0.78% | - |
| XYZ | 31.18 | 18.07 | 31.12 | - |
| YUV | 114 | 148.89 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 151 | 0 | 0.68 | 0.24 | 0.22 | 321.46 | 0.55 | 0.52 |
| Hex | C8 | 3F | 97 | 0 | 44 | 18 | 16 | 141 | 37 | 34 |
| Octal | 310 | 77 | 227 | 0 | 104 | 30 | 26 | 501 | 67 | 64 |
| Binary | 11001000 | 111111 | 10010111 | 0 | 1000100 | 11000 | 10110 | 101000001 | 110111 | 110100 |
Color Harmonies of #C83F97
Complementary color
Monochromatic Colors of #C83F97
Black with #C83F97
Text Example
Text Example
White with #C83F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83F97; }
p { color: rgb(200,63,151); }
H1.HeaderClassName
{
color: #C83F97;
}
.AnyTagClassName
{
color: #C83F97;
}
</style>
background-color css
<style>
a { background-color: #C83F97; }
a { background-color: rgb(200,63,151); }
div.DivClassName
{
background-color: #C83F97;
}
.BgClassName
{
background-color: #C83F97;
}
</style>
border-color css
<style>
span { border-color: #C83F97; }
span { border-color: rgb(200,63,151); }
td.TdClassName
{
border-color: #C83F97;
}
.TagClassName
{
border-color: #C83F97;
}
</style>