Shades of Mulberry #C84195
Tints of Mulberry #C84195
RGB
CMYK
RGB Variations
Color information
#C84195 (or 0xC84195) is known color: Mulberry. HEX triplet: C8, 41 and 95. RGB value is (200,65,149). Sum of RGB (Red+Green+Blue) = 200+65+149=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 65 (25.78% from 255 or 15.70% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C84195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84195 is #37BE6A. Grayscale: #727272. Windows color (decimal): -3653227 or 9781704. OLE color: 9781704.
HSL color Cylindrical-coordinate representation of color #C84195: hue angle of 322.67º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C84195 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 65 | 149 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.22 |
| HSL | 322.67º | 0.55% | 0.52% | - |
| HSV(B) | 322.67º | 0.68% | 0.78% | - |
| XYZ | 31.13 | 18.23 | 30.31 | - |
| YUV | 114.94 | 147.23 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 149 | 0 | 0.68 | 0.26 | 0.22 | 322.67 | 0.55 | 0.52 |
| Hex | C8 | 41 | 95 | 0 | 44 | 1A | 16 | 143 | 37 | 34 |
| Octal | 310 | 101 | 225 | 0 | 104 | 32 | 26 | 503 | 67 | 64 |
| Binary | 11001000 | 1000001 | 10010101 | 0 | 1000100 | 11010 | 10110 | 101000011 | 110111 | 110100 |
Color Harmonies of #C84195
Complementary color
Monochromatic Colors of #C84195
Black with #C84195
Text Example
Text Example
White with #C84195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84195; }
p { color: rgb(200,65,149); }
H1.HeaderClassName
{
color: #C84195;
}
.AnyTagClassName
{
color: #C84195;
}
</style>
background-color css
<style>
a { background-color: #C84195; }
a { background-color: rgb(200,65,149); }
div.DivClassName
{
background-color: #C84195;
}
.BgClassName
{
background-color: #C84195;
}
</style>
border-color css
<style>
span { border-color: #C84195; }
span { border-color: rgb(200,65,149); }
td.TdClassName
{
border-color: #C84195;
}
.TagClassName
{
border-color: #C84195;
}
</style>