Shades of Mulberry #C1508F
Tints of Mulberry #C1508F
RGB
CMYK
RGB Variations
Color information
#C1508F (or 0xC1508F) is known color: Mulberry. HEX triplet: C1, 50 and 8F. RGB value is (193,80,143). Sum of RGB (Red+Green+Blue) = 193+80+143=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C1508F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1508F is #3EAF70. Grayscale: #787878. Windows color (decimal): -4108145 or 9392321. OLE color: 9392321.
HSL color Cylindrical-coordinate representation of color #C1508F: hue angle of 326.55º degrees, saturation: 0.48, 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 #C1508F is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 80 | 143 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.24 |
| HSL | 326.55º | 0.48% | 0.54% | - |
| HSV(B) | 326.55º | 0.59% | 0.76% | - |
| XYZ | 29.82 | 19.06 | 28.09 | - |
| YUV | 120.97 | 140.44 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 80 | 143 | 0 | 0.59 | 0.26 | 0.24 | 326.55 | 0.48 | 0.54 |
| Hex | C1 | 50 | 8F | 0 | 3B | 1A | 18 | 147 | 30 | 36 |
| Octal | 301 | 120 | 217 | 0 | 73 | 32 | 30 | 507 | 60 | 66 |
| Binary | 11000001 | 1010000 | 10001111 | 0 | 111011 | 11010 | 11000 | 101000111 | 110000 | 110110 |
Color Harmonies of #C1508F
Complementary color
Monochromatic Colors of #C1508F
Black with #C1508F
Text Example
Text Example
White with #C1508F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1508F; }
p { color: rgb(193,80,143); }
H1.HeaderClassName
{
color: #C1508F;
}
.AnyTagClassName
{
color: #C1508F;
}
</style>
background-color css
<style>
a { background-color: #C1508F; }
a { background-color: rgb(193,80,143); }
div.DivClassName
{
background-color: #C1508F;
}
.BgClassName
{
background-color: #C1508F;
}
</style>
border-color css
<style>
span { border-color: #C1508F; }
span { border-color: rgb(193,80,143); }
td.TdClassName
{
border-color: #C1508F;
}
.TagClassName
{
border-color: #C1508F;
}
</style>