Shades of Mulberry #C84693
Tints of Mulberry #C84693
RGB
CMYK
RGB Variations
Color information
#C84693 (or 0xC84693) is known color: Mulberry. HEX triplet: C8, 46 and 93. RGB value is (200,70,147). Sum of RGB (Red+Green+Blue) = 200+70+147=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 70 (27.73% from 255 or 16.79% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C84693 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84693 is #37B96C. Grayscale: #757575. Windows color (decimal): -3651949 or 9651912. OLE color: 9651912.
HSL color Cylindrical-coordinate representation of color #C84693: hue angle of 324.46º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C84693 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 70 | 147 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.22 |
| HSL | 324.46º | 0.54% | 0.53% | - |
| HSV(B) | 324.46º | 0.65% | 0.78% | - |
| XYZ | 31.28 | 18.77 | 29.58 | - |
| YUV | 117.65 | 144.57 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 70 | 147 | 0 | 0.65 | 0.26 | 0.22 | 324.46 | 0.54 | 0.53 |
| Hex | C8 | 46 | 93 | 0 | 41 | 1A | 16 | 144 | 36 | 35 |
| Octal | 310 | 106 | 223 | 0 | 101 | 32 | 26 | 504 | 66 | 65 |
| Binary | 11001000 | 1000110 | 10010011 | 0 | 1000001 | 11010 | 10110 | 101000100 | 110110 | 110101 |
Color Harmonies of #C84693
Complementary color
Monochromatic Colors of #C84693
Black with #C84693
Text Example
Text Example
White with #C84693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84693; }
p { color: rgb(200,70,147); }
H1.HeaderClassName
{
color: #C84693;
}
.AnyTagClassName
{
color: #C84693;
}
</style>
background-color css
<style>
a { background-color: #C84693; }
a { background-color: rgb(200,70,147); }
div.DivClassName
{
background-color: #C84693;
}
.BgClassName
{
background-color: #C84693;
}
</style>
border-color css
<style>
span { border-color: #C84693; }
span { border-color: rgb(200,70,147); }
td.TdClassName
{
border-color: #C84693;
}
.TagClassName
{
border-color: #C84693;
}
</style>