Shades of Mulberry #C84F98
Tints of Mulberry #C84F98
RGB
CMYK
RGB Variations
Color information
#C84F98 (or 0xC84F98) is known color: Mulberry. HEX triplet: C8, 4F and 98. RGB value is (200,79,152). Sum of RGB (Red+Green+Blue) = 200+79+152=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 79 (31.25% from 255 or 18.33% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C84F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84F98 is #37B067. Grayscale: #7B7B7B. Windows color (decimal): -3649640 or 9981896. OLE color: 9981896.
HSL color Cylindrical-coordinate representation of color #C84F98: hue angle of 323.8º 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 #C84F98 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 79 | 152 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.22 |
| HSL | 323.8º | 0.52% | 0.55% | - |
| HSV(B) | 323.8º | 0.61% | 0.78% | - |
| XYZ | 32.28 | 20.14 | 31.89 | - |
| YUV | 123.5 | 144.09 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 79 | 152 | 0 | 0.60 | 0.24 | 0.22 | 323.8 | 0.52 | 0.55 |
| Hex | C8 | 4F | 98 | 0 | 3C | 18 | 16 | 144 | 34 | 37 |
| Octal | 310 | 117 | 230 | 0 | 74 | 30 | 26 | 504 | 64 | 67 |
| Binary | 11001000 | 1001111 | 10011000 | 0 | 111100 | 11000 | 10110 | 101000100 | 110100 | 110111 |
Color Harmonies of #C84F98
Complementary color
Monochromatic Colors of #C84F98
Black with #C84F98
Text Example
Text Example
White with #C84F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84F98; }
p { color: rgb(200,79,152); }
H1.HeaderClassName
{
color: #C84F98;
}
.AnyTagClassName
{
color: #C84F98;
}
</style>
background-color css
<style>
a { background-color: #C84F98; }
a { background-color: rgb(200,79,152); }
div.DivClassName
{
background-color: #C84F98;
}
.BgClassName
{
background-color: #C84F98;
}
</style>
border-color css
<style>
span { border-color: #C84F98; }
span { border-color: rgb(200,79,152); }
td.TdClassName
{
border-color: #C84F98;
}
.TagClassName
{
border-color: #C84F98;
}
</style>