Shades of Jazzberry Jam #C20061
Tints of Jazzberry Jam #C20061
RGB
CMYK
RGB Variations
Color information
#C20061 (or 0xC20061) is known color: Jazzberry Jam. HEX triplet: C2, 00 and 61. RGB value is (194,0,97). Sum of RGB (Red+Green+Blue) = 194+0+97=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C20061 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20061 is #3DFF9E. Grayscale: #444444. Windows color (decimal): -4063135 or 6357186. OLE color: 6357186.
HSL color Cylindrical-coordinate representation of color #C20061: hue angle of 330º 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 #C20061 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 97 | - |
| CMYK | 0 | 1 | 0.50 | 0.24 |
| HSL | 330º | 1% | 0.38% | - |
| HSV(B) | 330º | 1% | 0.76% | - |
| XYZ | 24.41 | 12.33 | 12.4 | - |
| YUV | 69.06 | 143.77 | 217.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 97 | 0 | 1 | 0.50 | 0.24 | 330 | 1 | 0.38 |
| Hex | C2 | 0 | 61 | 0 | 64 | 32 | 18 | 14A | 64 | 26 |
| Octal | 302 | 0 | 141 | 0 | 144 | 62 | 30 | 512 | 144 | 46 |
| Binary | 11000010 | 0 | 1100001 | 0 | 1100100 | 110010 | 11000 | 101001010 | 1100100 | 100110 |
Color Harmonies of #C20061
Complementary color
Monochromatic Colors of #C20061
Black with #C20061
Text Example
Text Example
White with #C20061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20061; }
p { color: rgb(194,0,97); }
H1.HeaderClassName
{
color: #C20061;
}
.AnyTagClassName
{
color: #C20061;
}
</style>
background-color css
<style>
a { background-color: #C20061; }
a { background-color: rgb(194,0,97); }
div.DivClassName
{
background-color: #C20061;
}
.BgClassName
{
background-color: #C20061;
}
</style>
border-color css
<style>
span { border-color: #C20061; }
span { border-color: rgb(194,0,97); }
td.TdClassName
{
border-color: #C20061;
}
.TagClassName
{
border-color: #C20061;
}
</style>