Shades of Jazzberry Jam #C01359
Tints of Jazzberry Jam #C01359
RGB
CMYK
RGB Variations
Color information
#C01359 (or 0xC01359) is known color: Jazzberry Jam. HEX triplet: C0, 13 and 59. RGB value is (192,19,89). Sum of RGB (Red+Green+Blue) = 192+19+89=300 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 89 (35.16% from 255 or 29.67% from 300); Max value from RGB is 192 - color contains mainly: red. Hex color #C01359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01359 is #3FECA6. Grayscale: #4E4E4E. Windows color (decimal): -4189351 or 5837760. OLE color: 5837760.
HSL color Cylindrical-coordinate representation of color #C01359: hue angle of 335.72º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01359 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 89 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.25 |
| HSL | 335.72º | 0.82% | 0.41% | - |
| HSV(B) | 335.72º | 0.9% | 0.75% | - |
| XYZ | 23.77 | 12.39 | 10.59 | - |
| YUV | 78.71 | 133.81 | 208.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 89 | 0 | 0.90 | 0.54 | 0.25 | 335.72 | 0.82 | 0.41 |
| Hex | C0 | 13 | 59 | 0 | 5A | 36 | 19 | 150 | 52 | 29 |
| Octal | 300 | 23 | 131 | 0 | 132 | 66 | 31 | 520 | 122 | 51 |
| Binary | 11000000 | 10011 | 1011001 | 0 | 1011010 | 110110 | 11001 | 101010000 | 1010010 | 101001 |
Color Harmonies of #C01359
Complementary color
Monochromatic Colors of #C01359
Black with #C01359
Text Example
Text Example
White with #C01359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01359; }
p { color: rgb(192,19,89); }
H1.HeaderClassName
{
color: #C01359;
}
.AnyTagClassName
{
color: #C01359;
}
</style>
background-color css
<style>
a { background-color: #C01359; }
a { background-color: rgb(192,19,89); }
div.DivClassName
{
background-color: #C01359;
}
.BgClassName
{
background-color: #C01359;
}
</style>
border-color css
<style>
span { border-color: #C01359; }
span { border-color: rgb(192,19,89); }
td.TdClassName
{
border-color: #C01359;
}
.TagClassName
{
border-color: #C01359;
}
</style>