Shades of Jazzberry Jam #C20554
Tints of Jazzberry Jam #C20554
RGB
CMYK
RGB Variations
Color information
#C20554 (or 0xC20554) is known color: Jazzberry Jam. HEX triplet: C2, 05 and 54. RGB value is (194,5,84). Sum of RGB (Red+Green+Blue) = 194+5+84=283 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.55% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 84 (33.20% from 255 or 29.68% from 283); Max value from RGB is 194 - color contains mainly: red. Hex color #C20554 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20554 is #3DFAAB. Grayscale: #464646. Windows color (decimal): -4061868 or 5506498. OLE color: 5506498.
HSL color Cylindrical-coordinate representation of color #C20554: hue angle of 334.92º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C20554 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 5 | 84 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.24 |
| HSL | 334.92º | 0.95% | 0.39% | - |
| HSV(B) | 334.92º | 0.97% | 0.76% | - |
| XYZ | 23.9 | 12.22 | 9.49 | - |
| YUV | 70.52 | 135.62 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 5 | 84 | 0 | 0.97 | 0.57 | 0.24 | 334.92 | 0.95 | 0.39 |
| Hex | C2 | 5 | 54 | 0 | 61 | 39 | 18 | 14F | 5F | 27 |
| Octal | 302 | 5 | 124 | 0 | 141 | 71 | 30 | 517 | 137 | 47 |
| Binary | 11000010 | 101 | 1010100 | 0 | 1100001 | 111001 | 11000 | 101001111 | 1011111 | 100111 |
Color Harmonies of #C20554
Complementary color
Monochromatic Colors of #C20554
Black with #C20554
Text Example
Text Example
White with #C20554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20554; }
p { color: rgb(194,5,84); }
H1.HeaderClassName
{
color: #C20554;
}
.AnyTagClassName
{
color: #C20554;
}
</style>
background-color css
<style>
a { background-color: #C20554; }
a { background-color: rgb(194,5,84); }
div.DivClassName
{
background-color: #C20554;
}
.BgClassName
{
background-color: #C20554;
}
</style>
border-color css
<style>
span { border-color: #C20554; }
span { border-color: rgb(194,5,84); }
td.TdClassName
{
border-color: #C20554;
}
.TagClassName
{
border-color: #C20554;
}
</style>