Shades of Jazzberry Jam #C20C58
Tints of Jazzberry Jam #C20C58
RGB
CMYK
RGB Variations
Color information
#C20C58 (or 0xC20C58) is known color: Jazzberry Jam. HEX triplet: C2, 0C and 58. RGB value is (194,12,88). Sum of RGB (Red+Green+Blue) = 194+12+88=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 12 (5.08% from 255 or 4.08% from 294); Blue value is 88 (34.77% from 255 or 29.93% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20C58 is #3DF3A7. Grayscale: #4A4A4A. Windows color (decimal): -4060072 or 5770434. OLE color: 5770434.
HSL color Cylindrical-coordinate representation of color #C20C58: hue angle of 334.95º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20C58 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 12 | 88 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.24 |
| HSL | 334.95º | 0.88% | 0.4% | - |
| HSV(B) | 334.95º | 0.94% | 0.76% | - |
| XYZ | 24.14 | 12.44 | 10.36 | - |
| YUV | 75.08 | 135.3 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 12 | 88 | 0 | 0.94 | 0.55 | 0.24 | 334.95 | 0.88 | 0.4 |
| Hex | C2 | C | 58 | 0 | 5E | 37 | 18 | 14F | 58 | 28 |
| Octal | 302 | 14 | 130 | 0 | 136 | 67 | 30 | 517 | 130 | 50 |
| Binary | 11000010 | 1100 | 1011000 | 0 | 1011110 | 110111 | 11000 | 101001111 | 1011000 | 101000 |
Color Harmonies of #C20C58
Complementary color
Monochromatic Colors of #C20C58
Black with #C20C58
Text Example
Text Example
White with #C20C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20C58; }
p { color: rgb(194,12,88); }
H1.HeaderClassName
{
color: #C20C58;
}
.AnyTagClassName
{
color: #C20C58;
}
</style>
background-color css
<style>
a { background-color: #C20C58; }
a { background-color: rgb(194,12,88); }
div.DivClassName
{
background-color: #C20C58;
}
.BgClassName
{
background-color: #C20C58;
}
</style>
border-color css
<style>
span { border-color: #C20C58; }
span { border-color: rgb(194,12,88); }
td.TdClassName
{
border-color: #C20C58;
}
.TagClassName
{
border-color: #C20C58;
}
</style>