Shades of Mulberry #C3519A
Tints of Mulberry #C3519A
RGB
CMYK
RGB Variations
Color information
#C3519A (or 0xC3519A) is known color: Mulberry. HEX triplet: C3, 51 and 9A. RGB value is (195,81,154). Sum of RGB (Red+Green+Blue) = 195+81+154=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 81 (32.03% from 255 or 18.84% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 195 - color contains mainly: red. Hex color #C3519A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3519A is #3CAE65. Grayscale: #7B7B7B. Windows color (decimal): -3976806 or 10113475. OLE color: 10113475.
HSL color Cylindrical-coordinate representation of color #C3519A: hue angle of 321.58º 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 #C3519A is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 81 | 154 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.24 |
| HSL | 321.58º | 0.49% | 0.54% | - |
| HSV(B) | 321.58º | 0.58% | 0.76% | - |
| XYZ | 31.28 | 19.82 | 32.75 | - |
| YUV | 123.41 | 145.27 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 154 | 0 | 0.58 | 0.21 | 0.24 | 321.58 | 0.49 | 0.54 |
| Hex | C3 | 51 | 9A | 0 | 3A | 15 | 18 | 142 | 31 | 36 |
| Octal | 303 | 121 | 232 | 0 | 72 | 25 | 30 | 502 | 61 | 66 |
| Binary | 11000011 | 1010001 | 10011010 | 0 | 111010 | 10101 | 11000 | 101000010 | 110001 | 110110 |
Color Harmonies of #C3519A
Complementary color
Monochromatic Colors of #C3519A
Black with #C3519A
Text Example
Text Example
White with #C3519A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3519A; }
p { color: rgb(195,81,154); }
H1.HeaderClassName
{
color: #C3519A;
}
.AnyTagClassName
{
color: #C3519A;
}
</style>
background-color css
<style>
a { background-color: #C3519A; }
a { background-color: rgb(195,81,154); }
div.DivClassName
{
background-color: #C3519A;
}
.BgClassName
{
background-color: #C3519A;
}
</style>
border-color css
<style>
span { border-color: #C3519A; }
span { border-color: rgb(195,81,154); }
td.TdClassName
{
border-color: #C3519A;
}
.TagClassName
{
border-color: #C3519A;
}
</style>