Shades of Mulberry #C35C90
Tints of Mulberry #C35C90
RGB
CMYK
RGB Variations
Color information
#C35C90 (or 0xC35C90) is known color: Mulberry. HEX triplet: C3, 5C and 90. RGB value is (195,92,144). Sum of RGB (Red+Green+Blue) = 195+92+144=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 92 (36.33% from 255 or 21.35% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35C90 is #3CA36F. Grayscale: #808080. Windows color (decimal): -3974000 or 9460931. OLE color: 9460931.
HSL color Cylindrical-coordinate representation of color #C35C90: hue angle of 329.71º 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 #C35C90 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 92 | 144 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.24 |
| HSL | 329.71º | 0.46% | 0.56% | - |
| HSV(B) | 329.71º | 0.53% | 0.76% | - |
| XYZ | 31.37 | 21.27 | 28.84 | - |
| YUV | 128.73 | 136.62 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 144 | 0 | 0.53 | 0.26 | 0.24 | 329.71 | 0.46 | 0.56 |
| Hex | C3 | 5C | 90 | 0 | 35 | 1A | 18 | 14A | 2E | 38 |
| Octal | 303 | 134 | 220 | 0 | 65 | 32 | 30 | 512 | 56 | 70 |
| Binary | 11000011 | 1011100 | 10010000 | 0 | 110101 | 11010 | 11000 | 101001010 | 101110 | 111000 |
Color Harmonies of #C35C90
Complementary color
Monochromatic Colors of #C35C90
Black with #C35C90
Text Example
Text Example
White with #C35C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35C90; }
p { color: rgb(195,92,144); }
H1.HeaderClassName
{
color: #C35C90;
}
.AnyTagClassName
{
color: #C35C90;
}
</style>
background-color css
<style>
a { background-color: #C35C90; }
a { background-color: rgb(195,92,144); }
div.DivClassName
{
background-color: #C35C90;
}
.BgClassName
{
background-color: #C35C90;
}
</style>
border-color css
<style>
span { border-color: #C35C90; }
span { border-color: rgb(195,92,144); }
td.TdClassName
{
border-color: #C35C90;
}
.TagClassName
{
border-color: #C35C90;
}
</style>