Shades of Mulberry #C3518A
Tints of Mulberry #C3518A
RGB
CMYK
RGB Variations
Color information
#C3518A (or 0xC3518A) is known color: Mulberry. HEX triplet: C3, 51 and 8A. RGB value is (195,81,138). Sum of RGB (Red+Green+Blue) = 195+81+138=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 81 (32.03% from 255 or 19.57% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C3518A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3518A is #3CAE75. Grayscale: #797979. Windows color (decimal): -3976822 or 9064899. OLE color: 9064899.
HSL color Cylindrical-coordinate representation of color #C3518A: hue angle of 330º 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 #C3518A is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 81 | 138 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.24 |
| HSL | 330º | 0.49% | 0.54% | - |
| HSV(B) | 330º | 0.58% | 0.76% | - |
| XYZ | 30.04 | 19.32 | 26.19 | - |
| YUV | 121.58 | 137.27 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 138 | 0 | 0.58 | 0.29 | 0.24 | 330 | 0.49 | 0.54 |
| Hex | C3 | 51 | 8A | 0 | 3A | 1D | 18 | 14A | 31 | 36 |
| Octal | 303 | 121 | 212 | 0 | 72 | 35 | 30 | 512 | 61 | 66 |
| Binary | 11000011 | 1010001 | 10001010 | 0 | 111010 | 11101 | 11000 | 101001010 | 110001 | 110110 |
Color Harmonies of #C3518A
Complementary color
Monochromatic Colors of #C3518A
Black with #C3518A
Text Example
Text Example
White with #C3518A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3518A; }
p { color: rgb(195,81,138); }
H1.HeaderClassName
{
color: #C3518A;
}
.AnyTagClassName
{
color: #C3518A;
}
</style>
background-color css
<style>
a { background-color: #C3518A; }
a { background-color: rgb(195,81,138); }
div.DivClassName
{
background-color: #C3518A;
}
.BgClassName
{
background-color: #C3518A;
}
</style>
border-color css
<style>
span { border-color: #C3518A; }
span { border-color: rgb(195,81,138); }
td.TdClassName
{
border-color: #C3518A;
}
.TagClassName
{
border-color: #C3518A;
}
</style>