Shades of Mulberry #C83D8B
Tints of Mulberry #C83D8B
RGB
CMYK
RGB Variations
Color information
#C83D8B (or 0xC83D8B) is known color: Mulberry. HEX triplet: C8, 3D and 8B. RGB value is (200,61,139). Sum of RGB (Red+Green+Blue) = 200+61+139=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 61 (24.22% from 255 or 15.25% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C83D8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83D8B is #37C274. Grayscale: #6F6F6F. Windows color (decimal): -3654261 or 9125320. OLE color: 9125320.
HSL color Cylindrical-coordinate representation of color #C83D8B: hue angle of 326.33º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C83D8B is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 61 | 139 | - |
| CMYK | 0 | 0.69 | 0.30 | 0.22 |
| HSL | 326.33º | 0.56% | 0.51% | - |
| HSV(B) | 326.33º | 0.7% | 0.78% | - |
| XYZ | 30.15 | 17.48 | 26.21 | - |
| YUV | 111.45 | 143.55 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 139 | 0 | 0.69 | 0.30 | 0.22 | 326.33 | 0.56 | 0.51 |
| Hex | C8 | 3D | 8B | 0 | 45 | 1E | 16 | 146 | 38 | 33 |
| Octal | 310 | 75 | 213 | 0 | 105 | 36 | 26 | 506 | 70 | 63 |
| Binary | 11001000 | 111101 | 10001011 | 0 | 1000101 | 11110 | 10110 | 101000110 | 111000 | 110011 |
Color Harmonies of #C83D8B
Complementary color
Monochromatic Colors of #C83D8B
Black with #C83D8B
Text Example
Text Example
White with #C83D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83D8B; }
p { color: rgb(200,61,139); }
H1.HeaderClassName
{
color: #C83D8B;
}
.AnyTagClassName
{
color: #C83D8B;
}
</style>
background-color css
<style>
a { background-color: #C83D8B; }
a { background-color: rgb(200,61,139); }
div.DivClassName
{
background-color: #C83D8B;
}
.BgClassName
{
background-color: #C83D8B;
}
</style>
border-color css
<style>
span { border-color: #C83D8B; }
span { border-color: rgb(200,61,139); }
td.TdClassName
{
border-color: #C83D8B;
}
.TagClassName
{
border-color: #C83D8B;
}
</style>