Shades of Jazzberry Jam #C11262
Tints of Jazzberry Jam #C11262
RGB
CMYK
RGB Variations
Color information
#C11262 (or 0xC11262) is known color: Jazzberry Jam. HEX triplet: C1, 12 and 62. RGB value is (193,18,98). Sum of RGB (Red+Green+Blue) = 193+18+98=309 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.46% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 193 - color contains mainly: red. Hex color #C11262 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11262 is #3EED9D. Grayscale: #4F4F4F. Windows color (decimal): -4124062 or 6427329. OLE color: 6427329.
HSL color Cylindrical-coordinate representation of color #C11262: hue angle of 332.57º degrees, saturation: 0.83, 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 #C11262 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 18 | 98 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.24 |
| HSL | 332.57º | 0.83% | 0.41% | - |
| HSV(B) | 332.57º | 0.91% | 0.76% | - |
| XYZ | 24.41 | 12.65 | 12.71 | - |
| YUV | 79.45 | 138.48 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 98 | 0 | 0.91 | 0.49 | 0.24 | 332.57 | 0.83 | 0.41 |
| Hex | C1 | 12 | 62 | 0 | 5B | 31 | 18 | 14D | 53 | 29 |
| Octal | 301 | 22 | 142 | 0 | 133 | 61 | 30 | 515 | 123 | 51 |
| Binary | 11000001 | 10010 | 1100010 | 0 | 1011011 | 110001 | 11000 | 101001101 | 1010011 | 101001 |
Color Harmonies of #C11262
Complementary color
Monochromatic Colors of #C11262
Black with #C11262
Text Example
Text Example
White with #C11262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11262; }
p { color: rgb(193,18,98); }
H1.HeaderClassName
{
color: #C11262;
}
.AnyTagClassName
{
color: #C11262;
}
</style>
background-color css
<style>
a { background-color: #C11262; }
a { background-color: rgb(193,18,98); }
div.DivClassName
{
background-color: #C11262;
}
.BgClassName
{
background-color: #C11262;
}
</style>
border-color css
<style>
span { border-color: #C11262; }
span { border-color: rgb(193,18,98); }
td.TdClassName
{
border-color: #C11262;
}
.TagClassName
{
border-color: #C11262;
}
</style>