Shades of Jazzberry Jam #C20054
Tints of Jazzberry Jam #C20054
RGB
CMYK
RGB Variations
Color information
#C20054 (or 0xC20054) is known color: Jazzberry Jam. HEX triplet: C2, 00 and 54. RGB value is (194,0,84). Sum of RGB (Red+Green+Blue) = 194+0+84=278 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.78% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 84 (33.20% from 255 or 30.22% from 278); Max value from RGB is 194 - color contains mainly: red. Hex color #C20054 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20054 is #3DFFAB. Grayscale: #434343. Windows color (decimal): -4063148 or 5505218. OLE color: 5505218.
HSL color Cylindrical-coordinate representation of color #C20054: hue angle of 334.02º 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 #C20054 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 84 | - |
| CMYK | 0 | 1 | 0.57 | 0.24 |
| HSL | 334.02º | 1% | 0.38% | - |
| HSV(B) | 334.02º | 1% | 0.76% | - |
| XYZ | 23.85 | 12.11 | 9.47 | - |
| YUV | 67.58 | 137.27 | 218.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 84 | 0 | 1 | 0.57 | 0.24 | 334.02 | 1 | 0.38 |
| Hex | C2 | 0 | 54 | 0 | 64 | 39 | 18 | 14E | 64 | 26 |
| Octal | 302 | 0 | 124 | 0 | 144 | 71 | 30 | 516 | 144 | 46 |
| Binary | 11000010 | 0 | 1010100 | 0 | 1100100 | 111001 | 11000 | 101001110 | 1100100 | 100110 |
Color Harmonies of #C20054
Complementary color
Monochromatic Colors of #C20054
Black with #C20054
Text Example
Text Example
White with #C20054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20054; }
p { color: rgb(194,0,84); }
H1.HeaderClassName
{
color: #C20054;
}
.AnyTagClassName
{
color: #C20054;
}
</style>
background-color css
<style>
a { background-color: #C20054; }
a { background-color: rgb(194,0,84); }
div.DivClassName
{
background-color: #C20054;
}
.BgClassName
{
background-color: #C20054;
}
</style>
border-color css
<style>
span { border-color: #C20054; }
span { border-color: rgb(194,0,84); }
td.TdClassName
{
border-color: #C20054;
}
.TagClassName
{
border-color: #C20054;
}
</style>