Shades of Jazzberry Jam #C1115A
Tints of Jazzberry Jam #C1115A
RGB
CMYK
RGB Variations
Color information
#C1115A (or 0xC1115A) is known color: Jazzberry Jam. HEX triplet: C1, 11 and 5A. RGB value is (193,17,90). Sum of RGB (Red+Green+Blue) = 193+17+90=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C1115A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1115A is #3EEEA5. Grayscale: #4D4D4D. Windows color (decimal): -4124326 or 5902785. OLE color: 5902785.
HSL color Cylindrical-coordinate representation of color #C1115A: hue angle of 335.11º 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 #C1115A is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 17 | 90 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.24 |
| HSL | 335.11º | 0.84% | 0.41% | - |
| HSV(B) | 335.11º | 0.91% | 0.76% | - |
| XYZ | 24.04 | 12.48 | 10.81 | - |
| YUV | 77.95 | 134.81 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 90 | 0 | 0.91 | 0.53 | 0.24 | 335.11 | 0.84 | 0.41 |
| Hex | C1 | 11 | 5A | 0 | 5B | 35 | 18 | 14F | 54 | 29 |
| Octal | 301 | 21 | 132 | 0 | 133 | 65 | 30 | 517 | 124 | 51 |
| Binary | 11000001 | 10001 | 1011010 | 0 | 1011011 | 110101 | 11000 | 101001111 | 1010100 | 101001 |
Color Harmonies of #C1115A
Complementary color
Monochromatic Colors of #C1115A
Black with #C1115A
Text Example
Text Example
White with #C1115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1115A; }
p { color: rgb(193,17,90); }
H1.HeaderClassName
{
color: #C1115A;
}
.AnyTagClassName
{
color: #C1115A;
}
</style>
background-color css
<style>
a { background-color: #C1115A; }
a { background-color: rgb(193,17,90); }
div.DivClassName
{
background-color: #C1115A;
}
.BgClassName
{
background-color: #C1115A;
}
</style>
border-color css
<style>
span { border-color: #C1115A; }
span { border-color: rgb(193,17,90); }
td.TdClassName
{
border-color: #C1115A;
}
.TagClassName
{
border-color: #C1115A;
}
</style>