Shades of Jazzberry Jam #C20151
Tints of Jazzberry Jam #C20151
RGB
CMYK
RGB Variations
Color information
#C20151 (or 0xC20151) is known color: Jazzberry Jam. HEX triplet: C2, 01 and 51. RGB value is (194,1,81). Sum of RGB (Red+Green+Blue) = 194+1+81=276 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.29% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 81 (32.03% from 255 or 29.35% from 276); Max value from RGB is 194 - color contains mainly: red. Hex color #C20151 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20151 is #3DFEAE. Grayscale: #434343. Windows color (decimal): -4062895 or 5308866. OLE color: 5308866.
HSL color Cylindrical-coordinate representation of color #C20151: hue angle of 335.13º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C20151 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 1 | 81 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.24 |
| HSL | 335.13º | 0.99% | 0.38% | - |
| HSV(B) | 335.13º | 0.99% | 0.76% | - |
| XYZ | 23.74 | 12.09 | 8.87 | - |
| YUV | 67.83 | 135.44 | 218 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 81 | 0 | 0.99 | 0.58 | 0.24 | 335.13 | 0.99 | 0.38 |
| Hex | C2 | 1 | 51 | 0 | 63 | 3A | 18 | 14F | 63 | 26 |
| Octal | 302 | 1 | 121 | 0 | 143 | 72 | 30 | 517 | 143 | 46 |
| Binary | 11000010 | 1 | 1010001 | 0 | 1100011 | 111010 | 11000 | 101001111 | 1100011 | 100110 |
Color Harmonies of #C20151
Complementary color
Monochromatic Colors of #C20151
Black with #C20151
Text Example
Text Example
White with #C20151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20151; }
p { color: rgb(194,1,81); }
H1.HeaderClassName
{
color: #C20151;
}
.AnyTagClassName
{
color: #C20151;
}
</style>
background-color css
<style>
a { background-color: #C20151; }
a { background-color: rgb(194,1,81); }
div.DivClassName
{
background-color: #C20151;
}
.BgClassName
{
background-color: #C20151;
}
</style>
border-color css
<style>
span { border-color: #C20151; }
span { border-color: rgb(194,1,81); }
td.TdClassName
{
border-color: #C20151;
}
.TagClassName
{
border-color: #C20151;
}
</style>