Shades of Jazzberry Jam #C20961
Tints of Jazzberry Jam #C20961
RGB
CMYK
RGB Variations
Color information
#C20961 (or 0xC20961) is known color: Jazzberry Jam. HEX triplet: C2, 09 and 61. RGB value is (194,9,97). Sum of RGB (Red+Green+Blue) = 194+9+97=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 97 (38.28% from 255 or 32.33% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C20961 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20961 is #3DF69E. Grayscale: #4A4A4A. Windows color (decimal): -4060831 or 6359490. OLE color: 6359490.
HSL color Cylindrical-coordinate representation of color #C20961: hue angle of 331.46º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20961 is Cyan = 0, Magento = 0.95, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 9 | 97 | - |
| CMYK | 0 | 0.95 | 0.50 | 0.24 |
| HSL | 331.46º | 0.91% | 0.4% | - |
| HSV(B) | 331.46º | 0.95% | 0.76% | - |
| XYZ | 24.5 | 12.53 | 12.44 | - |
| YUV | 74.35 | 140.79 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 9 | 97 | 0 | 0.95 | 0.50 | 0.24 | 331.46 | 0.91 | 0.4 |
| Hex | C2 | 9 | 61 | 0 | 5F | 32 | 18 | 14B | 5B | 28 |
| Octal | 302 | 11 | 141 | 0 | 137 | 62 | 30 | 513 | 133 | 50 |
| Binary | 11000010 | 1001 | 1100001 | 0 | 1011111 | 110010 | 11000 | 101001011 | 1011011 | 101000 |
Color Harmonies of #C20961
Complementary color
Monochromatic Colors of #C20961
Black with #C20961
Text Example
Text Example
White with #C20961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20961; }
p { color: rgb(194,9,97); }
H1.HeaderClassName
{
color: #C20961;
}
.AnyTagClassName
{
color: #C20961;
}
</style>
background-color css
<style>
a { background-color: #C20961; }
a { background-color: rgb(194,9,97); }
div.DivClassName
{
background-color: #C20961;
}
.BgClassName
{
background-color: #C20961;
}
</style>
border-color css
<style>
span { border-color: #C20961; }
span { border-color: rgb(194,9,97); }
td.TdClassName
{
border-color: #C20961;
}
.TagClassName
{
border-color: #C20961;
}
</style>