Shades of Jazzberry Jam #C20F62
Tints of Jazzberry Jam #C20F62
RGB
CMYK
RGB Variations
Color information
#C20F62 (or 0xC20F62) is known color: Jazzberry Jam. HEX triplet: C2, 0F and 62. RGB value is (194,15,98). Sum of RGB (Red+Green+Blue) = 194+15+98=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C20F62 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20F62 is #3DF09D. Grayscale: #4D4D4D. Windows color (decimal): -4059294 or 6426562. OLE color: 6426562.
HSL color Cylindrical-coordinate representation of color #C20F62: hue angle of 332.18º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C20F62 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 15 | 98 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.24 |
| HSL | 332.18º | 0.86% | 0.41% | - |
| HSV(B) | 332.18º | 0.92% | 0.76% | - |
| XYZ | 24.62 | 12.69 | 12.71 | - |
| YUV | 77.98 | 139.3 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 15 | 98 | 0 | 0.92 | 0.49 | 0.24 | 332.18 | 0.86 | 0.41 |
| Hex | C2 | F | 62 | 0 | 5C | 31 | 18 | 14C | 56 | 29 |
| Octal | 302 | 17 | 142 | 0 | 134 | 61 | 30 | 514 | 126 | 51 |
| Binary | 11000010 | 1111 | 1100010 | 0 | 1011100 | 110001 | 11000 | 101001100 | 1010110 | 101001 |
Color Harmonies of #C20F62
Complementary color
Monochromatic Colors of #C20F62
Black with #C20F62
Text Example
Text Example
White with #C20F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20F62; }
p { color: rgb(194,15,98); }
H1.HeaderClassName
{
color: #C20F62;
}
.AnyTagClassName
{
color: #C20F62;
}
</style>
background-color css
<style>
a { background-color: #C20F62; }
a { background-color: rgb(194,15,98); }
div.DivClassName
{
background-color: #C20F62;
}
.BgClassName
{
background-color: #C20F62;
}
</style>
border-color css
<style>
span { border-color: #C20F62; }
span { border-color: rgb(194,15,98); }
td.TdClassName
{
border-color: #C20F62;
}
.TagClassName
{
border-color: #C20F62;
}
</style>