Shades of Jazzberry Jam #C2075F
Tints of Jazzberry Jam #C2075F
RGB
CMYK
RGB Variations
Color information
#C2075F (or 0xC2075F) is known color: Jazzberry Jam. HEX triplet: C2, 07 and 5F. RGB value is (194,7,95). Sum of RGB (Red+Green+Blue) = 194+7+95=296 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.54% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 194 - color contains mainly: red. Hex color #C2075F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2075F is #3DF8A0. Grayscale: #484848. Windows color (decimal): -4061345 or 6227906. OLE color: 6227906.
HSL color Cylindrical-coordinate representation of color #C2075F: hue angle of 331.76º 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 #C2075F is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 7 | 95 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.24 |
| HSL | 331.76º | 0.93% | 0.39% | - |
| HSV(B) | 331.76º | 0.96% | 0.76% | - |
| XYZ | 24.39 | 12.45 | 11.94 | - |
| YUV | 72.95 | 140.45 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 7 | 95 | 0 | 0.96 | 0.51 | 0.24 | 331.76 | 0.93 | 0.39 |
| Hex | C2 | 7 | 5F | 0 | 60 | 33 | 18 | 14C | 5D | 27 |
| Octal | 302 | 7 | 137 | 0 | 140 | 63 | 30 | 514 | 135 | 47 |
| Binary | 11000010 | 111 | 1011111 | 0 | 1100000 | 110011 | 11000 | 101001100 | 1011101 | 100111 |
Color Harmonies of #C2075F
Complementary color
Monochromatic Colors of #C2075F
Black with #C2075F
Text Example
Text Example
White with #C2075F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2075F; }
p { color: rgb(194,7,95); }
H1.HeaderClassName
{
color: #C2075F;
}
.AnyTagClassName
{
color: #C2075F;
}
</style>
background-color css
<style>
a { background-color: #C2075F; }
a { background-color: rgb(194,7,95); }
div.DivClassName
{
background-color: #C2075F;
}
.BgClassName
{
background-color: #C2075F;
}
</style>
border-color css
<style>
span { border-color: #C2075F; }
span { border-color: rgb(194,7,95); }
td.TdClassName
{
border-color: #C2075F;
}
.TagClassName
{
border-color: #C2075F;
}
</style>