Shades of Mulberry #C84FA6
Tints of Mulberry #C84FA6
RGB
CMYK
RGB Variations
Color information
#C84FA6 (or 0xC84FA6) is known color: Mulberry. HEX triplet: C8, 4F and A6. RGB value is (200,79,166). Sum of RGB (Red+Green+Blue) = 200+79+166=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 79 (31.25% from 255 or 17.75% from 445); Blue value is 166 (65.23% from 255 or 37.30% from 445); Max value from RGB is 200 - color contains mainly: red. Hex color #C84FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84FA6 is #37B059. Grayscale: #7C7C7C. Windows color (decimal): -3649626 or 10899400. OLE color: 10899400.
HSL color Cylindrical-coordinate representation of color #C84FA6: hue angle of 316.86º 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 #C84FA6 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 79 | 166 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.22 |
| HSL | 316.86º | 0.52% | 0.55% | - |
| HSV(B) | 316.86º | 0.61% | 0.78% | - |
| XYZ | 33.5 | 20.62 | 38.29 | - |
| YUV | 125.1 | 151.09 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 79 | 166 | 0 | 0.60 | 0.17 | 0.22 | 316.86 | 0.52 | 0.55 |
| Hex | C8 | 4F | A6 | 0 | 3C | 11 | 16 | 13D | 34 | 37 |
| Octal | 310 | 117 | 246 | 0 | 74 | 21 | 26 | 475 | 64 | 67 |
| Binary | 11001000 | 1001111 | 10100110 | 0 | 111100 | 10001 | 10110 | 100111101 | 110100 | 110111 |
Color Harmonies of #C84FA6
Complementary color
Monochromatic Colors of #C84FA6
Black with #C84FA6
Text Example
Text Example
White with #C84FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84FA6; }
p { color: rgb(200,79,166); }
H1.HeaderClassName
{
color: #C84FA6;
}
.AnyTagClassName
{
color: #C84FA6;
}
</style>
background-color css
<style>
a { background-color: #C84FA6; }
a { background-color: rgb(200,79,166); }
div.DivClassName
{
background-color: #C84FA6;
}
.BgClassName
{
background-color: #C84FA6;
}
</style>
border-color css
<style>
span { border-color: #C84FA6; }
span { border-color: rgb(200,79,166); }
td.TdClassName
{
border-color: #C84FA6;
}
.TagClassName
{
border-color: #C84FA6;
}
</style>