Shades of Jazzberry Jam #C1115D
Tints of Jazzberry Jam #C1115D
RGB
CMYK
RGB Variations
Color information
#C1115D (or 0xC1115D) is known color: Jazzberry Jam. HEX triplet: C1, 11 and 5D. RGB value is (193,17,93). Sum of RGB (Red+Green+Blue) = 193+17+93=303 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.70% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 193 - color contains mainly: red. Hex color #C1115D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1115D is #3EEEA2. Grayscale: #4E4E4E. Windows color (decimal): -4124323 or 6099393. OLE color: 6099393.
HSL color Cylindrical-coordinate representation of color #C1115D: hue angle of 334.09º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C1115D is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 17 | 93 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.24 |
| HSL | 334.09º | 0.84% | 0.41% | - |
| HSV(B) | 334.09º | 0.91% | 0.76% | - |
| XYZ | 24.17 | 12.53 | 11.5 | - |
| YUV | 78.29 | 136.31 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 93 | 0 | 0.91 | 0.52 | 0.24 | 334.09 | 0.84 | 0.41 |
| Hex | C1 | 11 | 5D | 0 | 5B | 34 | 18 | 14E | 54 | 29 |
| Octal | 301 | 21 | 135 | 0 | 133 | 64 | 30 | 516 | 124 | 51 |
| Binary | 11000001 | 10001 | 1011101 | 0 | 1011011 | 110100 | 11000 | 101001110 | 1010100 | 101001 |
Color Harmonies of #C1115D
Complementary color
Monochromatic Colors of #C1115D
Black with #C1115D
Text Example
Text Example
White with #C1115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1115D; }
p { color: rgb(193,17,93); }
H1.HeaderClassName
{
color: #C1115D;
}
.AnyTagClassName
{
color: #C1115D;
}
</style>
background-color css
<style>
a { background-color: #C1115D; }
a { background-color: rgb(193,17,93); }
div.DivClassName
{
background-color: #C1115D;
}
.BgClassName
{
background-color: #C1115D;
}
</style>
border-color css
<style>
span { border-color: #C1115D; }
span { border-color: rgb(193,17,93); }
td.TdClassName
{
border-color: #C1115D;
}
.TagClassName
{
border-color: #C1115D;
}
</style>