Shades of Jazzberry Jam #C11159
Tints of Jazzberry Jam #C11159
RGB
CMYK
RGB Variations
Color information
#C11159 (or 0xC11159) is known color: Jazzberry Jam. HEX triplet: C1, 11 and 59. RGB value is (193,17,89). Sum of RGB (Red+Green+Blue) = 193+17+89=299 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.55% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 89 (35.16% from 255 or 29.77% from 299); Max value from RGB is 193 - color contains mainly: red. Hex color #C11159 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11159 is #3EEEA6. Grayscale: #4D4D4D. Windows color (decimal): -4124327 or 5837249. OLE color: 5837249.
HSL color Cylindrical-coordinate representation of color #C11159: hue angle of 335.45º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C11159 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 17 | 89 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.24 |
| HSL | 335.45º | 0.84% | 0.41% | - |
| HSV(B) | 335.45º | 0.91% | 0.76% | - |
| XYZ | 24 | 12.46 | 10.59 | - |
| YUV | 77.83 | 134.31 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 89 | 0 | 0.91 | 0.54 | 0.24 | 335.45 | 0.84 | 0.41 |
| Hex | C1 | 11 | 59 | 0 | 5B | 36 | 18 | 14F | 54 | 29 |
| Octal | 301 | 21 | 131 | 0 | 133 | 66 | 30 | 517 | 124 | 51 |
| Binary | 11000001 | 10001 | 1011001 | 0 | 1011011 | 110110 | 11000 | 101001111 | 1010100 | 101001 |
Color Harmonies of #C11159
Complementary color
Monochromatic Colors of #C11159
Black with #C11159
Text Example
Text Example
White with #C11159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11159; }
p { color: rgb(193,17,89); }
H1.HeaderClassName
{
color: #C11159;
}
.AnyTagClassName
{
color: #C11159;
}
</style>
background-color css
<style>
a { background-color: #C11159; }
a { background-color: rgb(193,17,89); }
div.DivClassName
{
background-color: #C11159;
}
.BgClassName
{
background-color: #C11159;
}
</style>
border-color css
<style>
span { border-color: #C11159; }
span { border-color: rgb(193,17,89); }
td.TdClassName
{
border-color: #C11159;
}
.TagClassName
{
border-color: #C11159;
}
</style>