Shades of Jazzberry Jam #C2024F
Tints of Jazzberry Jam #C2024F
RGB
CMYK
RGB Variations
Color information
#C2024F (or 0xC2024F) is known color: Jazzberry Jam. HEX triplet: C2, 02 and 4F. RGB value is (194,2,79). Sum of RGB (Red+Green+Blue) = 194+2+79=275 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.55% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 79 (31.25% from 255 or 28.73% from 275); Max value from RGB is 194 - color contains mainly: red. Hex color #C2024F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2024F is #3DFDB0. Grayscale: #444444. Windows color (decimal): -4062641 or 5178050. OLE color: 5178050.
HSL color Cylindrical-coordinate representation of color #C2024F: hue angle of 335.94º 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 #C2024F is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 79 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.24 |
| HSL | 335.94º | 0.98% | 0.38% | - |
| HSV(B) | 335.94º | 0.99% | 0.76% | - |
| XYZ | 23.68 | 12.08 | 8.48 | - |
| YUV | 68.19 | 134.11 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 79 | 0 | 0.99 | 0.59 | 0.24 | 335.94 | 0.98 | 0.38 |
| Hex | C2 | 2 | 4F | 0 | 63 | 3B | 18 | 150 | 62 | 26 |
| Octal | 302 | 2 | 117 | 0 | 143 | 73 | 30 | 520 | 142 | 46 |
| Binary | 11000010 | 10 | 1001111 | 0 | 1100011 | 111011 | 11000 | 101010000 | 1100010 | 100110 |
Color Harmonies of #C2024F
Complementary color
Monochromatic Colors of #C2024F
Black with #C2024F
Text Example
Text Example
White with #C2024F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2024F; }
p { color: rgb(194,2,79); }
H1.HeaderClassName
{
color: #C2024F;
}
.AnyTagClassName
{
color: #C2024F;
}
</style>
background-color css
<style>
a { background-color: #C2024F; }
a { background-color: rgb(194,2,79); }
div.DivClassName
{
background-color: #C2024F;
}
.BgClassName
{
background-color: #C2024F;
}
</style>
border-color css
<style>
span { border-color: #C2024F; }
span { border-color: rgb(194,2,79); }
td.TdClassName
{
border-color: #C2024F;
}
.TagClassName
{
border-color: #C2024F;
}
</style>