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