Shades of Jazzberry Jam #C11259
Tints of Jazzberry Jam #C11259
RGB
CMYK
RGB Variations
Color information
#C11259 (or 0xC11259) is known color: Jazzberry Jam. HEX triplet: C1, 12 and 59. RGB value is (193,18,89). Sum of RGB (Red+Green+Blue) = 193+18+89=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 89 (35.16% from 255 or 29.67% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C11259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11259 is #3EEDA6. Grayscale: #4E4E4E. Windows color (decimal): -4124071 or 5837505. OLE color: 5837505.
HSL color Cylindrical-coordinate representation of color #C11259: hue angle of 335.66º 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 #C11259 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 18 | 89 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.24 |
| HSL | 335.66º | 0.83% | 0.41% | - |
| HSV(B) | 335.66º | 0.91% | 0.76% | - |
| XYZ | 24.01 | 12.49 | 10.6 | - |
| YUV | 78.42 | 133.98 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 89 | 0 | 0.91 | 0.54 | 0.24 | 335.66 | 0.83 | 0.41 |
| Hex | C1 | 12 | 59 | 0 | 5B | 36 | 18 | 150 | 53 | 29 |
| Octal | 301 | 22 | 131 | 0 | 133 | 66 | 30 | 520 | 123 | 51 |
| Binary | 11000001 | 10010 | 1011001 | 0 | 1011011 | 110110 | 11000 | 101010000 | 1010011 | 101001 |
Color Harmonies of #C11259
Complementary color
Monochromatic Colors of #C11259
Black with #C11259
Text Example
Text Example
White with #C11259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11259; }
p { color: rgb(193,18,89); }
H1.HeaderClassName
{
color: #C11259;
}
.AnyTagClassName
{
color: #C11259;
}
</style>
background-color css
<style>
a { background-color: #C11259; }
a { background-color: rgb(193,18,89); }
div.DivClassName
{
background-color: #C11259;
}
.BgClassName
{
background-color: #C11259;
}
</style>
border-color css
<style>
span { border-color: #C11259; }
span { border-color: rgb(193,18,89); }
td.TdClassName
{
border-color: #C11259;
}
.TagClassName
{
border-color: #C11259;
}
</style>