Shades of Mulberry #C35C99
Tints of Mulberry #C35C99
RGB
CMYK
RGB Variations
Color information
#C35C99 (or 0xC35C99) is known color: Mulberry. HEX triplet: C3, 5C and 99. RGB value is (195,92,153). Sum of RGB (Red+Green+Blue) = 195+92+153=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 153 (60.16% from 255 or 34.77% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35C99 is #3CA366. Grayscale: #818181. Windows color (decimal): -3973991 or 10050755. OLE color: 10050755.
HSL color Cylindrical-coordinate representation of color #C35C99: hue angle of 324.47º 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 #C35C99 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 92 | 153 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.24 |
| HSL | 324.47º | 0.46% | 0.56% | - |
| HSV(B) | 324.47º | 0.53% | 0.76% | - |
| XYZ | 32.08 | 21.56 | 32.61 | - |
| YUV | 129.75 | 141.12 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 153 | 0 | 0.53 | 0.22 | 0.24 | 324.47 | 0.46 | 0.56 |
| Hex | C3 | 5C | 99 | 0 | 35 | 16 | 18 | 144 | 2E | 38 |
| Octal | 303 | 134 | 231 | 0 | 65 | 26 | 30 | 504 | 56 | 70 |
| Binary | 11000011 | 1011100 | 10011001 | 0 | 110101 | 10110 | 11000 | 101000100 | 101110 | 111000 |
Color Harmonies of #C35C99
Complementary color
Monochromatic Colors of #C35C99
Black with #C35C99
Text Example
Text Example
White with #C35C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35C99; }
p { color: rgb(195,92,153); }
H1.HeaderClassName
{
color: #C35C99;
}
.AnyTagClassName
{
color: #C35C99;
}
</style>
background-color css
<style>
a { background-color: #C35C99; }
a { background-color: rgb(195,92,153); }
div.DivClassName
{
background-color: #C35C99;
}
.BgClassName
{
background-color: #C35C99;
}
</style>
border-color css
<style>
span { border-color: #C35C99; }
span { border-color: rgb(195,92,153); }
td.TdClassName
{
border-color: #C35C99;
}
.TagClassName
{
border-color: #C35C99;
}
</style>