Shades of Jazzberry Jam #C2005A
Tints of Jazzberry Jam #C2005A
RGB
CMYK
RGB Variations
Color information
#C2005A (or 0xC2005A) is known color: Jazzberry Jam. HEX triplet: C2, 00 and 5A. RGB value is (194,0,90). Sum of RGB (Red+Green+Blue) = 194+0+90=284 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.31% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 194 - color contains mainly: red. Hex color #C2005A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2005A is #3DFFA5. Grayscale: #444444. Windows color (decimal): -4063142 or 5898434. OLE color: 5898434.
HSL color Cylindrical-coordinate representation of color #C2005A: hue angle of 332.16º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C2005A is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.54 | 0.24 |
| HSL | 332.16º | 1% | 0.38% | - |
| HSV(B) | 332.16º | 1% | 0.76% | - |
| XYZ | 24.09 | 12.21 | 10.76 | - |
| YUV | 68.27 | 140.27 | 217.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 90 | 0 | 1 | 0.54 | 0.24 | 332.16 | 1 | 0.38 |
| Hex | C2 | 0 | 5A | 0 | 64 | 36 | 18 | 14C | 64 | 26 |
| Octal | 302 | 0 | 132 | 0 | 144 | 66 | 30 | 514 | 144 | 46 |
| Binary | 11000010 | 0 | 1011010 | 0 | 1100100 | 110110 | 11000 | 101001100 | 1100100 | 100110 |
Color Harmonies of #C2005A
Complementary color
Monochromatic Colors of #C2005A
Black with #C2005A
Text Example
Text Example
White with #C2005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2005A; }
p { color: rgb(194,0,90); }
H1.HeaderClassName
{
color: #C2005A;
}
.AnyTagClassName
{
color: #C2005A;
}
</style>
background-color css
<style>
a { background-color: #C2005A; }
a { background-color: rgb(194,0,90); }
div.DivClassName
{
background-color: #C2005A;
}
.BgClassName
{
background-color: #C2005A;
}
</style>
border-color css
<style>
span { border-color: #C2005A; }
span { border-color: rgb(194,0,90); }
td.TdClassName
{
border-color: #C2005A;
}
.TagClassName
{
border-color: #C2005A;
}
</style>