Shades of Mulberry #C35082
Tints of Mulberry #C35082
RGB
CMYK
RGB Variations
Color information
#C35082 (or 0xC35082) is known color: Mulberry. HEX triplet: C3, 50 and 82. RGB value is (195,80,130). Sum of RGB (Red+Green+Blue) = 195+80+130=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C35082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35082 is #3CAF7D. Grayscale: #777777. Windows color (decimal): -3977086 or 8540355. OLE color: 8540355.
HSL color Cylindrical-coordinate representation of color #C35082: hue angle of 333.91º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C35082 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 80 | 130 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.24 |
| HSL | 333.91º | 0.49% | 0.54% | - |
| HSV(B) | 333.91º | 0.59% | 0.76% | - |
| XYZ | 29.4 | 18.95 | 23.23 | - |
| YUV | 120.09 | 133.6 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 80 | 130 | 0 | 0.59 | 0.33 | 0.24 | 333.91 | 0.49 | 0.54 |
| Hex | C3 | 50 | 82 | 0 | 3B | 21 | 18 | 14E | 31 | 36 |
| Octal | 303 | 120 | 202 | 0 | 73 | 41 | 30 | 516 | 61 | 66 |
| Binary | 11000011 | 1010000 | 10000010 | 0 | 111011 | 100001 | 11000 | 101001110 | 110001 | 110110 |
Color Harmonies of #C35082
Complementary color
Monochromatic Colors of #C35082
Black with #C35082
Text Example
Text Example
White with #C35082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35082; }
p { color: rgb(195,80,130); }
H1.HeaderClassName
{
color: #C35082;
}
.AnyTagClassName
{
color: #C35082;
}
</style>
background-color css
<style>
a { background-color: #C35082; }
a { background-color: rgb(195,80,130); }
div.DivClassName
{
background-color: #C35082;
}
.BgClassName
{
background-color: #C35082;
}
</style>
border-color css
<style>
span { border-color: #C35082; }
span { border-color: rgb(195,80,130); }
td.TdClassName
{
border-color: #C35082;
}
.TagClassName
{
border-color: #C35082;
}
</style>