Shades of Jazzberry Jam #C20D60
Tints of Jazzberry Jam #C20D60
RGB
CMYK
RGB Variations
Color information
#C20D60 (or 0xC20D60) is known color: Jazzberry Jam. HEX triplet: C2, 0D and 60. RGB value is (194,13,96). Sum of RGB (Red+Green+Blue) = 194+13+96=303 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.03% from 303); Green value is 13 (5.47% from 255 or 4.29% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 194 - color contains mainly: red. Hex color #C20D60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20D60 is #3DF29F. Grayscale: #4C4C4C. Windows color (decimal): -4059808 or 6294978. OLE color: 6294978.
HSL color Cylindrical-coordinate representation of color #C20D60: hue angle of 332.49º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C20D60 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 13 | 96 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.24 |
| HSL | 332.49º | 0.87% | 0.41% | - |
| HSV(B) | 332.49º | 0.93% | 0.76% | - |
| XYZ | 24.5 | 12.6 | 12.21 | - |
| YUV | 76.58 | 138.97 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 13 | 96 | 0 | 0.93 | 0.51 | 0.24 | 332.49 | 0.87 | 0.41 |
| Hex | C2 | D | 60 | 0 | 5D | 33 | 18 | 14C | 57 | 29 |
| Octal | 302 | 15 | 140 | 0 | 135 | 63 | 30 | 514 | 127 | 51 |
| Binary | 11000010 | 1101 | 1100000 | 0 | 1011101 | 110011 | 11000 | 101001100 | 1010111 | 101001 |
Color Harmonies of #C20D60
Complementary color
Monochromatic Colors of #C20D60
Black with #C20D60
Text Example
Text Example
White with #C20D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20D60; }
p { color: rgb(194,13,96); }
H1.HeaderClassName
{
color: #C20D60;
}
.AnyTagClassName
{
color: #C20D60;
}
</style>
background-color css
<style>
a { background-color: #C20D60; }
a { background-color: rgb(194,13,96); }
div.DivClassName
{
background-color: #C20D60;
}
.BgClassName
{
background-color: #C20D60;
}
</style>
border-color css
<style>
span { border-color: #C20D60; }
span { border-color: rgb(194,13,96); }
td.TdClassName
{
border-color: #C20D60;
}
.TagClassName
{
border-color: #C20D60;
}
</style>