Shades of Jazzberry Jam #C11162
Tints of Jazzberry Jam #C11162
RGB
CMYK
RGB Variations
Color information
#C11162 (or 0xC11162) is known color: Jazzberry Jam. HEX triplet: C1, 11 and 62. RGB value is (193,17,98). Sum of RGB (Red+Green+Blue) = 193+17+98=308 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.66% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 193 - color contains mainly: red. Hex color #C11162 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11162 is #3EEE9D. Grayscale: #4E4E4E. Windows color (decimal): -4124318 or 6427073. OLE color: 6427073.
HSL color Cylindrical-coordinate representation of color #C11162: hue angle of 332.39º 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 #C11162 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 17 | 98 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.24 |
| HSL | 332.39º | 0.84% | 0.41% | - |
| HSV(B) | 332.39º | 0.91% | 0.76% | - |
| XYZ | 24.4 | 12.62 | 12.71 | - |
| YUV | 78.86 | 138.81 | 209.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 98 | 0 | 0.91 | 0.49 | 0.24 | 332.39 | 0.84 | 0.41 |
| Hex | C1 | 11 | 62 | 0 | 5B | 31 | 18 | 14C | 54 | 29 |
| Octal | 301 | 21 | 142 | 0 | 133 | 61 | 30 | 514 | 124 | 51 |
| Binary | 11000001 | 10001 | 1100010 | 0 | 1011011 | 110001 | 11000 | 101001100 | 1010100 | 101001 |
Color Harmonies of #C11162
Complementary color
Monochromatic Colors of #C11162
Black with #C11162
Text Example
Text Example
White with #C11162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11162; }
p { color: rgb(193,17,98); }
H1.HeaderClassName
{
color: #C11162;
}
.AnyTagClassName
{
color: #C11162;
}
</style>
background-color css
<style>
a { background-color: #C11162; }
a { background-color: rgb(193,17,98); }
div.DivClassName
{
background-color: #C11162;
}
.BgClassName
{
background-color: #C11162;
}
</style>
border-color css
<style>
span { border-color: #C11162; }
span { border-color: rgb(193,17,98); }
td.TdClassName
{
border-color: #C11162;
}
.TagClassName
{
border-color: #C11162;
}
</style>