Shades of Jazzberry Jam #C20E5E
Tints of Jazzberry Jam #C20E5E
RGB
CMYK
RGB Variations
Color information
#C20E5E (or 0xC20E5E) is known color: Jazzberry Jam. HEX triplet: C2, 0E and 5E. RGB value is (194,14,94). Sum of RGB (Red+Green+Blue) = 194+14+94=302 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.24% from 302); Green value is 14 (5.86% from 255 or 4.64% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 194 - color contains mainly: red. Hex color #C20E5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20E5E is #3DF1A1. Grayscale: #4C4C4C. Windows color (decimal): -4059554 or 6164162. OLE color: 6164162.
HSL color Cylindrical-coordinate representation of color #C20E5E: hue angle of 333.33º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C20E5E is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 14 | 94 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.24 |
| HSL | 333.33º | 0.87% | 0.41% | - |
| HSV(B) | 333.33º | 0.93% | 0.76% | - |
| XYZ | 24.43 | 12.59 | 11.73 | - |
| YUV | 76.94 | 137.63 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 14 | 94 | 0 | 0.93 | 0.52 | 0.24 | 333.33 | 0.87 | 0.41 |
| Hex | C2 | E | 5E | 0 | 5D | 34 | 18 | 14D | 57 | 29 |
| Octal | 302 | 16 | 136 | 0 | 135 | 64 | 30 | 515 | 127 | 51 |
| Binary | 11000010 | 1110 | 1011110 | 0 | 1011101 | 110100 | 11000 | 101001101 | 1010111 | 101001 |
Color Harmonies of #C20E5E
Complementary color
Monochromatic Colors of #C20E5E
Black with #C20E5E
Text Example
Text Example
White with #C20E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20E5E; }
p { color: rgb(194,14,94); }
H1.HeaderClassName
{
color: #C20E5E;
}
.AnyTagClassName
{
color: #C20E5E;
}
</style>
background-color css
<style>
a { background-color: #C20E5E; }
a { background-color: rgb(194,14,94); }
div.DivClassName
{
background-color: #C20E5E;
}
.BgClassName
{
background-color: #C20E5E;
}
</style>
border-color css
<style>
span { border-color: #C20E5E; }
span { border-color: rgb(194,14,94); }
td.TdClassName
{
border-color: #C20E5E;
}
.TagClassName
{
border-color: #C20E5E;
}
</style>