Shades of Jazzberry Jam #C20E5F
Tints of Jazzberry Jam #C20E5F
RGB
CMYK
RGB Variations
Color information
#C20E5F (or 0xC20E5F) is known color: Jazzberry Jam. HEX triplet: C2, 0E and 5F. RGB value is (194,14,95). Sum of RGB (Red+Green+Blue) = 194+14+95=303 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.03% from 303); Green value is 14 (5.86% from 255 or 4.62% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 194 - color contains mainly: red. Hex color #C20E5F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20E5F is #3DF1A0. Grayscale: #4C4C4C. Windows color (decimal): -4059553 or 6229698. OLE color: 6229698.
HSL color Cylindrical-coordinate representation of color #C20E5F: hue angle of 333º 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 #C20E5F is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 14 | 95 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.24 |
| HSL | 333º | 0.87% | 0.41% | - |
| HSV(B) | 333º | 0.93% | 0.76% | - |
| XYZ | 24.47 | 12.61 | 11.97 | - |
| YUV | 77.05 | 138.13 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 14 | 95 | 0 | 0.93 | 0.51 | 0.24 | 333 | 0.87 | 0.41 |
| Hex | C2 | E | 5F | 0 | 5D | 33 | 18 | 14D | 57 | 29 |
| Octal | 302 | 16 | 137 | 0 | 135 | 63 | 30 | 515 | 127 | 51 |
| Binary | 11000010 | 1110 | 1011111 | 0 | 1011101 | 110011 | 11000 | 101001101 | 1010111 | 101001 |
Color Harmonies of #C20E5F
Complementary color
Monochromatic Colors of #C20E5F
Black with #C20E5F
Text Example
Text Example
White with #C20E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20E5F; }
p { color: rgb(194,14,95); }
H1.HeaderClassName
{
color: #C20E5F;
}
.AnyTagClassName
{
color: #C20E5F;
}
</style>
background-color css
<style>
a { background-color: #C20E5F; }
a { background-color: rgb(194,14,95); }
div.DivClassName
{
background-color: #C20E5F;
}
.BgClassName
{
background-color: #C20E5F;
}
</style>
border-color css
<style>
span { border-color: #C20E5F; }
span { border-color: rgb(194,14,95); }
td.TdClassName
{
border-color: #C20E5F;
}
.TagClassName
{
border-color: #C20E5F;
}
</style>