Shades of Jazzberry Jam #C2014D
Tints of Jazzberry Jam #C2014D
RGB
CMYK
RGB Variations
Color information
#C2014D (or 0xC2014D) is known color: Jazzberry Jam. HEX triplet: C2, 01 and 4D. RGB value is (194,1,77). Sum of RGB (Red+Green+Blue) = 194+1+77=272 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.32% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 194 - color contains mainly: red. Hex color #C2014D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2014D is #3DFEB2. Grayscale: #434343. Windows color (decimal): -4062899 or 5046722. OLE color: 5046722.
HSL color Cylindrical-coordinate representation of color #C2014D: hue angle of 336.37º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C2014D is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 1 | 77 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.24 |
| HSL | 336.37º | 0.99% | 0.38% | - |
| HSV(B) | 336.37º | 0.99% | 0.76% | - |
| XYZ | 23.6 | 12.03 | 8.1 | - |
| YUV | 67.37 | 133.44 | 218.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 77 | 0 | 0.99 | 0.60 | 0.24 | 336.37 | 0.99 | 0.38 |
| Hex | C2 | 1 | 4D | 0 | 63 | 3C | 18 | 150 | 63 | 26 |
| Octal | 302 | 1 | 115 | 0 | 143 | 74 | 30 | 520 | 143 | 46 |
| Binary | 11000010 | 1 | 1001101 | 0 | 1100011 | 111100 | 11000 | 101010000 | 1100011 | 100110 |
Color Harmonies of #C2014D
Complementary color
Monochromatic Colors of #C2014D
Black with #C2014D
Text Example
Text Example
White with #C2014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2014D; }
p { color: rgb(194,1,77); }
H1.HeaderClassName
{
color: #C2014D;
}
.AnyTagClassName
{
color: #C2014D;
}
</style>
background-color css
<style>
a { background-color: #C2014D; }
a { background-color: rgb(194,1,77); }
div.DivClassName
{
background-color: #C2014D;
}
.BgClassName
{
background-color: #C2014D;
}
</style>
border-color css
<style>
span { border-color: #C2014D; }
span { border-color: rgb(194,1,77); }
td.TdClassName
{
border-color: #C2014D;
}
.TagClassName
{
border-color: #C2014D;
}
</style>