Shades of Jazzberry Jam #C2014C
Tints of Jazzberry Jam #C2014C
RGB
CMYK
RGB Variations
Color information
#C2014C (or 0xC2014C) is known color: Jazzberry Jam. HEX triplet: C2, 01 and 4C. RGB value is (194,1,76). Sum of RGB (Red+Green+Blue) = 194+1+76=271 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.59% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 194 - color contains mainly: red. Hex color #C2014C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2014C is #3DFEB3. Grayscale: #434343. Windows color (decimal): -4062900 or 4981186. OLE color: 4981186.
HSL color Cylindrical-coordinate representation of color #C2014C: hue angle of 336.68º 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 #C2014C is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 1 | 76 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.24 |
| HSL | 336.68º | 0.99% | 0.38% | - |
| HSV(B) | 336.68º | 0.99% | 0.76% | - |
| XYZ | 23.56 | 12.01 | 7.91 | - |
| YUV | 67.26 | 132.94 | 218.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 76 | 0 | 0.99 | 0.61 | 0.24 | 336.68 | 0.99 | 0.38 |
| Hex | C2 | 1 | 4C | 0 | 63 | 3D | 18 | 151 | 63 | 26 |
| Octal | 302 | 1 | 114 | 0 | 143 | 75 | 30 | 521 | 143 | 46 |
| Binary | 11000010 | 1 | 1001100 | 0 | 1100011 | 111101 | 11000 | 101010001 | 1100011 | 100110 |
Color Harmonies of #C2014C
Complementary color
Monochromatic Colors of #C2014C
Black with #C2014C
Text Example
Text Example
White with #C2014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2014C; }
p { color: rgb(194,1,76); }
H1.HeaderClassName
{
color: #C2014C;
}
.AnyTagClassName
{
color: #C2014C;
}
</style>
background-color css
<style>
a { background-color: #C2014C; }
a { background-color: rgb(194,1,76); }
div.DivClassName
{
background-color: #C2014C;
}
.BgClassName
{
background-color: #C2014C;
}
</style>
border-color css
<style>
span { border-color: #C2014C; }
span { border-color: rgb(194,1,76); }
td.TdClassName
{
border-color: #C2014C;
}
.TagClassName
{
border-color: #C2014C;
}
</style>