Shades of Jazzberry Jam #C20064
Tints of Jazzberry Jam #C20064
RGB
CMYK
RGB Variations
Color information
#C20064 (or 0xC20064) is known color: Jazzberry Jam. HEX triplet: C2, 00 and 64. RGB value is (194,0,100). Sum of RGB (Red+Green+Blue) = 194+0+100=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C20064 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20064 is #3DFF9B. Grayscale: #454545. Windows color (decimal): -4063132 or 6553794. OLE color: 6553794.
HSL color Cylindrical-coordinate representation of color #C20064: hue angle of 329.07º 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 #C20064 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 100 | - |
| CMYK | 0 | 1 | 0.48 | 0.24 |
| HSL | 329.07º | 1% | 0.38% | - |
| HSV(B) | 329.07º | 1% | 0.76% | - |
| XYZ | 24.55 | 12.39 | 13.15 | - |
| YUV | 69.41 | 145.27 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 100 | 0 | 1 | 0.48 | 0.24 | 329.07 | 1 | 0.38 |
| Hex | C2 | 0 | 64 | 0 | 64 | 30 | 18 | 149 | 64 | 26 |
| Octal | 302 | 0 | 144 | 0 | 144 | 60 | 30 | 511 | 144 | 46 |
| Binary | 11000010 | 0 | 1100100 | 0 | 1100100 | 110000 | 11000 | 101001001 | 1100100 | 100110 |
Color Harmonies of #C20064
Complementary color
Monochromatic Colors of #C20064
Black with #C20064
Text Example
Text Example
White with #C20064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20064; }
p { color: rgb(194,0,100); }
H1.HeaderClassName
{
color: #C20064;
}
.AnyTagClassName
{
color: #C20064;
}
</style>
background-color css
<style>
a { background-color: #C20064; }
a { background-color: rgb(194,0,100); }
div.DivClassName
{
background-color: #C20064;
}
.BgClassName
{
background-color: #C20064;
}
</style>
border-color css
<style>
span { border-color: #C20064; }
span { border-color: rgb(194,0,100); }
td.TdClassName
{
border-color: #C20064;
}
.TagClassName
{
border-color: #C20064;
}
</style>