Shades of Jazzberry Jam #C10056
Tints of Jazzberry Jam #C10056
RGB
CMYK
RGB Variations
Color information
#C10056 (or 0xC10056) is known color: Jazzberry Jam. HEX triplet: C1, 00 and 56. RGB value is (193,0,86). Sum of RGB (Red+Green+Blue) = 193+0+86=279 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.18% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 86 (33.98% from 255 or 30.82% from 279); Max value from RGB is 193 - color contains mainly: red. Hex color #C10056 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10056 is #3EFFA9. Grayscale: #434343. Windows color (decimal): -4128682 or 5636289. OLE color: 5636289.
HSL color Cylindrical-coordinate representation of color #C10056: hue angle of 333.26º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C10056 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 0 | 86 | - |
| CMYK | 0 | 1 | 0.55 | 0.24 |
| HSL | 333.26º | 1% | 0.38% | - |
| HSV(B) | 333.26º | 1% | 0.76% | - |
| XYZ | 23.67 | 12.01 | 9.87 | - |
| YUV | 67.51 | 138.44 | 217.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 0 | 86 | 0 | 1 | 0.55 | 0.24 | 333.26 | 1 | 0.38 |
| Hex | C1 | 0 | 56 | 0 | 64 | 37 | 18 | 14D | 64 | 26 |
| Octal | 301 | 0 | 126 | 0 | 144 | 67 | 30 | 515 | 144 | 46 |
| Binary | 11000001 | 0 | 1010110 | 0 | 1100100 | 110111 | 11000 | 101001101 | 1100100 | 100110 |
Color Harmonies of #C10056
Complementary color
Monochromatic Colors of #C10056
Black with #C10056
Text Example
Text Example
White with #C10056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10056; }
p { color: rgb(193,0,86); }
H1.HeaderClassName
{
color: #C10056;
}
.AnyTagClassName
{
color: #C10056;
}
</style>
background-color css
<style>
a { background-color: #C10056; }
a { background-color: rgb(193,0,86); }
div.DivClassName
{
background-color: #C10056;
}
.BgClassName
{
background-color: #C10056;
}
</style>
border-color css
<style>
span { border-color: #C10056; }
span { border-color: rgb(193,0,86); }
td.TdClassName
{
border-color: #C10056;
}
.TagClassName
{
border-color: #C10056;
}
</style>