Shades of Jazzberry Jam #C20A57
Tints of Jazzberry Jam #C20A57
RGB
CMYK
RGB Variations
Color information
#C20A57 (or 0xC20A57) is known color: Jazzberry Jam. HEX triplet: C2, 0A and 57. RGB value is (194,10,87). Sum of RGB (Red+Green+Blue) = 194+10+87=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 10 (4.30% from 255 or 3.44% from 291); Blue value is 87 (34.38% from 255 or 29.90% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C20A57 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20A57 is #3DF5A8. Grayscale: #494949. Windows color (decimal): -4060585 or 5704386. OLE color: 5704386.
HSL color Cylindrical-coordinate representation of color #C20A57: hue angle of 334.89º 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 #C20A57 is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 10 | 87 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.24 |
| HSL | 334.89º | 0.9% | 0.4% | - |
| HSV(B) | 334.89º | 0.95% | 0.76% | - |
| XYZ | 24.08 | 12.37 | 10.14 | - |
| YUV | 73.79 | 135.46 | 213.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 10 | 87 | 0 | 0.95 | 0.55 | 0.24 | 334.89 | 0.9 | 0.4 |
| Hex | C2 | A | 57 | 0 | 5F | 37 | 18 | 14F | 5A | 28 |
| Octal | 302 | 12 | 127 | 0 | 137 | 67 | 30 | 517 | 132 | 50 |
| Binary | 11000010 | 1010 | 1010111 | 0 | 1011111 | 110111 | 11000 | 101001111 | 1011010 | 101000 |
Color Harmonies of #C20A57
Complementary color
Monochromatic Colors of #C20A57
Black with #C20A57
Text Example
Text Example
White with #C20A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20A57; }
p { color: rgb(194,10,87); }
H1.HeaderClassName
{
color: #C20A57;
}
.AnyTagClassName
{
color: #C20A57;
}
</style>
background-color css
<style>
a { background-color: #C20A57; }
a { background-color: rgb(194,10,87); }
div.DivClassName
{
background-color: #C20A57;
}
.BgClassName
{
background-color: #C20A57;
}
</style>
border-color css
<style>
span { border-color: #C20A57; }
span { border-color: rgb(194,10,87); }
td.TdClassName
{
border-color: #C20A57;
}
.TagClassName
{
border-color: #C20A57;
}
</style>