Shades of Jazzberry Jam #C20D5B
Tints of Jazzberry Jam #C20D5B
RGB
CMYK
RGB Variations
Color information
#C20D5B (or 0xC20D5B) is known color: Jazzberry Jam. HEX triplet: C2, 0D and 5B. RGB value is (194,13,91). Sum of RGB (Red+Green+Blue) = 194+13+91=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 13 (5.47% from 255 or 4.36% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C20D5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20D5B is #3DF2A4. Grayscale: #4B4B4B. Windows color (decimal): -4059813 or 5967298. OLE color: 5967298.
HSL color Cylindrical-coordinate representation of color #C20D5B: hue angle of 334.14º 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 #C20D5B is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 13 | 91 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.24 |
| HSL | 334.14º | 0.87% | 0.41% | - |
| HSV(B) | 334.14º | 0.93% | 0.76% | - |
| XYZ | 24.28 | 12.51 | 11.03 | - |
| YUV | 76.01 | 136.47 | 212.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 13 | 91 | 0 | 0.93 | 0.53 | 0.24 | 334.14 | 0.87 | 0.41 |
| Hex | C2 | D | 5B | 0 | 5D | 35 | 18 | 14E | 57 | 29 |
| Octal | 302 | 15 | 133 | 0 | 135 | 65 | 30 | 516 | 127 | 51 |
| Binary | 11000010 | 1101 | 1011011 | 0 | 1011101 | 110101 | 11000 | 101001110 | 1010111 | 101001 |
Color Harmonies of #C20D5B
Complementary color
Monochromatic Colors of #C20D5B
Black with #C20D5B
Text Example
Text Example
White with #C20D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20D5B; }
p { color: rgb(194,13,91); }
H1.HeaderClassName
{
color: #C20D5B;
}
.AnyTagClassName
{
color: #C20D5B;
}
</style>
background-color css
<style>
a { background-color: #C20D5B; }
a { background-color: rgb(194,13,91); }
div.DivClassName
{
background-color: #C20D5B;
}
.BgClassName
{
background-color: #C20D5B;
}
</style>
border-color css
<style>
span { border-color: #C20D5B; }
span { border-color: rgb(194,13,91); }
td.TdClassName
{
border-color: #C20D5B;
}
.TagClassName
{
border-color: #C20D5B;
}
</style>