Shades of Jazzberry Jam #C01161
Tints of Jazzberry Jam #C01161
RGB
CMYK
RGB Variations
Color information
#C01161 (or 0xC01161) is known color: Jazzberry Jam. HEX triplet: C0, 11 and 61. RGB value is (192,17,97). Sum of RGB (Red+Green+Blue) = 192+17+97=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 97 (38.28% from 255 or 31.70% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C01161 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01161 is #3FEE9E. Grayscale: #4E4E4E. Windows color (decimal): -4189855 or 6361536. OLE color: 6361536.
HSL color Cylindrical-coordinate representation of color #C01161: hue angle of 332.57º 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 #C01161 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 97 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.25 |
| HSL | 332.57º | 0.84% | 0.41% | - |
| HSV(B) | 332.57º | 0.91% | 0.75% | - |
| XYZ | 24.1 | 12.47 | 12.45 | - |
| YUV | 78.45 | 138.48 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 97 | 0 | 0.91 | 0.49 | 0.25 | 332.57 | 0.84 | 0.41 |
| Hex | C0 | 11 | 61 | 0 | 5B | 31 | 19 | 14D | 54 | 29 |
| Octal | 300 | 21 | 141 | 0 | 133 | 61 | 31 | 515 | 124 | 51 |
| Binary | 11000000 | 10001 | 1100001 | 0 | 1011011 | 110001 | 11001 | 101001101 | 1010100 | 101001 |
Color Harmonies of #C01161
Complementary color
Monochromatic Colors of #C01161
Black with #C01161
Text Example
Text Example
White with #C01161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01161; }
p { color: rgb(192,17,97); }
H1.HeaderClassName
{
color: #C01161;
}
.AnyTagClassName
{
color: #C01161;
}
</style>
background-color css
<style>
a { background-color: #C01161; }
a { background-color: rgb(192,17,97); }
div.DivClassName
{
background-color: #C01161;
}
.BgClassName
{
background-color: #C01161;
}
</style>
border-color css
<style>
span { border-color: #C01161; }
span { border-color: rgb(192,17,97); }
td.TdClassName
{
border-color: #C01161;
}
.TagClassName
{
border-color: #C01161;
}
</style>