Shades of Mulberry #C83F84
Tints of Mulberry #C83F84
RGB
CMYK
RGB Variations
Color information
#C83F84 (or 0xC83F84) is known color: Mulberry. HEX triplet: C8, 3F and 84. RGB value is (200,63,132). Sum of RGB (Red+Green+Blue) = 200+63+132=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83F84 is #37C07B. Grayscale: #6F6F6F. Windows color (decimal): -3653756 or 8667080. OLE color: 8667080.
HSL color Cylindrical-coordinate representation of color #C83F84: hue angle of 329.78º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C83F84 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 63 | 132 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.22 |
| HSL | 329.78º | 0.55% | 0.52% | - |
| HSV(B) | 329.78º | 0.69% | 0.78% | - |
| XYZ | 29.76 | 17.5 | 23.64 | - |
| YUV | 111.83 | 139.39 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 132 | 0 | 0.68 | 0.34 | 0.22 | 329.78 | 0.55 | 0.52 |
| Hex | C8 | 3F | 84 | 0 | 44 | 22 | 16 | 14A | 37 | 34 |
| Octal | 310 | 77 | 204 | 0 | 104 | 42 | 26 | 512 | 67 | 64 |
| Binary | 11001000 | 111111 | 10000100 | 0 | 1000100 | 100010 | 10110 | 101001010 | 110111 | 110100 |
Color Harmonies of #C83F84
Complementary color
Monochromatic Colors of #C83F84
Black with #C83F84
Text Example
Text Example
White with #C83F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83F84; }
p { color: rgb(200,63,132); }
H1.HeaderClassName
{
color: #C83F84;
}
.AnyTagClassName
{
color: #C83F84;
}
</style>
background-color css
<style>
a { background-color: #C83F84; }
a { background-color: rgb(200,63,132); }
div.DivClassName
{
background-color: #C83F84;
}
.BgClassName
{
background-color: #C83F84;
}
</style>
border-color css
<style>
span { border-color: #C83F84; }
span { border-color: rgb(200,63,132); }
td.TdClassName
{
border-color: #C83F84;
}
.TagClassName
{
border-color: #C83F84;
}
</style>