Shades of Jazzberry Jam #C20163
Tints of Jazzberry Jam #C20163
RGB
CMYK
RGB Variations
Color information
#C20163 (or 0xC20163) is known color: Jazzberry Jam. HEX triplet: C2, 01 and 63. RGB value is (194,1,99). Sum of RGB (Red+Green+Blue) = 194+1+99=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C20163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20163 is #3DFE9C. Grayscale: #454545. Windows color (decimal): -4062877 or 6488514. OLE color: 6488514.
HSL color Cylindrical-coordinate representation of color #C20163: hue angle of 329.53º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C20163 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 1 | 99 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.24 |
| HSL | 329.53º | 0.99% | 0.38% | - |
| HSV(B) | 329.53º | 0.99% | 0.76% | - |
| XYZ | 24.51 | 12.39 | 12.9 | - |
| YUV | 69.88 | 144.44 | 216.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 99 | 0 | 0.99 | 0.49 | 0.24 | 329.53 | 0.99 | 0.38 |
| Hex | C2 | 1 | 63 | 0 | 63 | 31 | 18 | 14A | 63 | 26 |
| Octal | 302 | 1 | 143 | 0 | 143 | 61 | 30 | 512 | 143 | 46 |
| Binary | 11000010 | 1 | 1100011 | 0 | 1100011 | 110001 | 11000 | 101001010 | 1100011 | 100110 |
Color Harmonies of #C20163
Complementary color
Monochromatic Colors of #C20163
Black with #C20163
Text Example
Text Example
White with #C20163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20163; }
p { color: rgb(194,1,99); }
H1.HeaderClassName
{
color: #C20163;
}
.AnyTagClassName
{
color: #C20163;
}
</style>
background-color css
<style>
a { background-color: #C20163; }
a { background-color: rgb(194,1,99); }
div.DivClassName
{
background-color: #C20163;
}
.BgClassName
{
background-color: #C20163;
}
</style>
border-color css
<style>
span { border-color: #C20163; }
span { border-color: rgb(194,1,99); }
td.TdClassName
{
border-color: #C20163;
}
.TagClassName
{
border-color: #C20163;
}
</style>