Shades of Jazzberry Jam #C20258
Tints of Jazzberry Jam #C20258
RGB
CMYK
RGB Variations
Color information
#C20258 (or 0xC20258) is known color: Jazzberry Jam. HEX triplet: C2, 02 and 58. RGB value is (194,2,88). Sum of RGB (Red+Green+Blue) = 194+2+88=284 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.31% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 88 (34.77% from 255 or 30.99% from 284); Max value from RGB is 194 - color contains mainly: red. Hex color #C20258 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20258 is #3DFDA7. Grayscale: #454545. Windows color (decimal): -4062632 or 5767874. OLE color: 5767874.
HSL color Cylindrical-coordinate representation of color #C20258: hue angle of 333.12º 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 #C20258 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 88 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.24 |
| HSL | 333.13º | 0.98% | 0.38% | - |
| HSV(B) | 333.13º | 0.99% | 0.76% | - |
| XYZ | 24.03 | 12.22 | 10.32 | - |
| YUV | 69.21 | 138.61 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 88 | 0 | 0.99 | 0.55 | 0.24 | 333.13 | 0.98 | 0.38 |
| Hex | C2 | 2 | 58 | 0 | 63 | 37 | 18 | 14D | 62 | 26 |
| Octal | 302 | 2 | 130 | 0 | 143 | 67 | 30 | 515 | 142 | 46 |
| Binary | 11000010 | 10 | 1011000 | 0 | 1100011 | 110111 | 11000 | 101001101 | 1100010 | 100110 |
Color Harmonies of #C20258
Complementary color
Monochromatic Colors of #C20258
Black with #C20258
Text Example
Text Example
White with #C20258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20258; }
p { color: rgb(194,2,88); }
H1.HeaderClassName
{
color: #C20258;
}
.AnyTagClassName
{
color: #C20258;
}
</style>
background-color css
<style>
a { background-color: #C20258; }
a { background-color: rgb(194,2,88); }
div.DivClassName
{
background-color: #C20258;
}
.BgClassName
{
background-color: #C20258;
}
</style>
border-color css
<style>
span { border-color: #C20258; }
span { border-color: rgb(194,2,88); }
td.TdClassName
{
border-color: #C20258;
}
.TagClassName
{
border-color: #C20258;
}
</style>