Shades of Jazzberry Jam #C2075D
Tints of Jazzberry Jam #C2075D
RGB
CMYK
RGB Variations
Color information
#C2075D (or 0xC2075D) is known color: Jazzberry Jam. HEX triplet: C2, 07 and 5D. RGB value is (194,7,93). Sum of RGB (Red+Green+Blue) = 194+7+93=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 7 (3.12% from 255 or 2.38% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C2075D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2075D is #3DF8A2. Grayscale: #484848. Windows color (decimal): -4061347 or 6096834. OLE color: 6096834.
HSL color Cylindrical-coordinate representation of color #C2075D: hue angle of 332.41º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C2075D is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 7 | 93 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.24 |
| HSL | 332.41º | 0.93% | 0.39% | - |
| HSV(B) | 332.41º | 0.96% | 0.76% | - |
| XYZ | 24.3 | 12.41 | 11.47 | - |
| YUV | 72.72 | 139.45 | 214.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 7 | 93 | 0 | 0.96 | 0.52 | 0.24 | 332.41 | 0.93 | 0.39 |
| Hex | C2 | 7 | 5D | 0 | 60 | 34 | 18 | 14C | 5D | 27 |
| Octal | 302 | 7 | 135 | 0 | 140 | 64 | 30 | 514 | 135 | 47 |
| Binary | 11000010 | 111 | 1011101 | 0 | 1100000 | 110100 | 11000 | 101001100 | 1011101 | 100111 |
Color Harmonies of #C2075D
Complementary color
Monochromatic Colors of #C2075D
Black with #C2075D
Text Example
Text Example
White with #C2075D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2075D; }
p { color: rgb(194,7,93); }
H1.HeaderClassName
{
color: #C2075D;
}
.AnyTagClassName
{
color: #C2075D;
}
</style>
background-color css
<style>
a { background-color: #C2075D; }
a { background-color: rgb(194,7,93); }
div.DivClassName
{
background-color: #C2075D;
}
.BgClassName
{
background-color: #C2075D;
}
</style>
border-color css
<style>
span { border-color: #C2075D; }
span { border-color: rgb(194,7,93); }
td.TdClassName
{
border-color: #C2075D;
}
.TagClassName
{
border-color: #C2075D;
}
</style>