Shades of Jazzberry Jam #C00059
Tints of Jazzberry Jam #C00059
RGB
CMYK
RGB Variations
Color information
#C00059 (or 0xC00059) is known color: Jazzberry Jam. HEX triplet: C0, 00 and 59. RGB value is (192,0,89). Sum of RGB (Red+Green+Blue) = 192+0+89=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C00059 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00059 is #3FFFA6. Grayscale: #434343. Windows color (decimal): -4194215 or 5832896. OLE color: 5832896.
HSL color Cylindrical-coordinate representation of color #C00059: hue angle of 332.19º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C00059 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 0 | 89 | - |
| CMYK | 0 | 1 | 0.54 | 0.25 |
| HSL | 332.19º | 1% | 0.38% | - |
| HSV(B) | 332.19º | 1% | 0.75% | - |
| XYZ | 23.54 | 11.93 | 10.51 | - |
| YUV | 67.55 | 140.11 | 216.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 89 | 0 | 1 | 0.54 | 0.25 | 332.19 | 1 | 0.38 |
| Hex | C0 | 0 | 59 | 0 | 64 | 36 | 19 | 14C | 64 | 26 |
| Octal | 300 | 0 | 131 | 0 | 144 | 66 | 31 | 514 | 144 | 46 |
| Binary | 11000000 | 0 | 1011001 | 0 | 1100100 | 110110 | 11001 | 101001100 | 1100100 | 100110 |
Color Harmonies of #C00059
Complementary color
Monochromatic Colors of #C00059
Black with #C00059
Text Example
Text Example
White with #C00059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00059; }
p { color: rgb(192,0,89); }
H1.HeaderClassName
{
color: #C00059;
}
.AnyTagClassName
{
color: #C00059;
}
</style>
background-color css
<style>
a { background-color: #C00059; }
a { background-color: rgb(192,0,89); }
div.DivClassName
{
background-color: #C00059;
}
.BgClassName
{
background-color: #C00059;
}
</style>
border-color css
<style>
span { border-color: #C00059; }
span { border-color: rgb(192,0,89); }
td.TdClassName
{
border-color: #C00059;
}
.TagClassName
{
border-color: #C00059;
}
</style>