Shades of Mulberry #C35C84
Tints of Mulberry #C35C84
RGB
CMYK
RGB Variations
Color information
#C35C84 (or 0xC35C84) is known color: Mulberry. HEX triplet: C3, 5C and 84. RGB value is (195,92,132). Sum of RGB (Red+Green+Blue) = 195+92+132=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35C84 is #3CA37B. Grayscale: #7F7F7F. Windows color (decimal): -3974012 or 8674499. OLE color: 8674499.
HSL color Cylindrical-coordinate representation of color #C35C84: hue angle of 336.7º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C35C84 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 92 | 132 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.24 |
| HSL | 336.7º | 0.46% | 0.56% | - |
| HSV(B) | 336.7º | 0.53% | 0.76% | - |
| XYZ | 30.5 | 20.92 | 24.26 | - |
| YUV | 127.36 | 130.62 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 132 | 0 | 0.53 | 0.32 | 0.24 | 336.7 | 0.46 | 0.56 |
| Hex | C3 | 5C | 84 | 0 | 35 | 20 | 18 | 151 | 2E | 38 |
| Octal | 303 | 134 | 204 | 0 | 65 | 40 | 30 | 521 | 56 | 70 |
| Binary | 11000011 | 1011100 | 10000100 | 0 | 110101 | 100000 | 11000 | 101010001 | 101110 | 111000 |
Color Harmonies of #C35C84
Complementary color
Monochromatic Colors of #C35C84
Black with #C35C84
Text Example
Text Example
White with #C35C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35C84; }
p { color: rgb(195,92,132); }
H1.HeaderClassName
{
color: #C35C84;
}
.AnyTagClassName
{
color: #C35C84;
}
</style>
background-color css
<style>
a { background-color: #C35C84; }
a { background-color: rgb(195,92,132); }
div.DivClassName
{
background-color: #C35C84;
}
.BgClassName
{
background-color: #C35C84;
}
</style>
border-color css
<style>
span { border-color: #C35C84; }
span { border-color: rgb(195,92,132); }
td.TdClassName
{
border-color: #C35C84;
}
.TagClassName
{
border-color: #C35C84;
}
</style>