Shades of Mulberry #C15198
Tints of Mulberry #C15198
RGB
CMYK
RGB Variations
Color information
#C15198 (or 0xC15198) is known color: Mulberry. HEX triplet: C1, 51 and 98. RGB value is (193,81,152). Sum of RGB (Red+Green+Blue) = 193+81+152=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 193 - color contains mainly: red. Hex color #C15198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15198 is #3EAE67. Grayscale: #7A7A7A. Windows color (decimal): -4107880 or 9982401. OLE color: 9982401.
HSL color Cylindrical-coordinate representation of color #C15198: hue angle of 321.96º degrees, saturation: 0.47, 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 #C15198 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 81 | 152 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.24 |
| HSL | 321.96º | 0.47% | 0.54% | - |
| HSV(B) | 321.96º | 0.58% | 0.76% | - |
| XYZ | 30.6 | 19.49 | 31.85 | - |
| YUV | 122.58 | 144.61 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 81 | 152 | 0 | 0.58 | 0.21 | 0.24 | 321.96 | 0.47 | 0.54 |
| Hex | C1 | 51 | 98 | 0 | 3A | 15 | 18 | 142 | 2F | 36 |
| Octal | 301 | 121 | 230 | 0 | 72 | 25 | 30 | 502 | 57 | 66 |
| Binary | 11000001 | 1010001 | 10011000 | 0 | 111010 | 10101 | 11000 | 101000010 | 101111 | 110110 |
Color Harmonies of #C15198
Complementary color
Monochromatic Colors of #C15198
Black with #C15198
Text Example
Text Example
White with #C15198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15198; }
p { color: rgb(193,81,152); }
H1.HeaderClassName
{
color: #C15198;
}
.AnyTagClassName
{
color: #C15198;
}
</style>
background-color css
<style>
a { background-color: #C15198; }
a { background-color: rgb(193,81,152); }
div.DivClassName
{
background-color: #C15198;
}
.BgClassName
{
background-color: #C15198;
}
</style>
border-color css
<style>
span { border-color: #C15198; }
span { border-color: rgb(193,81,152); }
td.TdClassName
{
border-color: #C15198;
}
.TagClassName
{
border-color: #C15198;
}
</style>