Shades of Mulberry #C35481
Tints of Mulberry #C35481
RGB
CMYK
RGB Variations
Color information
#C35481 (or 0xC35481) is known color: Mulberry. HEX triplet: C3, 54 and 81. RGB value is (195,84,129). Sum of RGB (Red+Green+Blue) = 195+84+129=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C35481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35481 is #3CAB7E. Grayscale: #7A7A7A. Windows color (decimal): -3976063 or 8475843. OLE color: 8475843.
HSL color Cylindrical-coordinate representation of color #C35481: hue angle of 335.68º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C35481 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 84 | 129 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.24 |
| HSL | 335.68º | 0.48% | 0.55% | - |
| HSV(B) | 335.68º | 0.57% | 0.76% | - |
| XYZ | 29.64 | 19.53 | 22.98 | - |
| YUV | 122.32 | 131.77 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 84 | 129 | 0 | 0.57 | 0.34 | 0.24 | 335.68 | 0.48 | 0.55 |
| Hex | C3 | 54 | 81 | 0 | 39 | 22 | 18 | 150 | 30 | 37 |
| Octal | 303 | 124 | 201 | 0 | 71 | 42 | 30 | 520 | 60 | 67 |
| Binary | 11000011 | 1010100 | 10000001 | 0 | 111001 | 100010 | 11000 | 101010000 | 110000 | 110111 |
Color Harmonies of #C35481
Complementary color
Monochromatic Colors of #C35481
Black with #C35481
Text Example
Text Example
White with #C35481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35481; }
p { color: rgb(195,84,129); }
H1.HeaderClassName
{
color: #C35481;
}
.AnyTagClassName
{
color: #C35481;
}
</style>
background-color css
<style>
a { background-color: #C35481; }
a { background-color: rgb(195,84,129); }
div.DivClassName
{
background-color: #C35481;
}
.BgClassName
{
background-color: #C35481;
}
</style>
border-color css
<style>
span { border-color: #C35481; }
span { border-color: rgb(195,84,129); }
td.TdClassName
{
border-color: #C35481;
}
.TagClassName
{
border-color: #C35481;
}
</style>