Shades of Mulberry #C84F93
Tints of Mulberry #C84F93
RGB
CMYK
RGB Variations
Color information
#C84F93 (or 0xC84F93) is known color: Mulberry. HEX triplet: C8, 4F and 93. RGB value is (200,79,147). Sum of RGB (Red+Green+Blue) = 200+79+147=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 79 (31.25% from 255 or 18.54% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C84F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84F93 is #37B06C. Grayscale: #7A7A7A. Windows color (decimal): -3649645 or 9654216. OLE color: 9654216.
HSL color Cylindrical-coordinate representation of color #C84F93: hue angle of 326.28º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C84F93 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 79 | 147 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.22 |
| HSL | 326.28º | 0.52% | 0.55% | - |
| HSV(B) | 326.28º | 0.61% | 0.78% | - |
| XYZ | 31.88 | 19.98 | 29.78 | - |
| YUV | 122.93 | 141.59 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 79 | 147 | 0 | 0.60 | 0.26 | 0.22 | 326.28 | 0.52 | 0.55 |
| Hex | C8 | 4F | 93 | 0 | 3C | 1A | 16 | 146 | 34 | 37 |
| Octal | 310 | 117 | 223 | 0 | 74 | 32 | 26 | 506 | 64 | 67 |
| Binary | 11001000 | 1001111 | 10010011 | 0 | 111100 | 11010 | 10110 | 101000110 | 110100 | 110111 |
Color Harmonies of #C84F93
Complementary color
Monochromatic Colors of #C84F93
Black with #C84F93
Text Example
Text Example
White with #C84F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84F93; }
p { color: rgb(200,79,147); }
H1.HeaderClassName
{
color: #C84F93;
}
.AnyTagClassName
{
color: #C84F93;
}
</style>
background-color css
<style>
a { background-color: #C84F93; }
a { background-color: rgb(200,79,147); }
div.DivClassName
{
background-color: #C84F93;
}
.BgClassName
{
background-color: #C84F93;
}
</style>
border-color css
<style>
span { border-color: #C84F93; }
span { border-color: rgb(200,79,147); }
td.TdClassName
{
border-color: #C84F93;
}
.TagClassName
{
border-color: #C84F93;
}
</style>