Shades of Mulberry #C84193
Tints of Mulberry #C84193
RGB
CMYK
RGB Variations
Color information
#C84193 (or 0xC84193) is known color: Mulberry. HEX triplet: C8, 41 and 93. RGB value is (200,65,147). Sum of RGB (Red+Green+Blue) = 200+65+147=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C84193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84193 is #37BE6C. Grayscale: #727272. Windows color (decimal): -3653229 or 9650632. OLE color: 9650632.
HSL color Cylindrical-coordinate representation of color #C84193: hue angle of 323.56º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C84193 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 65 | 147 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.22 |
| HSL | 323.56º | 0.55% | 0.52% | - |
| HSV(B) | 323.56º | 0.68% | 0.78% | - |
| XYZ | 30.98 | 18.17 | 29.48 | - |
| YUV | 114.71 | 146.23 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 147 | 0 | 0.68 | 0.26 | 0.22 | 323.56 | 0.55 | 0.52 |
| Hex | C8 | 41 | 93 | 0 | 44 | 1A | 16 | 144 | 37 | 34 |
| Octal | 310 | 101 | 223 | 0 | 104 | 32 | 26 | 504 | 67 | 64 |
| Binary | 11001000 | 1000001 | 10010011 | 0 | 1000100 | 11010 | 10110 | 101000100 | 110111 | 110100 |
Color Harmonies of #C84193
Complementary color
Monochromatic Colors of #C84193
Black with #C84193
Text Example
Text Example
White with #C84193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84193; }
p { color: rgb(200,65,147); }
H1.HeaderClassName
{
color: #C84193;
}
.AnyTagClassName
{
color: #C84193;
}
</style>
background-color css
<style>
a { background-color: #C84193; }
a { background-color: rgb(200,65,147); }
div.DivClassName
{
background-color: #C84193;
}
.BgClassName
{
background-color: #C84193;
}
</style>
border-color css
<style>
span { border-color: #C84193; }
span { border-color: rgb(200,65,147); }
td.TdClassName
{
border-color: #C84193;
}
.TagClassName
{
border-color: #C84193;
}
</style>