Shades of Mulberry #C83C9B
Tints of Mulberry #C83C9B
RGB
CMYK
RGB Variations
Color information
#C83C9B (or 0xC83C9B) is known color: Mulberry. HEX triplet: C8, 3C and 9B. RGB value is (200,60,155). Sum of RGB (Red+Green+Blue) = 200+60+155=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 60 (23.83% from 255 or 14.46% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C83C9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83C9B is #37C364. Grayscale: #707070. Windows color (decimal): -3654501 or 10173640. OLE color: 10173640.
HSL color Cylindrical-coordinate representation of color #C83C9B: hue angle of 319.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C83C9B is Cyan = 0, Magento = 0.7, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 60 | 155 | - |
| CMYK | 0 | 0.7 | 0.22 | 0.22 |
| HSL | 319.29º | 0.56% | 0.51% | - |
| HSV(B) | 319.29º | 0.7% | 0.78% | - |
| XYZ | 31.35 | 17.88 | 32.81 | - |
| YUV | 112.69 | 151.88 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 60 | 155 | 0 | 0.7 | 0.22 | 0.22 | 319.29 | 0.56 | 0.51 |
| Hex | C8 | 3C | 9B | 0 | 46 | 16 | 16 | 13F | 38 | 33 |
| Octal | 310 | 74 | 233 | 0 | 106 | 26 | 26 | 477 | 70 | 63 |
| Binary | 11001000 | 111100 | 10011011 | 0 | 1000110 | 10110 | 10110 | 100111111 | 111000 | 110011 |
Color Harmonies of #C83C9B
Complementary color
Monochromatic Colors of #C83C9B
Black with #C83C9B
Text Example
Text Example
White with #C83C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83C9B; }
p { color: rgb(200,60,155); }
H1.HeaderClassName
{
color: #C83C9B;
}
.AnyTagClassName
{
color: #C83C9B;
}
</style>
background-color css
<style>
a { background-color: #C83C9B; }
a { background-color: rgb(200,60,155); }
div.DivClassName
{
background-color: #C83C9B;
}
.BgClassName
{
background-color: #C83C9B;
}
</style>
border-color css
<style>
span { border-color: #C83C9B; }
span { border-color: rgb(200,60,155); }
td.TdClassName
{
border-color: #C83C9B;
}
.TagClassName
{
border-color: #C83C9B;
}
</style>