Shades of Mulberry #C84283
Tints of Mulberry #C84283
RGB
CMYK
RGB Variations
Color information
#C84283 (or 0xC84283) is known color: Mulberry. HEX triplet: C8, 42 and 83. RGB value is (200,66,131). Sum of RGB (Red+Green+Blue) = 200+66+131=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C84283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84283 is #37BD7C. Grayscale: #717171. Windows color (decimal): -3652989 or 8602312. OLE color: 8602312.
HSL color Cylindrical-coordinate representation of color #C84283: hue angle of 330.9º 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 #C84283 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 66 | 131 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.22 |
| HSL | 330.9º | 0.55% | 0.52% | - |
| HSV(B) | 330.9º | 0.67% | 0.78% | - |
| XYZ | 29.86 | 17.81 | 23.34 | - |
| YUV | 113.48 | 137.89 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 66 | 131 | 0 | 0.67 | 0.34 | 0.22 | 330.9 | 0.55 | 0.52 |
| Hex | C8 | 42 | 83 | 0 | 43 | 22 | 16 | 14B | 37 | 34 |
| Octal | 310 | 102 | 203 | 0 | 103 | 42 | 26 | 513 | 67 | 64 |
| Binary | 11001000 | 1000010 | 10000011 | 0 | 1000011 | 100010 | 10110 | 101001011 | 110111 | 110100 |
Color Harmonies of #C84283
Complementary color
Monochromatic Colors of #C84283
Black with #C84283
Text Example
Text Example
White with #C84283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84283; }
p { color: rgb(200,66,131); }
H1.HeaderClassName
{
color: #C84283;
}
.AnyTagClassName
{
color: #C84283;
}
</style>
background-color css
<style>
a { background-color: #C84283; }
a { background-color: rgb(200,66,131); }
div.DivClassName
{
background-color: #C84283;
}
.BgClassName
{
background-color: #C84283;
}
</style>
border-color css
<style>
span { border-color: #C84283; }
span { border-color: rgb(200,66,131); }
td.TdClassName
{
border-color: #C84283;
}
.TagClassName
{
border-color: #C84283;
}
</style>