Shades of Mulberry #C35384
Tints of Mulberry #C35384
RGB
CMYK
RGB Variations
Color information
#C35384 (or 0xC35384) is known color: Mulberry. HEX triplet: C3, 53 and 84. RGB value is (195,83,132). Sum of RGB (Red+Green+Blue) = 195+83+132=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 83 (32.81% from 255 or 20.24% from 410); Blue value is 132 (51.95% from 255 or 32.20% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C35384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35384 is #3CAC7B. Grayscale: #797979. Windows color (decimal): -3976316 or 8672195. OLE color: 8672195.
HSL color Cylindrical-coordinate representation of color #C35384: hue angle of 333.75º 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 #C35384 is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 83 | 132 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.24 |
| HSL | 333.75º | 0.48% | 0.55% | - |
| HSV(B) | 333.75º | 0.57% | 0.76% | - |
| XYZ | 29.76 | 19.45 | 24.02 | - |
| YUV | 122.07 | 133.61 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 83 | 132 | 0 | 0.57 | 0.32 | 0.24 | 333.75 | 0.48 | 0.55 |
| Hex | C3 | 53 | 84 | 0 | 39 | 20 | 18 | 14E | 30 | 37 |
| Octal | 303 | 123 | 204 | 0 | 71 | 40 | 30 | 516 | 60 | 67 |
| Binary | 11000011 | 1010011 | 10000100 | 0 | 111001 | 100000 | 11000 | 101001110 | 110000 | 110111 |
Color Harmonies of #C35384
Complementary color
Monochromatic Colors of #C35384
Black with #C35384
Text Example
Text Example
White with #C35384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35384; }
p { color: rgb(195,83,132); }
H1.HeaderClassName
{
color: #C35384;
}
.AnyTagClassName
{
color: #C35384;
}
</style>
background-color css
<style>
a { background-color: #C35384; }
a { background-color: rgb(195,83,132); }
div.DivClassName
{
background-color: #C35384;
}
.BgClassName
{
background-color: #C35384;
}
</style>
border-color css
<style>
span { border-color: #C35384; }
span { border-color: rgb(195,83,132); }
td.TdClassName
{
border-color: #C35384;
}
.TagClassName
{
border-color: #C35384;
}
</style>