Shades of Jazzberry Jam #C10159
Tints of Jazzberry Jam #C10159
RGB
CMYK
RGB Variations
Color information
#C10159 (or 0xC10159) is known color: Jazzberry Jam. HEX triplet: C1, 01 and 59. RGB value is (193,1,89). Sum of RGB (Red+Green+Blue) = 193+1+89=283 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.20% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 193 - color contains mainly: red. Hex color #C10159 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10159 is #3EFEA6. Grayscale: #444444. Windows color (decimal): -4128423 or 5833153. OLE color: 5833153.
HSL color Cylindrical-coordinate representation of color #C10159: hue angle of 332.5º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C10159 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 1 | 89 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.24 |
| HSL | 332.5º | 0.99% | 0.38% | - |
| HSV(B) | 332.5º | 0.99% | 0.76% | - |
| XYZ | 23.81 | 12.08 | 10.53 | - |
| YUV | 68.44 | 139.61 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 89 | 0 | 0.99 | 0.54 | 0.24 | 332.5 | 0.99 | 0.38 |
| Hex | C1 | 1 | 59 | 0 | 63 | 36 | 18 | 14C | 63 | 26 |
| Octal | 301 | 1 | 131 | 0 | 143 | 66 | 30 | 514 | 143 | 46 |
| Binary | 11000001 | 1 | 1011001 | 0 | 1100011 | 110110 | 11000 | 101001100 | 1100011 | 100110 |
Color Harmonies of #C10159
Complementary color
Monochromatic Colors of #C10159
Black with #C10159
Text Example
Text Example
White with #C10159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10159; }
p { color: rgb(193,1,89); }
H1.HeaderClassName
{
color: #C10159;
}
.AnyTagClassName
{
color: #C10159;
}
</style>
background-color css
<style>
a { background-color: #C10159; }
a { background-color: rgb(193,1,89); }
div.DivClassName
{
background-color: #C10159;
}
.BgClassName
{
background-color: #C10159;
}
</style>
border-color css
<style>
span { border-color: #C10159; }
span { border-color: rgb(193,1,89); }
td.TdClassName
{
border-color: #C10159;
}
.TagClassName
{
border-color: #C10159;
}
</style>