Shades of Mulberry #C84284
Tints of Mulberry #C84284
RGB
CMYK
RGB Variations
Color information
#C84284 (or 0xC84284) is known color: Mulberry. HEX triplet: C8, 42 and 84. RGB value is (200,66,132). Sum of RGB (Red+Green+Blue) = 200+66+132=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C84284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84284 is #37BD7B. Grayscale: #717171. Windows color (decimal): -3652988 or 8667848. OLE color: 8667848.
HSL color Cylindrical-coordinate representation of color #C84284: hue angle of 330.45º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C84284 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 66 | 132 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.22 |
| HSL | 330.45º | 0.55% | 0.52% | - |
| HSV(B) | 330.45º | 0.67% | 0.78% | - |
| XYZ | 29.93 | 17.84 | 23.7 | - |
| YUV | 113.59 | 138.39 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 66 | 132 | 0 | 0.67 | 0.34 | 0.22 | 330.45 | 0.55 | 0.52 |
| Hex | C8 | 42 | 84 | 0 | 43 | 22 | 16 | 14A | 37 | 34 |
| Octal | 310 | 102 | 204 | 0 | 103 | 42 | 26 | 512 | 67 | 64 |
| Binary | 11001000 | 1000010 | 10000100 | 0 | 1000011 | 100010 | 10110 | 101001010 | 110111 | 110100 |
Color Harmonies of #C84284
Complementary color
Monochromatic Colors of #C84284
Black with #C84284
Text Example
Text Example
White with #C84284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84284; }
p { color: rgb(200,66,132); }
H1.HeaderClassName
{
color: #C84284;
}
.AnyTagClassName
{
color: #C84284;
}
</style>
background-color css
<style>
a { background-color: #C84284; }
a { background-color: rgb(200,66,132); }
div.DivClassName
{
background-color: #C84284;
}
.BgClassName
{
background-color: #C84284;
}
</style>
border-color css
<style>
span { border-color: #C84284; }
span { border-color: rgb(200,66,132); }
td.TdClassName
{
border-color: #C84284;
}
.TagClassName
{
border-color: #C84284;
}
</style>