Shades of Mulberry #C35C93
Tints of Mulberry #C35C93
RGB
CMYK
RGB Variations
Color information
#C35C93 (or 0xC35C93) is known color: Mulberry. HEX triplet: C3, 5C and 93. RGB value is (195,92,147). Sum of RGB (Red+Green+Blue) = 195+92+147=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 92 (36.33% from 255 or 21.20% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35C93 is #3CA36C. Grayscale: #808080. Windows color (decimal): -3973997 or 9657539. OLE color: 9657539.
HSL color Cylindrical-coordinate representation of color #C35C93: hue angle of 327.96º 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 #C35C93 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 92 | 147 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.24 |
| HSL | 327.96º | 0.46% | 0.56% | - |
| HSV(B) | 327.96º | 0.53% | 0.76% | - |
| XYZ | 31.6 | 21.36 | 30.06 | - |
| YUV | 129.07 | 138.12 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 147 | 0 | 0.53 | 0.25 | 0.24 | 327.96 | 0.46 | 0.56 |
| Hex | C3 | 5C | 93 | 0 | 35 | 19 | 18 | 148 | 2E | 38 |
| Octal | 303 | 134 | 223 | 0 | 65 | 31 | 30 | 510 | 56 | 70 |
| Binary | 11000011 | 1011100 | 10010011 | 0 | 110101 | 11001 | 11000 | 101001000 | 101110 | 111000 |
Color Harmonies of #C35C93
Complementary color
Monochromatic Colors of #C35C93
Black with #C35C93
Text Example
Text Example
White with #C35C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35C93; }
p { color: rgb(195,92,147); }
H1.HeaderClassName
{
color: #C35C93;
}
.AnyTagClassName
{
color: #C35C93;
}
</style>
background-color css
<style>
a { background-color: #C35C93; }
a { background-color: rgb(195,92,147); }
div.DivClassName
{
background-color: #C35C93;
}
.BgClassName
{
background-color: #C35C93;
}
</style>
border-color css
<style>
span { border-color: #C35C93; }
span { border-color: rgb(195,92,147); }
td.TdClassName
{
border-color: #C35C93;
}
.TagClassName
{
border-color: #C35C93;
}
</style>