Shades of Mulberry #C84382
Tints of Mulberry #C84382
RGB
CMYK
RGB Variations
Color information
#C84382 (or 0xC84382) is known color: Mulberry. HEX triplet: C8, 43 and 82. RGB value is (200,67,130). Sum of RGB (Red+Green+Blue) = 200+67+130=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 67 (26.56% from 255 or 16.88% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C84382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84382 is #37BC7D. Grayscale: #717171. Windows color (decimal): -3652734 or 8537032. OLE color: 8537032.
HSL color Cylindrical-coordinate representation of color #C84382: hue angle of 331.58º 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 #C84382 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 67 | 130 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.22 |
| HSL | 331.58º | 0.55% | 0.52% | - |
| HSV(B) | 331.58º | 0.67% | 0.78% | - |
| XYZ | 29.86 | 17.91 | 23 | - |
| YUV | 113.95 | 137.06 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 67 | 130 | 0 | 0.66 | 0.35 | 0.22 | 331.58 | 0.55 | 0.52 |
| Hex | C8 | 43 | 82 | 0 | 42 | 23 | 16 | 14C | 37 | 34 |
| Octal | 310 | 103 | 202 | 0 | 102 | 43 | 26 | 514 | 67 | 64 |
| Binary | 11001000 | 1000011 | 10000010 | 0 | 1000010 | 100011 | 10110 | 101001100 | 110111 | 110100 |
Color Harmonies of #C84382
Complementary color
Monochromatic Colors of #C84382
Black with #C84382
Text Example
Text Example
White with #C84382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84382; }
p { color: rgb(200,67,130); }
H1.HeaderClassName
{
color: #C84382;
}
.AnyTagClassName
{
color: #C84382;
}
</style>
background-color css
<style>
a { background-color: #C84382; }
a { background-color: rgb(200,67,130); }
div.DivClassName
{
background-color: #C84382;
}
.BgClassName
{
background-color: #C84382;
}
</style>
border-color css
<style>
span { border-color: #C84382; }
span { border-color: rgb(200,67,130); }
td.TdClassName
{
border-color: #C84382;
}
.TagClassName
{
border-color: #C84382;
}
</style>