Shades of Jazzberry Jam #C20257
Tints of Jazzberry Jam #C20257
RGB
CMYK
RGB Variations
Color information
#C20257 (or 0xC20257) is known color: Jazzberry Jam. HEX triplet: C2, 02 and 57. RGB value is (194,2,87). Sum of RGB (Red+Green+Blue) = 194+2+87=283 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.55% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 87 (34.38% from 255 or 30.74% from 283); Max value from RGB is 194 - color contains mainly: red. Hex color #C20257 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20257 is #3DFDA8. Grayscale: #444444. Windows color (decimal): -4062633 or 5702338. OLE color: 5702338.
HSL color Cylindrical-coordinate representation of color #C20257: hue angle of 333.44º degrees, saturation: 0.98, 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 #C20257 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 87 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.24 |
| HSL | 333.44º | 0.98% | 0.38% | - |
| HSV(B) | 333.44º | 0.99% | 0.76% | - |
| XYZ | 23.99 | 12.2 | 10.11 | - |
| YUV | 69.1 | 138.11 | 217.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 87 | 0 | 0.99 | 0.55 | 0.24 | 333.44 | 0.98 | 0.38 |
| Hex | C2 | 2 | 57 | 0 | 63 | 37 | 18 | 14D | 62 | 26 |
| Octal | 302 | 2 | 127 | 0 | 143 | 67 | 30 | 515 | 142 | 46 |
| Binary | 11000010 | 10 | 1010111 | 0 | 1100011 | 110111 | 11000 | 101001101 | 1100010 | 100110 |
Color Harmonies of #C20257
Complementary color
Monochromatic Colors of #C20257
Black with #C20257
Text Example
Text Example
White with #C20257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20257; }
p { color: rgb(194,2,87); }
H1.HeaderClassName
{
color: #C20257;
}
.AnyTagClassName
{
color: #C20257;
}
</style>
background-color css
<style>
a { background-color: #C20257; }
a { background-color: rgb(194,2,87); }
div.DivClassName
{
background-color: #C20257;
}
.BgClassName
{
background-color: #C20257;
}
</style>
border-color css
<style>
span { border-color: #C20257; }
span { border-color: rgb(194,2,87); }
td.TdClassName
{
border-color: #C20257;
}
.TagClassName
{
border-color: #C20257;
}
</style>