Shades of Mulberry #C2519B
Tints of Mulberry #C2519B
RGB
CMYK
RGB Variations
Color information
#C2519B (or 0xC2519B) is known color: Mulberry. HEX triplet: C2, 51 and 9B. RGB value is (194,81,155). Sum of RGB (Red+Green+Blue) = 194+81+155=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 81 (32.03% from 255 or 18.84% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C2519B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2519B is #3DAE64. Grayscale: #7B7B7B. Windows color (decimal): -4042341 or 10179010. OLE color: 10179010.
HSL color Cylindrical-coordinate representation of color #C2519B: hue angle of 320.71º degrees, saturation: 0.48, 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 #C2519B is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 81 | 155 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.24 |
| HSL | 320.71º | 0.48% | 0.54% | - |
| HSV(B) | 320.71º | 0.58% | 0.76% | - |
| XYZ | 31.11 | 19.72 | 33.18 | - |
| YUV | 123.22 | 145.94 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 81 | 155 | 0 | 0.58 | 0.20 | 0.24 | 320.71 | 0.48 | 0.54 |
| Hex | C2 | 51 | 9B | 0 | 3A | 14 | 18 | 141 | 30 | 36 |
| Octal | 302 | 121 | 233 | 0 | 72 | 24 | 30 | 501 | 60 | 66 |
| Binary | 11000010 | 1010001 | 10011011 | 0 | 111010 | 10100 | 11000 | 101000001 | 110000 | 110110 |
Color Harmonies of #C2519B
Complementary color
Monochromatic Colors of #C2519B
Black with #C2519B
Text Example
Text Example
White with #C2519B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2519B; }
p { color: rgb(194,81,155); }
H1.HeaderClassName
{
color: #C2519B;
}
.AnyTagClassName
{
color: #C2519B;
}
</style>
background-color css
<style>
a { background-color: #C2519B; }
a { background-color: rgb(194,81,155); }
div.DivClassName
{
background-color: #C2519B;
}
.BgClassName
{
background-color: #C2519B;
}
</style>
border-color css
<style>
span { border-color: #C2519B; }
span { border-color: rgb(194,81,155); }
td.TdClassName
{
border-color: #C2519B;
}
.TagClassName
{
border-color: #C2519B;
}
</style>