Shades of Jazzberry Jam #C20058
Tints of Jazzberry Jam #C20058
RGB
CMYK
RGB Variations
Color information
#C20058 (or 0xC20058) is known color: Jazzberry Jam. HEX triplet: C2, 00 and 58. RGB value is (194,0,88). Sum of RGB (Red+Green+Blue) = 194+0+88=282 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.79% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 194 - color contains mainly: red. Hex color #C20058 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20058 is #3DFFA7. Grayscale: #434343. Windows color (decimal): -4063144 or 5767362. OLE color: 5767362.
HSL color Cylindrical-coordinate representation of color #C20058: hue angle of 332.78º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C20058 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 88 | - |
| CMYK | 0 | 1 | 0.55 | 0.24 |
| HSL | 332.78º | 1% | 0.38% | - |
| HSV(B) | 332.78º | 1% | 0.76% | - |
| XYZ | 24.01 | 12.17 | 10.32 | - |
| YUV | 68.04 | 139.27 | 217.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 88 | 0 | 1 | 0.55 | 0.24 | 332.78 | 1 | 0.38 |
| Hex | C2 | 0 | 58 | 0 | 64 | 37 | 18 | 14D | 64 | 26 |
| Octal | 302 | 0 | 130 | 0 | 144 | 67 | 30 | 515 | 144 | 46 |
| Binary | 11000010 | 0 | 1011000 | 0 | 1100100 | 110111 | 11000 | 101001101 | 1100100 | 100110 |
Color Harmonies of #C20058
Complementary color
Monochromatic Colors of #C20058
Black with #C20058
Text Example
Text Example
White with #C20058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20058; }
p { color: rgb(194,0,88); }
H1.HeaderClassName
{
color: #C20058;
}
.AnyTagClassName
{
color: #C20058;
}
</style>
background-color css
<style>
a { background-color: #C20058; }
a { background-color: rgb(194,0,88); }
div.DivClassName
{
background-color: #C20058;
}
.BgClassName
{
background-color: #C20058;
}
</style>
border-color css
<style>
span { border-color: #C20058; }
span { border-color: rgb(194,0,88); }
td.TdClassName
{
border-color: #C20058;
}
.TagClassName
{
border-color: #C20058;
}
</style>