Shades of Jazzberry Jam #C2005C
Tints of Jazzberry Jam #C2005C
RGB
CMYK
RGB Variations
Color information
#C2005C (or 0xC2005C) is known color: Jazzberry Jam. HEX triplet: C2, 00 and 5C. RGB value is (194,0,92). Sum of RGB (Red+Green+Blue) = 194+0+92=286 (37% of max value = 765). Red value is 194 (76.17% from 255 or 67.83% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 194 - color contains mainly: red. Hex color #C2005C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2005C is #3DFFA3. Grayscale: #444444. Windows color (decimal): -4063140 or 6029506. OLE color: 6029506.
HSL color Cylindrical-coordinate representation of color #C2005C: hue angle of 331.55º 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 #C2005C is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.53 | 0.24 |
| HSL | 331.55º | 1% | 0.38% | - |
| HSV(B) | 331.55º | 1% | 0.76% | - |
| XYZ | 24.18 | 12.24 | 11.21 | - |
| YUV | 68.49 | 141.27 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 92 | 0 | 1 | 0.53 | 0.24 | 331.55 | 1 | 0.38 |
| Hex | C2 | 0 | 5C | 0 | 64 | 35 | 18 | 14C | 64 | 26 |
| Octal | 302 | 0 | 134 | 0 | 144 | 65 | 30 | 514 | 144 | 46 |
| Binary | 11000010 | 0 | 1011100 | 0 | 1100100 | 110101 | 11000 | 101001100 | 1100100 | 100110 |
Color Harmonies of #C2005C
Complementary color
Monochromatic Colors of #C2005C
Black with #C2005C
Text Example
Text Example
White with #C2005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2005C; }
p { color: rgb(194,0,92); }
H1.HeaderClassName
{
color: #C2005C;
}
.AnyTagClassName
{
color: #C2005C;
}
</style>
background-color css
<style>
a { background-color: #C2005C; }
a { background-color: rgb(194,0,92); }
div.DivClassName
{
background-color: #C2005C;
}
.BgClassName
{
background-color: #C2005C;
}
</style>
border-color css
<style>
span { border-color: #C2005C; }
span { border-color: rgb(194,0,92); }
td.TdClassName
{
border-color: #C2005C;
}
.TagClassName
{
border-color: #C2005C;
}
</style>