Shades of Mulberry #C83F9B
Tints of Mulberry #C83F9B
RGB
CMYK
RGB Variations
Color information
#C83F9B (or 0xC83F9B) is known color: Mulberry. HEX triplet: C8, 3F and 9B. RGB value is (200,63,155). Sum of RGB (Red+Green+Blue) = 200+63+155=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 63 (25% from 255 or 15.07% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83F9B is #37C064. Grayscale: #727272. Windows color (decimal): -3653733 or 10174408. OLE color: 10174408.
HSL color Cylindrical-coordinate representation of color #C83F9B: hue angle of 319.71º 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 #C83F9B is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 63 | 155 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.22 |
| HSL | 319.71º | 0.55% | 0.52% | - |
| HSV(B) | 319.71º | 0.69% | 0.78% | - |
| XYZ | 31.51 | 18.2 | 32.86 | - |
| YUV | 114.45 | 150.89 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 155 | 0 | 0.68 | 0.22 | 0.22 | 319.71 | 0.55 | 0.52 |
| Hex | C8 | 3F | 9B | 0 | 44 | 16 | 16 | 140 | 37 | 34 |
| Octal | 310 | 77 | 233 | 0 | 104 | 26 | 26 | 500 | 67 | 64 |
| Binary | 11001000 | 111111 | 10011011 | 0 | 1000100 | 10110 | 10110 | 101000000 | 110111 | 110100 |
Color Harmonies of #C83F9B
Complementary color
Monochromatic Colors of #C83F9B
Black with #C83F9B
Text Example
Text Example
White with #C83F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83F9B; }
p { color: rgb(200,63,155); }
H1.HeaderClassName
{
color: #C83F9B;
}
.AnyTagClassName
{
color: #C83F9B;
}
</style>
background-color css
<style>
a { background-color: #C83F9B; }
a { background-color: rgb(200,63,155); }
div.DivClassName
{
background-color: #C83F9B;
}
.BgClassName
{
background-color: #C83F9B;
}
</style>
border-color css
<style>
span { border-color: #C83F9B; }
span { border-color: rgb(200,63,155); }
td.TdClassName
{
border-color: #C83F9B;
}
.TagClassName
{
border-color: #C83F9B;
}
</style>