Shades of Mulberry #C83F7E
Tints of Mulberry #C83F7E
RGB
CMYK
RGB Variations
Color information
#C83F7E (or 0xC83F7E) is known color: Mulberry. HEX triplet: C8, 3F and 7E. RGB value is (200,63,126). Sum of RGB (Red+Green+Blue) = 200+63+126=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 63 (25% from 255 or 16.20% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83F7E is #37C081. Grayscale: #6F6F6F. Windows color (decimal): -3653762 or 8273864. OLE color: 8273864.
HSL color Cylindrical-coordinate representation of color #C83F7E: hue angle of 332.41º 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 #C83F7E is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 63 | 126 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.22 |
| HSL | 332.41º | 0.55% | 0.52% | - |
| HSV(B) | 332.41º | 0.69% | 0.78% | - |
| XYZ | 29.36 | 17.34 | 21.54 | - |
| YUV | 111.15 | 136.39 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 126 | 0 | 0.68 | 0.37 | 0.22 | 332.41 | 0.55 | 0.52 |
| Hex | C8 | 3F | 7E | 0 | 44 | 25 | 16 | 14C | 37 | 34 |
| Octal | 310 | 77 | 176 | 0 | 104 | 45 | 26 | 514 | 67 | 64 |
| Binary | 11001000 | 111111 | 1111110 | 0 | 1000100 | 100101 | 10110 | 101001100 | 110111 | 110100 |
Color Harmonies of #C83F7E
Complementary color
Monochromatic Colors of #C83F7E
Black with #C83F7E
Text Example
Text Example
White with #C83F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83F7E; }
p { color: rgb(200,63,126); }
H1.HeaderClassName
{
color: #C83F7E;
}
.AnyTagClassName
{
color: #C83F7E;
}
</style>
background-color css
<style>
a { background-color: #C83F7E; }
a { background-color: rgb(200,63,126); }
div.DivClassName
{
background-color: #C83F7E;
}
.BgClassName
{
background-color: #C83F7E;
}
</style>
border-color css
<style>
span { border-color: #C83F7E; }
span { border-color: rgb(200,63,126); }
td.TdClassName
{
border-color: #C83F7E;
}
.TagClassName
{
border-color: #C83F7E;
}
</style>