Shades of Jazzberry Jam #C01159
Tints of Jazzberry Jam #C01159
RGB
CMYK
RGB Variations
Color information
#C01159 (or 0xC01159) is known color: Jazzberry Jam. HEX triplet: C0, 11 and 59. RGB value is (192,17,89). Sum of RGB (Red+Green+Blue) = 192+17+89=298 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.43% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 89 (35.16% from 255 or 29.87% from 298); Max value from RGB is 192 - color contains mainly: red. Hex color #C01159 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01159 is #3FEEA6. Grayscale: #4D4D4D. Windows color (decimal): -4189863 or 5837248. OLE color: 5837248.
HSL color Cylindrical-coordinate representation of color #C01159: hue angle of 335.31º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01159 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 89 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.25 |
| HSL | 335.31º | 0.84% | 0.41% | - |
| HSV(B) | 335.31º | 0.91% | 0.75% | - |
| XYZ | 23.74 | 12.33 | 10.58 | - |
| YUV | 77.53 | 134.48 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 89 | 0 | 0.91 | 0.54 | 0.25 | 335.31 | 0.84 | 0.41 |
| Hex | C0 | 11 | 59 | 0 | 5B | 36 | 19 | 14F | 54 | 29 |
| Octal | 300 | 21 | 131 | 0 | 133 | 66 | 31 | 517 | 124 | 51 |
| Binary | 11000000 | 10001 | 1011001 | 0 | 1011011 | 110110 | 11001 | 101001111 | 1010100 | 101001 |
Color Harmonies of #C01159
Complementary color
Monochromatic Colors of #C01159
Black with #C01159
Text Example
Text Example
White with #C01159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01159; }
p { color: rgb(192,17,89); }
H1.HeaderClassName
{
color: #C01159;
}
.AnyTagClassName
{
color: #C01159;
}
</style>
background-color css
<style>
a { background-color: #C01159; }
a { background-color: rgb(192,17,89); }
div.DivClassName
{
background-color: #C01159;
}
.BgClassName
{
background-color: #C01159;
}
</style>
border-color css
<style>
span { border-color: #C01159; }
span { border-color: rgb(192,17,89); }
td.TdClassName
{
border-color: #C01159;
}
.TagClassName
{
border-color: #C01159;
}
</style>