Shades of Jazzberry Jam #C2005E
Tints of Jazzberry Jam #C2005E
RGB
CMYK
RGB Variations
Color information
#C2005E (or 0xC2005E) is known color: Jazzberry Jam. HEX triplet: C2, 00 and 5E. RGB value is (194,0,94). Sum of RGB (Red+Green+Blue) = 194+0+94=288 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.36% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 194 - color contains mainly: red. Hex color #C2005E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2005E is #3DFFA1. Grayscale: #444444. Windows color (decimal): -4063138 or 6160578. OLE color: 6160578.
HSL color Cylindrical-coordinate representation of color #C2005E: hue angle of 330.93º 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 #C2005E is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 94 | - |
| CMYK | 0 | 1 | 0.52 | 0.24 |
| HSL | 330.93º | 1% | 0.38% | - |
| HSV(B) | 330.93º | 1% | 0.76% | - |
| XYZ | 24.27 | 12.28 | 11.68 | - |
| YUV | 68.72 | 142.27 | 217.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 94 | 0 | 1 | 0.52 | 0.24 | 330.93 | 1 | 0.38 |
| Hex | C2 | 0 | 5E | 0 | 64 | 34 | 18 | 14B | 64 | 26 |
| Octal | 302 | 0 | 136 | 0 | 144 | 64 | 30 | 513 | 144 | 46 |
| Binary | 11000010 | 0 | 1011110 | 0 | 1100100 | 110100 | 11000 | 101001011 | 1100100 | 100110 |
Color Harmonies of #C2005E
Complementary color
Monochromatic Colors of #C2005E
Black with #C2005E
Text Example
Text Example
White with #C2005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2005E; }
p { color: rgb(194,0,94); }
H1.HeaderClassName
{
color: #C2005E;
}
.AnyTagClassName
{
color: #C2005E;
}
</style>
background-color css
<style>
a { background-color: #C2005E; }
a { background-color: rgb(194,0,94); }
div.DivClassName
{
background-color: #C2005E;
}
.BgClassName
{
background-color: #C2005E;
}
</style>
border-color css
<style>
span { border-color: #C2005E; }
span { border-color: rgb(194,0,94); }
td.TdClassName
{
border-color: #C2005E;
}
.TagClassName
{
border-color: #C2005E;
}
</style>