Shades of Jazzberry Jam #C20C5C
Tints of Jazzberry Jam #C20C5C
RGB
CMYK
RGB Variations
Color information
#C20C5C (or 0xC20C5C) is known color: Jazzberry Jam. HEX triplet: C2, 0C and 5C. RGB value is (194,12,92). Sum of RGB (Red+Green+Blue) = 194+12+92=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 12 (5.08% from 255 or 4.03% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20C5C is #3DF3A3. Grayscale: #4B4B4B. Windows color (decimal): -4060068 or 6032578. OLE color: 6032578.
HSL color Cylindrical-coordinate representation of color #C20C5C: hue angle of 333.63º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20C5C is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 12 | 92 | - |
| CMYK | 0 | 0.94 | 0.53 | 0.24 |
| HSL | 333.63º | 0.88% | 0.4% | - |
| HSV(B) | 333.63º | 0.94% | 0.76% | - |
| XYZ | 24.31 | 12.5 | 11.26 | - |
| YUV | 75.54 | 137.3 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 12 | 92 | 0 | 0.94 | 0.53 | 0.24 | 333.63 | 0.88 | 0.4 |
| Hex | C2 | C | 5C | 0 | 5E | 35 | 18 | 14E | 58 | 28 |
| Octal | 302 | 14 | 134 | 0 | 136 | 65 | 30 | 516 | 130 | 50 |
| Binary | 11000010 | 1100 | 1011100 | 0 | 1011110 | 110101 | 11000 | 101001110 | 1011000 | 101000 |
Color Harmonies of #C20C5C
Complementary color
Monochromatic Colors of #C20C5C
Black with #C20C5C
Text Example
Text Example
White with #C20C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20C5C; }
p { color: rgb(194,12,92); }
H1.HeaderClassName
{
color: #C20C5C;
}
.AnyTagClassName
{
color: #C20C5C;
}
</style>
background-color css
<style>
a { background-color: #C20C5C; }
a { background-color: rgb(194,12,92); }
div.DivClassName
{
background-color: #C20C5C;
}
.BgClassName
{
background-color: #C20C5C;
}
</style>
border-color css
<style>
span { border-color: #C20C5C; }
span { border-color: rgb(194,12,92); }
td.TdClassName
{
border-color: #C20C5C;
}
.TagClassName
{
border-color: #C20C5C;
}
</style>