Shades of Jazzberry Jam #C20052
Tints of Jazzberry Jam #C20052
RGB
CMYK
RGB Variations
Color information
#C20052 (or 0xC20052) is known color: Jazzberry Jam. HEX triplet: C2, 00 and 52. RGB value is (194,0,82). Sum of RGB (Red+Green+Blue) = 194+0+82=276 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.29% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 194 - color contains mainly: red. Hex color #C20052 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20052 is #3DFFAD. Grayscale: #434343. Windows color (decimal): -4063150 or 5374146. OLE color: 5374146.
HSL color Cylindrical-coordinate representation of color #C20052: hue angle of 334.64º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C20052 is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 82 | - |
| CMYK | 0 | 1 | 0.58 | 0.24 |
| HSL | 334.64º | 1% | 0.38% | - |
| HSV(B) | 334.64º | 1% | 0.76% | - |
| XYZ | 23.77 | 12.08 | 9.06 | - |
| YUV | 67.35 | 136.27 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 82 | 0 | 1 | 0.58 | 0.24 | 334.64 | 1 | 0.38 |
| Hex | C2 | 0 | 52 | 0 | 64 | 3A | 18 | 14F | 64 | 26 |
| Octal | 302 | 0 | 122 | 0 | 144 | 72 | 30 | 517 | 144 | 46 |
| Binary | 11000010 | 0 | 1010010 | 0 | 1100100 | 111010 | 11000 | 101001111 | 1100100 | 100110 |
Color Harmonies of #C20052
Complementary color
Monochromatic Colors of #C20052
Black with #C20052
Text Example
Text Example
White with #C20052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20052; }
p { color: rgb(194,0,82); }
H1.HeaderClassName
{
color: #C20052;
}
.AnyTagClassName
{
color: #C20052;
}
</style>
background-color css
<style>
a { background-color: #C20052; }
a { background-color: rgb(194,0,82); }
div.DivClassName
{
background-color: #C20052;
}
.BgClassName
{
background-color: #C20052;
}
</style>
border-color css
<style>
span { border-color: #C20052; }
span { border-color: rgb(194,0,82); }
td.TdClassName
{
border-color: #C20052;
}
.TagClassName
{
border-color: #C20052;
}
</style>