Shades of Mulberry #C83BA6
Tints of Mulberry #C83BA6
RGB
CMYK
RGB Variations
Color information
#C83BA6 (or 0xC83BA6) is known color: Mulberry. HEX triplet: C8, 3B and A6. RGB value is (200,59,166). Sum of RGB (Red+Green+Blue) = 200+59+166=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 59 (23.44% from 255 or 13.88% from 425); Blue value is 166 (65.23% from 255 or 39.06% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C83BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83BA6 is #37C459. Grayscale: #717171. Windows color (decimal): -3654746 or 10894280. OLE color: 10894280.
HSL color Cylindrical-coordinate representation of color #C83BA6: hue angle of 314.47º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C83BA6 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 59 | 166 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.22 |
| HSL | 314.47º | 0.56% | 0.51% | - |
| HSV(B) | 314.47º | 0.71% | 0.78% | - |
| XYZ | 32.27 | 18.16 | 37.88 | - |
| YUV | 113.36 | 157.71 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 59 | 166 | 0 | 0.70 | 0.17 | 0.22 | 314.47 | 0.56 | 0.51 |
| Hex | C8 | 3B | A6 | 0 | 46 | 11 | 16 | 13A | 38 | 33 |
| Octal | 310 | 73 | 246 | 0 | 106 | 21 | 26 | 472 | 70 | 63 |
| Binary | 11001000 | 111011 | 10100110 | 0 | 1000110 | 10001 | 10110 | 100111010 | 111000 | 110011 |
Color Harmonies of #C83BA6
Complementary color
Monochromatic Colors of #C83BA6
Black with #C83BA6
Text Example
Text Example
White with #C83BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83BA6; }
p { color: rgb(200,59,166); }
H1.HeaderClassName
{
color: #C83BA6;
}
.AnyTagClassName
{
color: #C83BA6;
}
</style>
background-color css
<style>
a { background-color: #C83BA6; }
a { background-color: rgb(200,59,166); }
div.DivClassName
{
background-color: #C83BA6;
}
.BgClassName
{
background-color: #C83BA6;
}
</style>
border-color css
<style>
span { border-color: #C83BA6; }
span { border-color: rgb(200,59,166); }
td.TdClassName
{
border-color: #C83BA6;
}
.TagClassName
{
border-color: #C83BA6;
}
</style>