Shades of Mulberry #C83F7C
Tints of Mulberry #C83F7C
RGB
CMYK
RGB Variations
Color information
#C83F7C (or 0xC83F7C) is known color: Mulberry. HEX triplet: C8, 3F and 7C. RGB value is (200,63,124). Sum of RGB (Red+Green+Blue) = 200+63+124=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83F7C is #37C083. Grayscale: #6E6E6E. Windows color (decimal): -3653764 or 8142792. OLE color: 8142792.
HSL color Cylindrical-coordinate representation of color #C83F7C: hue angle of 333.28º 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 #C83F7C is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 63 | 124 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.22 |
| HSL | 333.28º | 0.55% | 0.52% | - |
| HSV(B) | 333.28º | 0.69% | 0.78% | - |
| XYZ | 29.24 | 17.29 | 20.87 | - |
| YUV | 110.92 | 135.39 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 124 | 0 | 0.68 | 0.38 | 0.22 | 333.28 | 0.55 | 0.52 |
| Hex | C8 | 3F | 7C | 0 | 44 | 26 | 16 | 14D | 37 | 34 |
| Octal | 310 | 77 | 174 | 0 | 104 | 46 | 26 | 515 | 67 | 64 |
| Binary | 11001000 | 111111 | 1111100 | 0 | 1000100 | 100110 | 10110 | 101001101 | 110111 | 110100 |
Color Harmonies of #C83F7C
Complementary color
Monochromatic Colors of #C83F7C
Black with #C83F7C
Text Example
Text Example
White with #C83F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83F7C; }
p { color: rgb(200,63,124); }
H1.HeaderClassName
{
color: #C83F7C;
}
.AnyTagClassName
{
color: #C83F7C;
}
</style>
background-color css
<style>
a { background-color: #C83F7C; }
a { background-color: rgb(200,63,124); }
div.DivClassName
{
background-color: #C83F7C;
}
.BgClassName
{
background-color: #C83F7C;
}
</style>
border-color css
<style>
span { border-color: #C83F7C; }
span { border-color: rgb(200,63,124); }
td.TdClassName
{
border-color: #C83F7C;
}
.TagClassName
{
border-color: #C83F7C;
}
</style>