Shades of Mulberry #C84F8C
Tints of Mulberry #C84F8C
RGB
CMYK
RGB Variations
Color information
#C84F8C (or 0xC84F8C) is known color: Mulberry. HEX triplet: C8, 4F and 8C. RGB value is (200,79,140). Sum of RGB (Red+Green+Blue) = 200+79+140=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C84F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84F8C is #37B073. Grayscale: #7A7A7A. Windows color (decimal): -3649652 or 9195464. OLE color: 9195464.
HSL color Cylindrical-coordinate representation of color #C84F8C: hue angle of 329.75º 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 #C84F8C is Cyan = 0, Magento = 0.60, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 79 | 140 | - |
| CMYK | 0 | 0.60 | 0.3 | 0.22 |
| HSL | 329.75º | 0.52% | 0.55% | - |
| HSV(B) | 329.75º | 0.61% | 0.78% | - |
| XYZ | 31.35 | 19.76 | 26.97 | - |
| YUV | 122.13 | 138.09 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 79 | 140 | 0 | 0.60 | 0.3 | 0.22 | 329.75 | 0.52 | 0.55 |
| Hex | C8 | 4F | 8C | 0 | 3C | 1E | 16 | 14A | 34 | 37 |
| Octal | 310 | 117 | 214 | 0 | 74 | 36 | 26 | 512 | 64 | 67 |
| Binary | 11001000 | 1001111 | 10001100 | 0 | 111100 | 11110 | 10110 | 101001010 | 110100 | 110111 |
Color Harmonies of #C84F8C
Complementary color
Monochromatic Colors of #C84F8C
Black with #C84F8C
Text Example
Text Example
White with #C84F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84F8C; }
p { color: rgb(200,79,140); }
H1.HeaderClassName
{
color: #C84F8C;
}
.AnyTagClassName
{
color: #C84F8C;
}
</style>
background-color css
<style>
a { background-color: #C84F8C; }
a { background-color: rgb(200,79,140); }
div.DivClassName
{
background-color: #C84F8C;
}
.BgClassName
{
background-color: #C84F8C;
}
</style>
border-color css
<style>
span { border-color: #C84F8C; }
span { border-color: rgb(200,79,140); }
td.TdClassName
{
border-color: #C84F8C;
}
.TagClassName
{
border-color: #C84F8C;
}
</style>