Shades of Jazzberry Jam #C11468
Tints of Jazzberry Jam #C11468
RGB
CMYK
RGB Variations
Color information
#C11468 (or 0xC11468) is known color: Jazzberry Jam. HEX triplet: C1, 14 and 68. RGB value is (193,20,104). Sum of RGB (Red+Green+Blue) = 193+20+104=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C11468 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11468 is #3EEB97. Grayscale: #515151. Windows color (decimal): -4123544 or 6821057. OLE color: 6821057.
HSL color Cylindrical-coordinate representation of color #C11468: hue angle of 330.87º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C11468 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 20 | 104 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.24 |
| HSL | 330.87º | 0.81% | 0.42% | - |
| HSV(B) | 330.87º | 0.9% | 0.76% | - |
| XYZ | 24.74 | 12.84 | 14.27 | - |
| YUV | 81.3 | 140.81 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 20 | 104 | 0 | 0.90 | 0.46 | 0.24 | 330.87 | 0.81 | 0.42 |
| Hex | C1 | 14 | 68 | 0 | 5A | 2E | 18 | 14B | 51 | 2A |
| Octal | 301 | 24 | 150 | 0 | 132 | 56 | 30 | 513 | 121 | 52 |
| Binary | 11000001 | 10100 | 1101000 | 0 | 1011010 | 101110 | 11000 | 101001011 | 1010001 | 101010 |
Color Harmonies of #C11468
Complementary color
Monochromatic Colors of #C11468
Black with #C11468
Text Example
Text Example
White with #C11468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11468; }
p { color: rgb(193,20,104); }
H1.HeaderClassName
{
color: #C11468;
}
.AnyTagClassName
{
color: #C11468;
}
</style>
background-color css
<style>
a { background-color: #C11468; }
a { background-color: rgb(193,20,104); }
div.DivClassName
{
background-color: #C11468;
}
.BgClassName
{
background-color: #C11468;
}
</style>
border-color css
<style>
span { border-color: #C11468; }
span { border-color: rgb(193,20,104); }
td.TdClassName
{
border-color: #C11468;
}
.TagClassName
{
border-color: #C11468;
}
</style>