Shades of Mulberry #C83F7B
Tints of Mulberry #C83F7B
RGB
CMYK
RGB Variations
Color information
#C83F7B (or 0xC83F7B) is known color: Mulberry. HEX triplet: C8, 3F and 7B. RGB value is (200,63,123). Sum of RGB (Red+Green+Blue) = 200+63+123=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83F7B is #37C084. Grayscale: #6E6E6E. Windows color (decimal): -3653765 or 8077256. OLE color: 8077256.
HSL color Cylindrical-coordinate representation of color #C83F7B: hue angle of 333.72º 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 #C83F7B is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 63 | 123 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.22 |
| HSL | 333.72º | 0.55% | 0.52% | - |
| HSV(B) | 333.72º | 0.69% | 0.78% | - |
| XYZ | 29.17 | 17.26 | 20.53 | - |
| YUV | 110.8 | 134.89 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 123 | 0 | 0.68 | 0.38 | 0.22 | 333.72 | 0.55 | 0.52 |
| Hex | C8 | 3F | 7B | 0 | 44 | 26 | 16 | 14E | 37 | 34 |
| Octal | 310 | 77 | 173 | 0 | 104 | 46 | 26 | 516 | 67 | 64 |
| Binary | 11001000 | 111111 | 1111011 | 0 | 1000100 | 100110 | 10110 | 101001110 | 110111 | 110100 |
Color Harmonies of #C83F7B
Complementary color
Monochromatic Colors of #C83F7B
Black with #C83F7B
Text Example
Text Example
White with #C83F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83F7B; }
p { color: rgb(200,63,123); }
H1.HeaderClassName
{
color: #C83F7B;
}
.AnyTagClassName
{
color: #C83F7B;
}
</style>
background-color css
<style>
a { background-color: #C83F7B; }
a { background-color: rgb(200,63,123); }
div.DivClassName
{
background-color: #C83F7B;
}
.BgClassName
{
background-color: #C83F7B;
}
</style>
border-color css
<style>
span { border-color: #C83F7B; }
span { border-color: rgb(200,63,123); }
td.TdClassName
{
border-color: #C83F7B;
}
.TagClassName
{
border-color: #C83F7B;
}
</style>