Shades of Jazzberry Jam #C20254
Tints of Jazzberry Jam #C20254
RGB
CMYK
RGB Variations
Color information
#C20254 (or 0xC20254) is known color: Jazzberry Jam. HEX triplet: C2, 02 and 54. RGB value is (194,2,84). Sum of RGB (Red+Green+Blue) = 194+2+84=280 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.29% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 194 - color contains mainly: red. Hex color #C20254 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20254 is #3DFDAB. Grayscale: #444444. Windows color (decimal): -4062636 or 5505730. OLE color: 5505730.
HSL color Cylindrical-coordinate representation of color #C20254: hue angle of 334.38º 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 #C20254 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 84 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.24 |
| HSL | 334.38º | 0.98% | 0.38% | - |
| HSV(B) | 334.38º | 0.99% | 0.76% | - |
| XYZ | 23.87 | 12.15 | 9.48 | - |
| YUV | 68.76 | 136.61 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 84 | 0 | 0.99 | 0.57 | 0.24 | 334.38 | 0.98 | 0.38 |
| Hex | C2 | 2 | 54 | 0 | 63 | 39 | 18 | 14E | 62 | 26 |
| Octal | 302 | 2 | 124 | 0 | 143 | 71 | 30 | 516 | 142 | 46 |
| Binary | 11000010 | 10 | 1010100 | 0 | 1100011 | 111001 | 11000 | 101001110 | 1100010 | 100110 |
Color Harmonies of #C20254
Complementary color
Monochromatic Colors of #C20254
Black with #C20254
Text Example
Text Example
White with #C20254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20254; }
p { color: rgb(194,2,84); }
H1.HeaderClassName
{
color: #C20254;
}
.AnyTagClassName
{
color: #C20254;
}
</style>
background-color css
<style>
a { background-color: #C20254; }
a { background-color: rgb(194,2,84); }
div.DivClassName
{
background-color: #C20254;
}
.BgClassName
{
background-color: #C20254;
}
</style>
border-color css
<style>
span { border-color: #C20254; }
span { border-color: rgb(194,2,84); }
td.TdClassName
{
border-color: #C20254;
}
.TagClassName
{
border-color: #C20254;
}
</style>