Shades of Jazzberry Jam #C21068
Tints of Jazzberry Jam #C21068
RGB
CMYK
RGB Variations
Color information
#C21068 (or 0xC21068) is known color: Jazzberry Jam. HEX triplet: C2, 10 and 68. RGB value is (194,16,104). Sum of RGB (Red+Green+Blue) = 194+16+104=314 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.78% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 194 - color contains mainly: red. Hex color #C21068 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21068 is #3DEF97. Grayscale: #4F4F4F. Windows color (decimal): -4059032 or 6820034. OLE color: 6820034.
HSL color Cylindrical-coordinate representation of color #C21068: hue angle of 330.34º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C21068 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 104 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.24 |
| HSL | 330.34º | 0.85% | 0.41% | - |
| HSV(B) | 330.34º | 0.92% | 0.76% | - |
| XYZ | 24.93 | 12.84 | 14.26 | - |
| YUV | 79.25 | 141.97 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 104 | 0 | 0.92 | 0.46 | 0.24 | 330.34 | 0.85 | 0.41 |
| Hex | C2 | 10 | 68 | 0 | 5C | 2E | 18 | 14A | 55 | 29 |
| Octal | 302 | 20 | 150 | 0 | 134 | 56 | 30 | 512 | 125 | 51 |
| Binary | 11000010 | 10000 | 1101000 | 0 | 1011100 | 101110 | 11000 | 101001010 | 1010101 | 101001 |
Color Harmonies of #C21068
Complementary color
Monochromatic Colors of #C21068
Black with #C21068
Text Example
Text Example
White with #C21068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21068; }
p { color: rgb(194,16,104); }
H1.HeaderClassName
{
color: #C21068;
}
.AnyTagClassName
{
color: #C21068;
}
</style>
background-color css
<style>
a { background-color: #C21068; }
a { background-color: rgb(194,16,104); }
div.DivClassName
{
background-color: #C21068;
}
.BgClassName
{
background-color: #C21068;
}
</style>
border-color css
<style>
span { border-color: #C21068; }
span { border-color: rgb(194,16,104); }
td.TdClassName
{
border-color: #C21068;
}
.TagClassName
{
border-color: #C21068;
}
</style>