Shades of Jazzberry Jam #C21168
Tints of Jazzberry Jam #C21168
RGB
CMYK
RGB Variations
Color information
#C21168 (or 0xC21168) is known color: Jazzberry Jam. HEX triplet: C2, 11 and 68. RGB value is (194,17,104). Sum of RGB (Red+Green+Blue) = 194+17+104=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C21168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21168 is #3DEE97. Grayscale: #4F4F4F. Windows color (decimal): -4058776 or 6820290. OLE color: 6820290.
HSL color Cylindrical-coordinate representation of color #C21168: hue angle of 330.51º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C21168 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 17 | 104 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.24 |
| HSL | 330.51º | 0.84% | 0.41% | - |
| HSV(B) | 330.51º | 0.91% | 0.76% | - |
| XYZ | 24.95 | 12.87 | 14.27 | - |
| YUV | 79.84 | 141.64 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 104 | 0 | 0.91 | 0.46 | 0.24 | 330.51 | 0.84 | 0.41 |
| Hex | C2 | 11 | 68 | 0 | 5B | 2E | 18 | 14B | 54 | 29 |
| Octal | 302 | 21 | 150 | 0 | 133 | 56 | 30 | 513 | 124 | 51 |
| Binary | 11000010 | 10001 | 1101000 | 0 | 1011011 | 101110 | 11000 | 101001011 | 1010100 | 101001 |
Color Harmonies of #C21168
Complementary color
Monochromatic Colors of #C21168
Black with #C21168
Text Example
Text Example
White with #C21168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21168; }
p { color: rgb(194,17,104); }
H1.HeaderClassName
{
color: #C21168;
}
.AnyTagClassName
{
color: #C21168;
}
</style>
background-color css
<style>
a { background-color: #C21168; }
a { background-color: rgb(194,17,104); }
div.DivClassName
{
background-color: #C21168;
}
.BgClassName
{
background-color: #C21168;
}
</style>
border-color css
<style>
span { border-color: #C21168; }
span { border-color: rgb(194,17,104); }
td.TdClassName
{
border-color: #C21168;
}
.TagClassName
{
border-color: #C21168;
}
</style>