Shades of Jazzberry Jam #C20357
Tints of Jazzberry Jam #C20357
RGB
CMYK
RGB Variations
Color information
#C20357 (or 0xC20357) is known color: Jazzberry Jam. HEX triplet: C2, 03 and 57. RGB value is (194,3,87). Sum of RGB (Red+Green+Blue) = 194+3+87=284 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.31% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 87 (34.38% from 255 or 30.63% from 284); Max value from RGB is 194 - color contains mainly: red. Hex color #C20357 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20357 is #3DFCA8. Grayscale: #454545. Windows color (decimal): -4062377 or 5702594. OLE color: 5702594.
HSL color Cylindrical-coordinate representation of color #C20357: hue angle of 333.61º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C20357 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 3 | 87 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.24 |
| HSL | 333.61º | 0.97% | 0.39% | - |
| HSV(B) | 333.61º | 0.98% | 0.76% | - |
| XYZ | 24 | 12.22 | 10.11 | - |
| YUV | 69.69 | 137.78 | 216.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 3 | 87 | 0 | 0.98 | 0.55 | 0.24 | 333.61 | 0.97 | 0.39 |
| Hex | C2 | 3 | 57 | 0 | 62 | 37 | 18 | 14E | 61 | 27 |
| Octal | 302 | 3 | 127 | 0 | 142 | 67 | 30 | 516 | 141 | 47 |
| Binary | 11000010 | 11 | 1010111 | 0 | 1100010 | 110111 | 11000 | 101001110 | 1100001 | 100111 |
Color Harmonies of #C20357
Complementary color
Monochromatic Colors of #C20357
Black with #C20357
Text Example
Text Example
White with #C20357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20357; }
p { color: rgb(194,3,87); }
H1.HeaderClassName
{
color: #C20357;
}
.AnyTagClassName
{
color: #C20357;
}
</style>
background-color css
<style>
a { background-color: #C20357; }
a { background-color: rgb(194,3,87); }
div.DivClassName
{
background-color: #C20357;
}
.BgClassName
{
background-color: #C20357;
}
</style>
border-color css
<style>
span { border-color: #C20357; }
span { border-color: rgb(194,3,87); }
td.TdClassName
{
border-color: #C20357;
}
.TagClassName
{
border-color: #C20357;
}
</style>