Shades of Jazzberry Jam #C01058
Tints of Jazzberry Jam #C01058
RGB
CMYK
RGB Variations
Color information
#C01058 (or 0xC01058) is known color: Jazzberry Jam. HEX triplet: C0, 10 and 58. RGB value is (192,16,88). Sum of RGB (Red+Green+Blue) = 192+16+88=296 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.86% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 192 - color contains mainly: red. Hex color #C01058 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01058 is #3FEFA7. Grayscale: #4C4C4C. Windows color (decimal): -4190120 or 5771456. OLE color: 5771456.
HSL color Cylindrical-coordinate representation of color #C01058: hue angle of 335.45º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C01058 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 88 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.25 |
| HSL | 335.45º | 0.85% | 0.41% | - |
| HSV(B) | 335.45º | 0.92% | 0.75% | - |
| XYZ | 23.68 | 12.28 | 10.35 | - |
| YUV | 76.83 | 134.31 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 88 | 0 | 0.92 | 0.54 | 0.25 | 335.45 | 0.85 | 0.41 |
| Hex | C0 | 10 | 58 | 0 | 5C | 36 | 19 | 14F | 55 | 29 |
| Octal | 300 | 20 | 130 | 0 | 134 | 66 | 31 | 517 | 125 | 51 |
| Binary | 11000000 | 10000 | 1011000 | 0 | 1011100 | 110110 | 11001 | 101001111 | 1010101 | 101001 |
Color Harmonies of #C01058
Complementary color
Monochromatic Colors of #C01058
Black with #C01058
Text Example
Text Example
White with #C01058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01058; }
p { color: rgb(192,16,88); }
H1.HeaderClassName
{
color: #C01058;
}
.AnyTagClassName
{
color: #C01058;
}
</style>
background-color css
<style>
a { background-color: #C01058; }
a { background-color: rgb(192,16,88); }
div.DivClassName
{
background-color: #C01058;
}
.BgClassName
{
background-color: #C01058;
}
</style>
border-color css
<style>
span { border-color: #C01058; }
span { border-color: rgb(192,16,88); }
td.TdClassName
{
border-color: #C01058;
}
.TagClassName
{
border-color: #C01058;
}
</style>