Shades of Mulberry #C84484
Tints of Mulberry #C84484
RGB
CMYK
RGB Variations
Color information
#C84484 (or 0xC84484) is known color: Mulberry. HEX triplet: C8, 44 and 84. RGB value is (200,68,132). Sum of RGB (Red+Green+Blue) = 200+68+132=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C84484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84484 is #37BB7B. Grayscale: #727272. Windows color (decimal): -3652476 or 8668360. OLE color: 8668360.
HSL color Cylindrical-coordinate representation of color #C84484: hue angle of 330.91º 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 #C84484 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 132 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.22 |
| HSL | 330.91º | 0.55% | 0.53% | - |
| HSV(B) | 330.91º | 0.66% | 0.78% | - |
| XYZ | 30.05 | 18.08 | 23.74 | - |
| YUV | 114.76 | 137.73 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 132 | 0 | 0.66 | 0.34 | 0.22 | 330.91 | 0.55 | 0.53 |
| Hex | C8 | 44 | 84 | 0 | 42 | 22 | 16 | 14B | 37 | 35 |
| Octal | 310 | 104 | 204 | 0 | 102 | 42 | 26 | 513 | 67 | 65 |
| Binary | 11001000 | 1000100 | 10000100 | 0 | 1000010 | 100010 | 10110 | 101001011 | 110111 | 110101 |
Color Harmonies of #C84484
Complementary color
Monochromatic Colors of #C84484
Black with #C84484
Text Example
Text Example
White with #C84484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84484; }
p { color: rgb(200,68,132); }
H1.HeaderClassName
{
color: #C84484;
}
.AnyTagClassName
{
color: #C84484;
}
</style>
background-color css
<style>
a { background-color: #C84484; }
a { background-color: rgb(200,68,132); }
div.DivClassName
{
background-color: #C84484;
}
.BgClassName
{
background-color: #C84484;
}
</style>
border-color css
<style>
span { border-color: #C84484; }
span { border-color: rgb(200,68,132); }
td.TdClassName
{
border-color: #C84484;
}
.TagClassName
{
border-color: #C84484;
}
</style>