Shades of Mulberry #C84485
Tints of Mulberry #C84485
RGB
CMYK
RGB Variations
Color information
#C84485 (or 0xC84485) is known color: Mulberry. HEX triplet: C8, 44 and 85. RGB value is (200,68,133). Sum of RGB (Red+Green+Blue) = 200+68+133=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C84485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84485 is #37BB7A. Grayscale: #727272. Windows color (decimal): -3652475 or 8733896. OLE color: 8733896.
HSL color Cylindrical-coordinate representation of color #C84485: hue angle of 330.45º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C84485 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 133 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.22 |
| HSL | 330.45º | 0.55% | 0.53% | - |
| HSV(B) | 330.45º | 0.66% | 0.78% | - |
| XYZ | 30.12 | 18.11 | 24.1 | - |
| YUV | 114.88 | 138.23 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 133 | 0 | 0.66 | 0.34 | 0.22 | 330.45 | 0.55 | 0.53 |
| Hex | C8 | 44 | 85 | 0 | 42 | 22 | 16 | 14A | 37 | 35 |
| Octal | 310 | 104 | 205 | 0 | 102 | 42 | 26 | 512 | 67 | 65 |
| Binary | 11001000 | 1000100 | 10000101 | 0 | 1000010 | 100010 | 10110 | 101001010 | 110111 | 110101 |
Color Harmonies of #C84485
Complementary color
Monochromatic Colors of #C84485
Black with #C84485
Text Example
Text Example
White with #C84485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84485; }
p { color: rgb(200,68,133); }
H1.HeaderClassName
{
color: #C84485;
}
.AnyTagClassName
{
color: #C84485;
}
</style>
background-color css
<style>
a { background-color: #C84485; }
a { background-color: rgb(200,68,133); }
div.DivClassName
{
background-color: #C84485;
}
.BgClassName
{
background-color: #C84485;
}
</style>
border-color css
<style>
span { border-color: #C84485; }
span { border-color: rgb(200,68,133); }
td.TdClassName
{
border-color: #C84485;
}
.TagClassName
{
border-color: #C84485;
}
</style>