Shades of Jazzberry Jam #C20450
Tints of Jazzberry Jam #C20450
RGB
CMYK
RGB Variations
Color information
#C20450 (or 0xC20450) is known color: Jazzberry Jam. HEX triplet: C2, 04 and 50. RGB value is (194,4,80). Sum of RGB (Red+Green+Blue) = 194+4+80=278 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.78% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 194 - color contains mainly: red. Hex color #C20450 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20450 is #3DFBAF. Grayscale: #454545. Windows color (decimal): -4062128 or 5244098. OLE color: 5244098.
HSL color Cylindrical-coordinate representation of color #C20450: hue angle of 336º 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 #C20450 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 4 | 80 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.24 |
| HSL | 336º | 0.96% | 0.39% | - |
| HSV(B) | 336º | 0.98% | 0.76% | - |
| XYZ | 23.74 | 12.14 | 8.68 | - |
| YUV | 69.47 | 133.95 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 4 | 80 | 0 | 0.98 | 0.59 | 0.24 | 336 | 0.96 | 0.39 |
| Hex | C2 | 4 | 50 | 0 | 62 | 3B | 18 | 150 | 60 | 27 |
| Octal | 302 | 4 | 120 | 0 | 142 | 73 | 30 | 520 | 140 | 47 |
| Binary | 11000010 | 100 | 1010000 | 0 | 1100010 | 111011 | 11000 | 101010000 | 1100000 | 100111 |
Color Harmonies of #C20450
Complementary color
Monochromatic Colors of #C20450
Black with #C20450
Text Example
Text Example
White with #C20450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20450; }
p { color: rgb(194,4,80); }
H1.HeaderClassName
{
color: #C20450;
}
.AnyTagClassName
{
color: #C20450;
}
</style>
background-color css
<style>
a { background-color: #C20450; }
a { background-color: rgb(194,4,80); }
div.DivClassName
{
background-color: #C20450;
}
.BgClassName
{
background-color: #C20450;
}
</style>
border-color css
<style>
span { border-color: #C20450; }
span { border-color: rgb(194,4,80); }
td.TdClassName
{
border-color: #C20450;
}
.TagClassName
{
border-color: #C20450;
}
</style>