Shades of Jazzberry Jam #C2014E
Tints of Jazzberry Jam #C2014E
RGB
CMYK
RGB Variations
Color information
#C2014E (or 0xC2014E) is known color: Jazzberry Jam. HEX triplet: C2, 01 and 4E. RGB value is (194,1,78). Sum of RGB (Red+Green+Blue) = 194+1+78=273 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.06% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 194 - color contains mainly: red. Hex color #C2014E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2014E is #3DFEB1. Grayscale: #434343. Windows color (decimal): -4062898 or 5112258. OLE color: 5112258.
HSL color Cylindrical-coordinate representation of color #C2014E: hue angle of 336.06º 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 #C2014E is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 1 | 78 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.24 |
| HSL | 336.06º | 0.99% | 0.38% | - |
| HSV(B) | 336.06º | 0.99% | 0.76% | - |
| XYZ | 23.63 | 12.04 | 8.29 | - |
| YUV | 67.49 | 133.94 | 218.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 78 | 0 | 0.99 | 0.60 | 0.24 | 336.06 | 0.99 | 0.38 |
| Hex | C2 | 1 | 4E | 0 | 63 | 3C | 18 | 150 | 63 | 26 |
| Octal | 302 | 1 | 116 | 0 | 143 | 74 | 30 | 520 | 143 | 46 |
| Binary | 11000010 | 1 | 1001110 | 0 | 1100011 | 111100 | 11000 | 101010000 | 1100011 | 100110 |
Color Harmonies of #C2014E
Complementary color
Monochromatic Colors of #C2014E
Black with #C2014E
Text Example
Text Example
White with #C2014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2014E; }
p { color: rgb(194,1,78); }
H1.HeaderClassName
{
color: #C2014E;
}
.AnyTagClassName
{
color: #C2014E;
}
</style>
background-color css
<style>
a { background-color: #C2014E; }
a { background-color: rgb(194,1,78); }
div.DivClassName
{
background-color: #C2014E;
}
.BgClassName
{
background-color: #C2014E;
}
</style>
border-color css
<style>
span { border-color: #C2014E; }
span { border-color: rgb(194,1,78); }
td.TdClassName
{
border-color: #C2014E;
}
.TagClassName
{
border-color: #C2014E;
}
</style>