Shades of Jazzberry Jam #C20152
Tints of Jazzberry Jam #C20152
RGB
CMYK
RGB Variations
Color information
#C20152 (or 0xC20152) is known color: Jazzberry Jam. HEX triplet: C2, 01 and 52. RGB value is (194,1,82). Sum of RGB (Red+Green+Blue) = 194+1+82=277 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.04% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 194 - color contains mainly: red. Hex color #C20152 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20152 is #3DFEAD. Grayscale: #434343. Windows color (decimal): -4062894 or 5374402. OLE color: 5374402.
HSL color Cylindrical-coordinate representation of color #C20152: hue angle of 334.82º 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 #C20152 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 1 | 82 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.24 |
| HSL | 334.82º | 0.99% | 0.38% | - |
| HSV(B) | 334.82º | 0.99% | 0.76% | - |
| XYZ | 23.78 | 12.1 | 9.06 | - |
| YUV | 67.94 | 135.94 | 217.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 82 | 0 | 0.99 | 0.58 | 0.24 | 334.82 | 0.99 | 0.38 |
| Hex | C2 | 1 | 52 | 0 | 63 | 3A | 18 | 14F | 63 | 26 |
| Octal | 302 | 1 | 122 | 0 | 143 | 72 | 30 | 517 | 143 | 46 |
| Binary | 11000010 | 1 | 1010010 | 0 | 1100011 | 111010 | 11000 | 101001111 | 1100011 | 100110 |
Color Harmonies of #C20152
Complementary color
Monochromatic Colors of #C20152
Black with #C20152
Text Example
Text Example
White with #C20152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20152; }
p { color: rgb(194,1,82); }
H1.HeaderClassName
{
color: #C20152;
}
.AnyTagClassName
{
color: #C20152;
}
</style>
background-color css
<style>
a { background-color: #C20152; }
a { background-color: rgb(194,1,82); }
div.DivClassName
{
background-color: #C20152;
}
.BgClassName
{
background-color: #C20152;
}
</style>
border-color css
<style>
span { border-color: #C20152; }
span { border-color: rgb(194,1,82); }
td.TdClassName
{
border-color: #C20152;
}
.TagClassName
{
border-color: #C20152;
}
</style>