Shades of Jazzberry Jam #C2024D
Tints of Jazzberry Jam #C2024D
RGB
CMYK
RGB Variations
Color information
#C2024D (or 0xC2024D) is known color: Jazzberry Jam. HEX triplet: C2, 02 and 4D. RGB value is (194,2,77). Sum of RGB (Red+Green+Blue) = 194+2+77=273 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.06% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 194 - color contains mainly: red. Hex color #C2024D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2024D is #3DFDB2. Grayscale: #434343. Windows color (decimal): -4062643 or 5046978. OLE color: 5046978.
HSL color Cylindrical-coordinate representation of color #C2024D: hue angle of 336.56º degrees, saturation: 0.98, 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 #C2024D is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 77 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.24 |
| HSL | 336.56º | 0.98% | 0.38% | - |
| HSV(B) | 336.56º | 0.99% | 0.76% | - |
| XYZ | 23.61 | 12.05 | 8.1 | - |
| YUV | 67.96 | 133.11 | 217.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 77 | 0 | 0.99 | 0.60 | 0.24 | 336.56 | 0.98 | 0.38 |
| Hex | C2 | 2 | 4D | 0 | 63 | 3C | 18 | 151 | 62 | 26 |
| Octal | 302 | 2 | 115 | 0 | 143 | 74 | 30 | 521 | 142 | 46 |
| Binary | 11000010 | 10 | 1001101 | 0 | 1100011 | 111100 | 11000 | 101010001 | 1100010 | 100110 |
Color Harmonies of #C2024D
Complementary color
Monochromatic Colors of #C2024D
Black with #C2024D
Text Example
Text Example
White with #C2024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2024D; }
p { color: rgb(194,2,77); }
H1.HeaderClassName
{
color: #C2024D;
}
.AnyTagClassName
{
color: #C2024D;
}
</style>
background-color css
<style>
a { background-color: #C2024D; }
a { background-color: rgb(194,2,77); }
div.DivClassName
{
background-color: #C2024D;
}
.BgClassName
{
background-color: #C2024D;
}
</style>
border-color css
<style>
span { border-color: #C2024D; }
span { border-color: rgb(194,2,77); }
td.TdClassName
{
border-color: #C2024D;
}
.TagClassName
{
border-color: #C2024D;
}
</style>