Shades of Mulberry #C3509F
Tints of Mulberry #C3509F
RGB
CMYK
RGB Variations
Color information
#C3509F (or 0xC3509F) is known color: Mulberry. HEX triplet: C3, 50 and 9F. RGB value is (195,80,159). Sum of RGB (Red+Green+Blue) = 195+80+159=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C3509F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3509F is #3CAF60. Grayscale: #7B7B7B. Windows color (decimal): -3977057 or 10440899. OLE color: 10440899.
HSL color Cylindrical-coordinate representation of color #C3509F: hue angle of 318.78º 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 #C3509F is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 80 | 159 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.24 |
| HSL | 318.78º | 0.49% | 0.54% | - |
| HSV(B) | 318.78º | 0.59% | 0.76% | - |
| XYZ | 31.63 | 19.84 | 34.96 | - |
| YUV | 123.39 | 148.1 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 80 | 159 | 0 | 0.59 | 0.18 | 0.24 | 318.78 | 0.49 | 0.54 |
| Hex | C3 | 50 | 9F | 0 | 3B | 12 | 18 | 13F | 31 | 36 |
| Octal | 303 | 120 | 237 | 0 | 73 | 22 | 30 | 477 | 61 | 66 |
| Binary | 11000011 | 1010000 | 10011111 | 0 | 111011 | 10010 | 11000 | 100111111 | 110001 | 110110 |
Color Harmonies of #C3509F
Complementary color
Monochromatic Colors of #C3509F
Black with #C3509F
Text Example
Text Example
White with #C3509F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3509F; }
p { color: rgb(195,80,159); }
H1.HeaderClassName
{
color: #C3509F;
}
.AnyTagClassName
{
color: #C3509F;
}
</style>
background-color css
<style>
a { background-color: #C3509F; }
a { background-color: rgb(195,80,159); }
div.DivClassName
{
background-color: #C3509F;
}
.BgClassName
{
background-color: #C3509F;
}
</style>
border-color css
<style>
span { border-color: #C3509F; }
span { border-color: rgb(195,80,159); }
td.TdClassName
{
border-color: #C3509F;
}
.TagClassName
{
border-color: #C3509F;
}
</style>