Shades of Jazzberry Jam #C00062
Tints of Jazzberry Jam #C00062
RGB
CMYK
RGB Variations
Color information
#C00062 (or 0xC00062) is known color: Jazzberry Jam. HEX triplet: C0, 00 and 62. RGB value is (192,0,98). Sum of RGB (Red+Green+Blue) = 192+0+98=290 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.21% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 98 (38.67% from 255 or 33.79% from 290); Max value from RGB is 192 - color contains mainly: red. Hex color #C00062 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00062 is #3FFF9D. Grayscale: #444444. Windows color (decimal): -4194206 or 6422720. OLE color: 6422720.
HSL color Cylindrical-coordinate representation of color #C00062: hue angle of 329.38º 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 #C00062 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 0 | 98 | - |
| CMYK | 0 | 1 | 0.49 | 0.25 |
| HSL | 329.38º | 1% | 0.38% | - |
| HSV(B) | 329.38º | 1% | 0.75% | - |
| XYZ | 23.94 | 12.09 | 12.63 | - |
| YUV | 68.58 | 144.61 | 216.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 98 | 0 | 1 | 0.49 | 0.25 | 329.38 | 1 | 0.38 |
| Hex | C0 | 0 | 62 | 0 | 64 | 31 | 19 | 149 | 64 | 26 |
| Octal | 300 | 0 | 142 | 0 | 144 | 61 | 31 | 511 | 144 | 46 |
| Binary | 11000000 | 0 | 1100010 | 0 | 1100100 | 110001 | 11001 | 101001001 | 1100100 | 100110 |
Color Harmonies of #C00062
Complementary color
Monochromatic Colors of #C00062
Black with #C00062
Text Example
Text Example
White with #C00062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00062; }
p { color: rgb(192,0,98); }
H1.HeaderClassName
{
color: #C00062;
}
.AnyTagClassName
{
color: #C00062;
}
</style>
background-color css
<style>
a { background-color: #C00062; }
a { background-color: rgb(192,0,98); }
div.DivClassName
{
background-color: #C00062;
}
.BgClassName
{
background-color: #C00062;
}
</style>
border-color css
<style>
span { border-color: #C00062; }
span { border-color: rgb(192,0,98); }
td.TdClassName
{
border-color: #C00062;
}
.TagClassName
{
border-color: #C00062;
}
</style>