Shades of Mulberry #C84398
Tints of Mulberry #C84398
RGB
CMYK
RGB Variations
Color information
#C84398 (or 0xC84398) is known color: Mulberry. HEX triplet: C8, 43 and 98. RGB value is (200,67,152). Sum of RGB (Red+Green+Blue) = 200+67+152=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 67 (26.56% from 255 or 15.99% from 419); Blue value is 152 (59.77% from 255 or 36.28% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C84398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84398 is #37BC67. Grayscale: #747474. Windows color (decimal): -3652712 or 9978824. OLE color: 9978824.
HSL color Cylindrical-coordinate representation of color #C84398: hue angle of 321.65º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C84398 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 67 | 152 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.22 |
| HSL | 321.65º | 0.55% | 0.52% | - |
| HSV(B) | 321.65º | 0.67% | 0.78% | - |
| XYZ | 31.49 | 18.56 | 31.63 | - |
| YUV | 116.46 | 148.06 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 67 | 152 | 0 | 0.66 | 0.24 | 0.22 | 321.65 | 0.55 | 0.52 |
| Hex | C8 | 43 | 98 | 0 | 42 | 18 | 16 | 142 | 37 | 34 |
| Octal | 310 | 103 | 230 | 0 | 102 | 30 | 26 | 502 | 67 | 64 |
| Binary | 11001000 | 1000011 | 10011000 | 0 | 1000010 | 11000 | 10110 | 101000010 | 110111 | 110100 |
Color Harmonies of #C84398
Complementary color
Monochromatic Colors of #C84398
Black with #C84398
Text Example
Text Example
White with #C84398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84398; }
p { color: rgb(200,67,152); }
H1.HeaderClassName
{
color: #C84398;
}
.AnyTagClassName
{
color: #C84398;
}
</style>
background-color css
<style>
a { background-color: #C84398; }
a { background-color: rgb(200,67,152); }
div.DivClassName
{
background-color: #C84398;
}
.BgClassName
{
background-color: #C84398;
}
</style>
border-color css
<style>
span { border-color: #C84398; }
span { border-color: rgb(200,67,152); }
td.TdClassName
{
border-color: #C84398;
}
.TagClassName
{
border-color: #C84398;
}
</style>