Shades of Jazzberry Jam #C11057
Tints of Jazzberry Jam #C11057
RGB
CMYK
RGB Variations
Color information
#C11057 (or 0xC11057) is known color: Jazzberry Jam. HEX triplet: C1, 10 and 57. RGB value is (193,16,87). Sum of RGB (Red+Green+Blue) = 193+16+87=296 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.20% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 87 (34.38% from 255 or 29.39% from 296); Max value from RGB is 193 - color contains mainly: red. Hex color #C11057 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11057 is #3EEFA8. Grayscale: #4C4C4C. Windows color (decimal): -4124585 or 5705921. OLE color: 5705921.
HSL color Cylindrical-coordinate representation of color #C11057: hue angle of 335.93º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C11057 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 16 | 87 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.24 |
| HSL | 335.93º | 0.85% | 0.41% | - |
| HSV(B) | 335.93º | 0.92% | 0.76% | - |
| XYZ | 23.9 | 12.4 | 10.15 | - |
| YUV | 77.02 | 133.64 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 16 | 87 | 0 | 0.92 | 0.55 | 0.24 | 335.93 | 0.85 | 0.41 |
| Hex | C1 | 10 | 57 | 0 | 5C | 37 | 18 | 150 | 55 | 29 |
| Octal | 301 | 20 | 127 | 0 | 134 | 67 | 30 | 520 | 125 | 51 |
| Binary | 11000001 | 10000 | 1010111 | 0 | 1011100 | 110111 | 11000 | 101010000 | 1010101 | 101001 |
Color Harmonies of #C11057
Complementary color
Monochromatic Colors of #C11057
Black with #C11057
Text Example
Text Example
White with #C11057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11057; }
p { color: rgb(193,16,87); }
H1.HeaderClassName
{
color: #C11057;
}
.AnyTagClassName
{
color: #C11057;
}
</style>
background-color css
<style>
a { background-color: #C11057; }
a { background-color: rgb(193,16,87); }
div.DivClassName
{
background-color: #C11057;
}
.BgClassName
{
background-color: #C11057;
}
</style>
border-color css
<style>
span { border-color: #C11057; }
span { border-color: rgb(193,16,87); }
td.TdClassName
{
border-color: #C11057;
}
.TagClassName
{
border-color: #C11057;
}
</style>