Shades of Jazzberry Jam #C1155F
Tints of Jazzberry Jam #C1155F
RGB
CMYK
RGB Variations
Color information
#C1155F (or 0xC1155F) is known color: Jazzberry Jam. HEX triplet: C1, 15 and 5F. RGB value is (193,21,95). Sum of RGB (Red+Green+Blue) = 193+21+95=309 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.46% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 193 - color contains mainly: red. Hex color #C1155F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1155F is #3EEAA0. Grayscale: #505050. Windows color (decimal): -4123297 or 6231489. OLE color: 6231489.
HSL color Cylindrical-coordinate representation of color #C1155F: hue angle of 334.19º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C1155F is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 21 | 95 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.24 |
| HSL | 334.19º | 0.8% | 0.42% | - |
| HSV(B) | 334.19º | 0.89% | 0.76% | - |
| XYZ | 24.33 | 12.7 | 12 | - |
| YUV | 80.86 | 135.98 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 21 | 95 | 0 | 0.89 | 0.51 | 0.24 | 334.19 | 0.8 | 0.42 |
| Hex | C1 | 15 | 5F | 0 | 59 | 33 | 18 | 14E | 50 | 2A |
| Octal | 301 | 25 | 137 | 0 | 131 | 63 | 30 | 516 | 120 | 52 |
| Binary | 11000001 | 10101 | 1011111 | 0 | 1011001 | 110011 | 11000 | 101001110 | 1010000 | 101010 |
Color Harmonies of #C1155F
Complementary color
Monochromatic Colors of #C1155F
Black with #C1155F
Text Example
Text Example
White with #C1155F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1155F; }
p { color: rgb(193,21,95); }
H1.HeaderClassName
{
color: #C1155F;
}
.AnyTagClassName
{
color: #C1155F;
}
</style>
background-color css
<style>
a { background-color: #C1155F; }
a { background-color: rgb(193,21,95); }
div.DivClassName
{
background-color: #C1155F;
}
.BgClassName
{
background-color: #C1155F;
}
</style>
border-color css
<style>
span { border-color: #C1155F; }
span { border-color: rgb(193,21,95); }
td.TdClassName
{
border-color: #C1155F;
}
.TagClassName
{
border-color: #C1155F;
}
</style>