Shades of Mulberry #C3519F
Tints of Mulberry #C3519F
RGB
CMYK
RGB Variations
Color information
#C3519F (or 0xC3519F) is known color: Mulberry. HEX triplet: C3, 51 and 9F. RGB value is (195,81,159). Sum of RGB (Red+Green+Blue) = 195+81+159=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 159 (62.5% from 255 or 36.55% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C3519F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3519F is #3CAE60. Grayscale: #7B7B7B. Windows color (decimal): -3976801 or 10441155. OLE color: 10441155.
HSL color Cylindrical-coordinate representation of color #C3519F: hue angle of 318.95º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C3519F is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 81 | 159 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.24 |
| HSL | 318.95º | 0.49% | 0.54% | - |
| HSV(B) | 318.95º | 0.58% | 0.76% | - |
| XYZ | 31.71 | 19.99 | 34.99 | - |
| YUV | 123.98 | 147.77 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 159 | 0 | 0.58 | 0.18 | 0.24 | 318.95 | 0.49 | 0.54 |
| Hex | C3 | 51 | 9F | 0 | 3A | 12 | 18 | 13F | 31 | 36 |
| Octal | 303 | 121 | 237 | 0 | 72 | 22 | 30 | 477 | 61 | 66 |
| Binary | 11000011 | 1010001 | 10011111 | 0 | 111010 | 10010 | 11000 | 100111111 | 110001 | 110110 |
Color Harmonies of #C3519F
Complementary color
Monochromatic Colors of #C3519F
Black with #C3519F
Text Example
Text Example
White with #C3519F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3519F; }
p { color: rgb(195,81,159); }
H1.HeaderClassName
{
color: #C3519F;
}
.AnyTagClassName
{
color: #C3519F;
}
</style>
background-color css
<style>
a { background-color: #C3519F; }
a { background-color: rgb(195,81,159); }
div.DivClassName
{
background-color: #C3519F;
}
.BgClassName
{
background-color: #C3519F;
}
</style>
border-color css
<style>
span { border-color: #C3519F; }
span { border-color: rgb(195,81,159); }
td.TdClassName
{
border-color: #C3519F;
}
.TagClassName
{
border-color: #C3519F;
}
</style>