Shades of Mulberry #C3518B
Tints of Mulberry #C3518B
RGB
CMYK
RGB Variations
Color information
#C3518B (or 0xC3518B) is known color: Mulberry. HEX triplet: C3, 51 and 8B. RGB value is (195,81,139). Sum of RGB (Red+Green+Blue) = 195+81+139=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C3518B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3518B is #3CAE74. Grayscale: #797979. Windows color (decimal): -3976821 or 9130435. OLE color: 9130435.
HSL color Cylindrical-coordinate representation of color #C3518B: hue angle of 329.47º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C3518B is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 81 | 139 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.24 |
| HSL | 329.47º | 0.49% | 0.54% | - |
| HSV(B) | 329.47º | 0.58% | 0.76% | - |
| XYZ | 30.11 | 19.35 | 26.57 | - |
| YUV | 121.7 | 137.77 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 139 | 0 | 0.58 | 0.29 | 0.24 | 329.47 | 0.49 | 0.54 |
| Hex | C3 | 51 | 8B | 0 | 3A | 1D | 18 | 149 | 31 | 36 |
| Octal | 303 | 121 | 213 | 0 | 72 | 35 | 30 | 511 | 61 | 66 |
| Binary | 11000011 | 1010001 | 10001011 | 0 | 111010 | 11101 | 11000 | 101001001 | 110001 | 110110 |
Color Harmonies of #C3518B
Complementary color
Monochromatic Colors of #C3518B
Black with #C3518B
Text Example
Text Example
White with #C3518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3518B; }
p { color: rgb(195,81,139); }
H1.HeaderClassName
{
color: #C3518B;
}
.AnyTagClassName
{
color: #C3518B;
}
</style>
background-color css
<style>
a { background-color: #C3518B; }
a { background-color: rgb(195,81,139); }
div.DivClassName
{
background-color: #C3518B;
}
.BgClassName
{
background-color: #C3518B;
}
</style>
border-color css
<style>
span { border-color: #C3518B; }
span { border-color: rgb(195,81,139); }
td.TdClassName
{
border-color: #C3518B;
}
.TagClassName
{
border-color: #C3518B;
}
</style>