Shades of Jazzberry Jam #C2024C
Tints of Jazzberry Jam #C2024C
RGB
CMYK
RGB Variations
Color information
#C2024C (or 0xC2024C) is known color: Jazzberry Jam. HEX triplet: C2, 02 and 4C. RGB value is (194,2,76). Sum of RGB (Red+Green+Blue) = 194+2+76=272 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.32% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 194 - color contains mainly: red. Hex color #C2024C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2024C is #3DFDB3. Grayscale: #434343. Windows color (decimal): -4062644 or 4981442. OLE color: 4981442.
HSL color Cylindrical-coordinate representation of color #C2024C: hue angle of 336.88º 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 #C2024C is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 76 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.24 |
| HSL | 336.88º | 0.98% | 0.38% | - |
| HSV(B) | 336.88º | 0.99% | 0.76% | - |
| XYZ | 23.57 | 12.03 | 7.92 | - |
| YUV | 67.84 | 132.61 | 217.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 76 | 0 | 0.99 | 0.61 | 0.24 | 336.88 | 0.98 | 0.38 |
| Hex | C2 | 2 | 4C | 0 | 63 | 3D | 18 | 151 | 62 | 26 |
| Octal | 302 | 2 | 114 | 0 | 143 | 75 | 30 | 521 | 142 | 46 |
| Binary | 11000010 | 10 | 1001100 | 0 | 1100011 | 111101 | 11000 | 101010001 | 1100010 | 100110 |
Color Harmonies of #C2024C
Complementary color
Monochromatic Colors of #C2024C
Black with #C2024C
Text Example
Text Example
White with #C2024C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2024C; }
p { color: rgb(194,2,76); }
H1.HeaderClassName
{
color: #C2024C;
}
.AnyTagClassName
{
color: #C2024C;
}
</style>
background-color css
<style>
a { background-color: #C2024C; }
a { background-color: rgb(194,2,76); }
div.DivClassName
{
background-color: #C2024C;
}
.BgClassName
{
background-color: #C2024C;
}
</style>
border-color css
<style>
span { border-color: #C2024C; }
span { border-color: rgb(194,2,76); }
td.TdClassName
{
border-color: #C2024C;
}
.TagClassName
{
border-color: #C2024C;
}
</style>