Shades of Jazzberry Jam #C1155D
Tints of Jazzberry Jam #C1155D
RGB
CMYK
RGB Variations
Color information
#C1155D (or 0xC1155D) is known color: Jazzberry Jam. HEX triplet: C1, 15 and 5D. RGB value is (193,21,93). Sum of RGB (Red+Green+Blue) = 193+21+93=307 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.87% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 193 - color contains mainly: red. Hex color #C1155D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1155D is #3EEAA2. Grayscale: #505050. Windows color (decimal): -4123299 or 6100417. OLE color: 6100417.
HSL color Cylindrical-coordinate representation of color #C1155D: hue angle of 334.88º 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 #C1155D is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 21 | 93 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.24 |
| HSL | 334.88º | 0.8% | 0.42% | - |
| HSV(B) | 334.88º | 0.89% | 0.76% | - |
| XYZ | 24.24 | 12.66 | 11.52 | - |
| YUV | 80.64 | 134.98 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 21 | 93 | 0 | 0.89 | 0.52 | 0.24 | 334.88 | 0.8 | 0.42 |
| Hex | C1 | 15 | 5D | 0 | 59 | 34 | 18 | 14F | 50 | 2A |
| Octal | 301 | 25 | 135 | 0 | 131 | 64 | 30 | 517 | 120 | 52 |
| Binary | 11000001 | 10101 | 1011101 | 0 | 1011001 | 110100 | 11000 | 101001111 | 1010000 | 101010 |
Color Harmonies of #C1155D
Complementary color
Monochromatic Colors of #C1155D
Black with #C1155D
Text Example
Text Example
White with #C1155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1155D; }
p { color: rgb(193,21,93); }
H1.HeaderClassName
{
color: #C1155D;
}
.AnyTagClassName
{
color: #C1155D;
}
</style>
background-color css
<style>
a { background-color: #C1155D; }
a { background-color: rgb(193,21,93); }
div.DivClassName
{
background-color: #C1155D;
}
.BgClassName
{
background-color: #C1155D;
}
</style>
border-color css
<style>
span { border-color: #C1155D; }
span { border-color: rgb(193,21,93); }
td.TdClassName
{
border-color: #C1155D;
}
.TagClassName
{
border-color: #C1155D;
}
</style>