Shades of Jazzberry Jam #C20458
Tints of Jazzberry Jam #C20458
RGB
CMYK
RGB Variations
Color information
#C20458 (or 0xC20458) is known color: Jazzberry Jam. HEX triplet: C2, 04 and 58. RGB value is (194,4,88). Sum of RGB (Red+Green+Blue) = 194+4+88=286 (37% of max value = 765). Red value is 194 (76.17% from 255 or 67.83% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 88 (34.77% from 255 or 30.77% from 286); Max value from RGB is 194 - color contains mainly: red. Hex color #C20458 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20458 is #3DFBA7. Grayscale: #464646. Windows color (decimal): -4062120 or 5768386. OLE color: 5768386.
HSL color Cylindrical-coordinate representation of color #C20458: hue angle of 333.47º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C20458 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 4 | 88 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.24 |
| HSL | 333.47º | 0.96% | 0.39% | - |
| HSV(B) | 333.47º | 0.98% | 0.76% | - |
| XYZ | 24.05 | 12.26 | 10.33 | - |
| YUV | 70.39 | 137.95 | 216.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 4 | 88 | 0 | 0.98 | 0.55 | 0.24 | 333.47 | 0.96 | 0.39 |
| Hex | C2 | 4 | 58 | 0 | 62 | 37 | 18 | 14D | 60 | 27 |
| Octal | 302 | 4 | 130 | 0 | 142 | 67 | 30 | 515 | 140 | 47 |
| Binary | 11000010 | 100 | 1011000 | 0 | 1100010 | 110111 | 11000 | 101001101 | 1100000 | 100111 |
Color Harmonies of #C20458
Complementary color
Monochromatic Colors of #C20458
Black with #C20458
Text Example
Text Example
White with #C20458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20458; }
p { color: rgb(194,4,88); }
H1.HeaderClassName
{
color: #C20458;
}
.AnyTagClassName
{
color: #C20458;
}
</style>
background-color css
<style>
a { background-color: #C20458; }
a { background-color: rgb(194,4,88); }
div.DivClassName
{
background-color: #C20458;
}
.BgClassName
{
background-color: #C20458;
}
</style>
border-color css
<style>
span { border-color: #C20458; }
span { border-color: rgb(194,4,88); }
td.TdClassName
{
border-color: #C20458;
}
.TagClassName
{
border-color: #C20458;
}
</style>