Shades of Jazzberry Jam #C11163
Tints of Jazzberry Jam #C11163
RGB
CMYK
RGB Variations
Color information
#C11163 (or 0xC11163) is known color: Jazzberry Jam. HEX triplet: C1, 11 and 63. RGB value is (193,17,99). Sum of RGB (Red+Green+Blue) = 193+17+99=309 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.46% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 193 - color contains mainly: red. Hex color #C11163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11163 is #3EEE9C. Grayscale: #4E4E4E. Windows color (decimal): -4124317 or 6492609. OLE color: 6492609.
HSL color Cylindrical-coordinate representation of color #C11163: hue angle of 332.05º 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 #C11163 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 17 | 99 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.24 |
| HSL | 332.05º | 0.84% | 0.41% | - |
| HSV(B) | 332.05º | 0.91% | 0.76% | - |
| XYZ | 24.44 | 12.64 | 12.96 | - |
| YUV | 78.97 | 139.31 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 99 | 0 | 0.91 | 0.49 | 0.24 | 332.05 | 0.84 | 0.41 |
| Hex | C1 | 11 | 63 | 0 | 5B | 31 | 18 | 14C | 54 | 29 |
| Octal | 301 | 21 | 143 | 0 | 133 | 61 | 30 | 514 | 124 | 51 |
| Binary | 11000001 | 10001 | 1100011 | 0 | 1011011 | 110001 | 11000 | 101001100 | 1010100 | 101001 |
Color Harmonies of #C11163
Complementary color
Monochromatic Colors of #C11163
Black with #C11163
Text Example
Text Example
White with #C11163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11163; }
p { color: rgb(193,17,99); }
H1.HeaderClassName
{
color: #C11163;
}
.AnyTagClassName
{
color: #C11163;
}
</style>
background-color css
<style>
a { background-color: #C11163; }
a { background-color: rgb(193,17,99); }
div.DivClassName
{
background-color: #C11163;
}
.BgClassName
{
background-color: #C11163;
}
</style>
border-color css
<style>
span { border-color: #C11163; }
span { border-color: rgb(193,17,99); }
td.TdClassName
{
border-color: #C11163;
}
.TagClassName
{
border-color: #C11163;
}
</style>