Shades of Jazzberry Jam #C20A55
Tints of Jazzberry Jam #C20A55
RGB
CMYK
RGB Variations
Color information
#C20A55 (or 0xC20A55) is known color: Jazzberry Jam. HEX triplet: C2, 0A and 55. RGB value is (194,10,85). Sum of RGB (Red+Green+Blue) = 194+10+85=289 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.13% from 289); Green value is 10 (4.30% from 255 or 3.46% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 194 - color contains mainly: red. Hex color #C20A55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20A55 is #3DF5AA. Grayscale: #494949. Windows color (decimal): -4060587 or 5573314. OLE color: 5573314.
HSL color Cylindrical-coordinate representation of color #C20A55: hue angle of 335.54º degrees, saturation: 0.9, 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 #C20A55 is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 10 | 85 | - |
| CMYK | 0 | 0.95 | 0.56 | 0.24 |
| HSL | 335.54º | 0.9% | 0.4% | - |
| HSV(B) | 335.54º | 0.95% | 0.76% | - |
| XYZ | 24 | 12.34 | 9.71 | - |
| YUV | 73.57 | 134.46 | 213.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 10 | 85 | 0 | 0.95 | 0.56 | 0.24 | 335.54 | 0.9 | 0.4 |
| Hex | C2 | A | 55 | 0 | 5F | 38 | 18 | 150 | 5A | 28 |
| Octal | 302 | 12 | 125 | 0 | 137 | 70 | 30 | 520 | 132 | 50 |
| Binary | 11000010 | 1010 | 1010101 | 0 | 1011111 | 111000 | 11000 | 101010000 | 1011010 | 101000 |
Color Harmonies of #C20A55
Complementary color
Monochromatic Colors of #C20A55
Black with #C20A55
Text Example
Text Example
White with #C20A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20A55; }
p { color: rgb(194,10,85); }
H1.HeaderClassName
{
color: #C20A55;
}
.AnyTagClassName
{
color: #C20A55;
}
</style>
background-color css
<style>
a { background-color: #C20A55; }
a { background-color: rgb(194,10,85); }
div.DivClassName
{
background-color: #C20A55;
}
.BgClassName
{
background-color: #C20A55;
}
</style>
border-color css
<style>
span { border-color: #C20A55; }
span { border-color: rgb(194,10,85); }
td.TdClassName
{
border-color: #C20A55;
}
.TagClassName
{
border-color: #C20A55;
}
</style>