Shades of Mulberry #C35C81
Tints of Mulberry #C35C81
RGB
CMYK
RGB Variations
Color information
#C35C81 (or 0xC35C81) is known color: Mulberry. HEX triplet: C3, 5C and 81. RGB value is (195,92,129). Sum of RGB (Red+Green+Blue) = 195+92+129=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35C81 is #3CA37E. Grayscale: #7E7E7E. Windows color (decimal): -3974015 or 8477891. OLE color: 8477891.
HSL color Cylindrical-coordinate representation of color #C35C81: hue angle of 338.45º 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 #C35C81 is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 92 | 129 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.24 |
| HSL | 338.45º | 0.46% | 0.56% | - |
| HSV(B) | 338.45º | 0.53% | 0.76% | - |
| XYZ | 30.3 | 20.84 | 23.19 | - |
| YUV | 127.02 | 129.12 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 129 | 0 | 0.53 | 0.34 | 0.24 | 338.45 | 0.46 | 0.56 |
| Hex | C3 | 5C | 81 | 0 | 35 | 22 | 18 | 152 | 2E | 38 |
| Octal | 303 | 134 | 201 | 0 | 65 | 42 | 30 | 522 | 56 | 70 |
| Binary | 11000011 | 1011100 | 10000001 | 0 | 110101 | 100010 | 11000 | 101010010 | 101110 | 111000 |
Color Harmonies of #C35C81
Complementary color
Monochromatic Colors of #C35C81
Black with #C35C81
Text Example
Text Example
White with #C35C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35C81; }
p { color: rgb(195,92,129); }
H1.HeaderClassName
{
color: #C35C81;
}
.AnyTagClassName
{
color: #C35C81;
}
</style>
background-color css
<style>
a { background-color: #C35C81; }
a { background-color: rgb(195,92,129); }
div.DivClassName
{
background-color: #C35C81;
}
.BgClassName
{
background-color: #C35C81;
}
</style>
border-color css
<style>
span { border-color: #C35C81; }
span { border-color: rgb(195,92,129); }
td.TdClassName
{
border-color: #C35C81;
}
.TagClassName
{
border-color: #C35C81;
}
</style>