Shades of Jazzberry Jam #C10059
Tints of Jazzberry Jam #C10059
RGB
CMYK
RGB Variations
Color information
#C10059 (or 0xC10059) is known color: Jazzberry Jam. HEX triplet: C1, 00 and 59. RGB value is (193,0,89). Sum of RGB (Red+Green+Blue) = 193+0+89=282 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.44% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 193 - color contains mainly: red. Hex color #C10059 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10059 is #3EFFA6. Grayscale: #434343. Windows color (decimal): -4128679 or 5832897. OLE color: 5832897.
HSL color Cylindrical-coordinate representation of color #C10059: hue angle of 332.33º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C10059 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 0 | 89 | - |
| CMYK | 0 | 1 | 0.54 | 0.24 |
| HSL | 332.33º | 1% | 0.38% | - |
| HSV(B) | 332.33º | 1% | 0.76% | - |
| XYZ | 23.8 | 12.06 | 10.52 | - |
| YUV | 67.85 | 139.94 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 0 | 89 | 0 | 1 | 0.54 | 0.24 | 332.33 | 1 | 0.38 |
| Hex | C1 | 0 | 59 | 0 | 64 | 36 | 18 | 14C | 64 | 26 |
| Octal | 301 | 0 | 131 | 0 | 144 | 66 | 30 | 514 | 144 | 46 |
| Binary | 11000001 | 0 | 1011001 | 0 | 1100100 | 110110 | 11000 | 101001100 | 1100100 | 100110 |
Color Harmonies of #C10059
Complementary color
Monochromatic Colors of #C10059
Black with #C10059
Text Example
Text Example
White with #C10059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10059; }
p { color: rgb(193,0,89); }
H1.HeaderClassName
{
color: #C10059;
}
.AnyTagClassName
{
color: #C10059;
}
</style>
background-color css
<style>
a { background-color: #C10059; }
a { background-color: rgb(193,0,89); }
div.DivClassName
{
background-color: #C10059;
}
.BgClassName
{
background-color: #C10059;
}
</style>
border-color css
<style>
span { border-color: #C10059; }
span { border-color: rgb(193,0,89); }
td.TdClassName
{
border-color: #C10059;
}
.TagClassName
{
border-color: #C10059;
}
</style>