Shades of Jazzberry Jam #C01562
Tints of Jazzberry Jam #C01562
RGB
CMYK
RGB Variations
Color information
#C01562 (or 0xC01562) is known color: Jazzberry Jam. HEX triplet: C0, 15 and 62. RGB value is (192,21,98). Sum of RGB (Red+Green+Blue) = 192+21+98=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C01562 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01562 is #3FEA9D. Grayscale: #505050. Windows color (decimal): -4188830 or 6428096. OLE color: 6428096.
HSL color Cylindrical-coordinate representation of color #C01562: hue angle of 332.98º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01562 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 21 | 98 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.25 |
| HSL | 332.98º | 0.8% | 0.42% | - |
| HSV(B) | 332.98º | 0.89% | 0.75% | - |
| XYZ | 24.21 | 12.62 | 12.72 | - |
| YUV | 80.91 | 137.65 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 98 | 0 | 0.89 | 0.49 | 0.25 | 332.98 | 0.8 | 0.42 |
| Hex | C0 | 15 | 62 | 0 | 59 | 31 | 19 | 14D | 50 | 2A |
| Octal | 300 | 25 | 142 | 0 | 131 | 61 | 31 | 515 | 120 | 52 |
| Binary | 11000000 | 10101 | 1100010 | 0 | 1011001 | 110001 | 11001 | 101001101 | 1010000 | 101010 |
Color Harmonies of #C01562
Complementary color
Monochromatic Colors of #C01562
Black with #C01562
Text Example
Text Example
White with #C01562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01562; }
p { color: rgb(192,21,98); }
H1.HeaderClassName
{
color: #C01562;
}
.AnyTagClassName
{
color: #C01562;
}
</style>
background-color css
<style>
a { background-color: #C01562; }
a { background-color: rgb(192,21,98); }
div.DivClassName
{
background-color: #C01562;
}
.BgClassName
{
background-color: #C01562;
}
</style>
border-color css
<style>
span { border-color: #C01562; }
span { border-color: rgb(192,21,98); }
td.TdClassName
{
border-color: #C01562;
}
.TagClassName
{
border-color: #C01562;
}
</style>