Shades of Mulberry #C83BA8
Tints of Mulberry #C83BA8
RGB
CMYK
RGB Variations
Color information
#C83BA8 (or 0xC83BA8) is known color: Mulberry. HEX triplet: C8, 3B and A8. RGB value is (200,59,168). Sum of RGB (Red+Green+Blue) = 200+59+168=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 59 (23.44% from 255 or 13.82% from 427); Blue value is 168 (66.02% from 255 or 39.34% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C83BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83BA8 is #37C457. Grayscale: #717171. Windows color (decimal): -3654744 or 11025352. OLE color: 11025352.
HSL color Cylindrical-coordinate representation of color #C83BA8: hue angle of 313.62º 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 #C83BA8 is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 59 | 168 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.22 |
| HSL | 313.62º | 0.56% | 0.51% | - |
| HSV(B) | 313.62º | 0.71% | 0.78% | - |
| XYZ | 32.45 | 18.23 | 38.86 | - |
| YUV | 113.59 | 158.71 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 59 | 168 | 0 | 0.70 | 0.16 | 0.22 | 313.62 | 0.56 | 0.51 |
| Hex | C8 | 3B | A8 | 0 | 46 | 10 | 16 | 13A | 38 | 33 |
| Octal | 310 | 73 | 250 | 0 | 106 | 20 | 26 | 472 | 70 | 63 |
| Binary | 11001000 | 111011 | 10101000 | 0 | 1000110 | 10000 | 10110 | 100111010 | 111000 | 110011 |
Color Harmonies of #C83BA8
Complementary color
Monochromatic Colors of #C83BA8
Black with #C83BA8
Text Example
Text Example
White with #C83BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83BA8; }
p { color: rgb(200,59,168); }
H1.HeaderClassName
{
color: #C83BA8;
}
.AnyTagClassName
{
color: #C83BA8;
}
</style>
background-color css
<style>
a { background-color: #C83BA8; }
a { background-color: rgb(200,59,168); }
div.DivClassName
{
background-color: #C83BA8;
}
.BgClassName
{
background-color: #C83BA8;
}
</style>
border-color css
<style>
span { border-color: #C83BA8; }
span { border-color: rgb(200,59,168); }
td.TdClassName
{
border-color: #C83BA8;
}
.TagClassName
{
border-color: #C83BA8;
}
</style>