Shades of Mulberry #C3538B
Tints of Mulberry #C3538B
RGB
CMYK
RGB Variations
Color information
#C3538B (or 0xC3538B) is known color: Mulberry. HEX triplet: C3, 53 and 8B. RGB value is (195,83,139). Sum of RGB (Red+Green+Blue) = 195+83+139=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C3538B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3538B is #3CAC74. Grayscale: #7A7A7A. Windows color (decimal): -3976309 or 9130947. OLE color: 9130947.
HSL color Cylindrical-coordinate representation of color #C3538B: hue angle of 330º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C3538B is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 83 | 139 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.24 |
| HSL | 330º | 0.48% | 0.55% | - |
| HSV(B) | 330º | 0.57% | 0.76% | - |
| XYZ | 30.26 | 19.65 | 26.62 | - |
| YUV | 122.87 | 137.11 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 83 | 139 | 0 | 0.57 | 0.29 | 0.24 | 330 | 0.48 | 0.55 |
| Hex | C3 | 53 | 8B | 0 | 39 | 1D | 18 | 14A | 30 | 37 |
| Octal | 303 | 123 | 213 | 0 | 71 | 35 | 30 | 512 | 60 | 67 |
| Binary | 11000011 | 1010011 | 10001011 | 0 | 111001 | 11101 | 11000 | 101001010 | 110000 | 110111 |
Color Harmonies of #C3538B
Complementary color
Monochromatic Colors of #C3538B
Black with #C3538B
Text Example
Text Example
White with #C3538B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3538B; }
p { color: rgb(195,83,139); }
H1.HeaderClassName
{
color: #C3538B;
}
.AnyTagClassName
{
color: #C3538B;
}
</style>
background-color css
<style>
a { background-color: #C3538B; }
a { background-color: rgb(195,83,139); }
div.DivClassName
{
background-color: #C3538B;
}
.BgClassName
{
background-color: #C3538B;
}
</style>
border-color css
<style>
span { border-color: #C3538B; }
span { border-color: rgb(195,83,139); }
td.TdClassName
{
border-color: #C3538B;
}
.TagClassName
{
border-color: #C3538B;
}
</style>