Shades of Jazzberry Jam #C2085D
Tints of Jazzberry Jam #C2085D
RGB
CMYK
RGB Variations
Color information
#C2085D (or 0xC2085D) is known color: Jazzberry Jam. HEX triplet: C2, 08 and 5D. RGB value is (194,8,93). Sum of RGB (Red+Green+Blue) = 194+8+93=295 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.76% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 194 - color contains mainly: red. Hex color #C2085D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2085D is #3DF7A2. Grayscale: #494949. Windows color (decimal): -4061091 or 6097090. OLE color: 6097090.
HSL color Cylindrical-coordinate representation of color #C2085D: hue angle of 332.58º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C2085D is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 8 | 93 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.24 |
| HSL | 332.58º | 0.92% | 0.4% | - |
| HSV(B) | 332.58º | 0.96% | 0.76% | - |
| XYZ | 24.31 | 12.43 | 11.47 | - |
| YUV | 73.3 | 139.12 | 214.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 8 | 93 | 0 | 0.96 | 0.52 | 0.24 | 332.58 | 0.92 | 0.4 |
| Hex | C2 | 8 | 5D | 0 | 60 | 34 | 18 | 14D | 5C | 28 |
| Octal | 302 | 10 | 135 | 0 | 140 | 64 | 30 | 515 | 134 | 50 |
| Binary | 11000010 | 1000 | 1011101 | 0 | 1100000 | 110100 | 11000 | 101001101 | 1011100 | 101000 |
Color Harmonies of #C2085D
Complementary color
Monochromatic Colors of #C2085D
Black with #C2085D
Text Example
Text Example
White with #C2085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2085D; }
p { color: rgb(194,8,93); }
H1.HeaderClassName
{
color: #C2085D;
}
.AnyTagClassName
{
color: #C2085D;
}
</style>
background-color css
<style>
a { background-color: #C2085D; }
a { background-color: rgb(194,8,93); }
div.DivClassName
{
background-color: #C2085D;
}
.BgClassName
{
background-color: #C2085D;
}
</style>
border-color css
<style>
span { border-color: #C2085D; }
span { border-color: rgb(194,8,93); }
td.TdClassName
{
border-color: #C2085D;
}
.TagClassName
{
border-color: #C2085D;
}
</style>