Shades of Jazzberry Jam #C2035C
Tints of Jazzberry Jam #C2035C
RGB
CMYK
RGB Variations
Color information
#C2035C (or 0xC2035C) is known color: Jazzberry Jam. HEX triplet: C2, 03 and 5C. RGB value is (194,3,92). Sum of RGB (Red+Green+Blue) = 194+3+92=289 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.13% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 92 (36.33% from 255 or 31.83% from 289); Max value from RGB is 194 - color contains mainly: red. Hex color #C2035C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2035C is #3DFCA3. Grayscale: #464646. Windows color (decimal): -4062372 or 6030274. OLE color: 6030274.
HSL color Cylindrical-coordinate representation of color #C2035C: hue angle of 332.04º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C2035C is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 3 | 92 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.24 |
| HSL | 332.04º | 0.97% | 0.39% | - |
| HSV(B) | 332.04º | 0.98% | 0.76% | - |
| XYZ | 24.21 | 12.31 | 11.22 | - |
| YUV | 70.26 | 140.28 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 3 | 92 | 0 | 0.98 | 0.53 | 0.24 | 332.04 | 0.97 | 0.39 |
| Hex | C2 | 3 | 5C | 0 | 62 | 35 | 18 | 14C | 61 | 27 |
| Octal | 302 | 3 | 134 | 0 | 142 | 65 | 30 | 514 | 141 | 47 |
| Binary | 11000010 | 11 | 1011100 | 0 | 1100010 | 110101 | 11000 | 101001100 | 1100001 | 100111 |
Color Harmonies of #C2035C
Complementary color
Monochromatic Colors of #C2035C
Black with #C2035C
Text Example
Text Example
White with #C2035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2035C; }
p { color: rgb(194,3,92); }
H1.HeaderClassName
{
color: #C2035C;
}
.AnyTagClassName
{
color: #C2035C;
}
</style>
background-color css
<style>
a { background-color: #C2035C; }
a { background-color: rgb(194,3,92); }
div.DivClassName
{
background-color: #C2035C;
}
.BgClassName
{
background-color: #C2035C;
}
</style>
border-color css
<style>
span { border-color: #C2035C; }
span { border-color: rgb(194,3,92); }
td.TdClassName
{
border-color: #C2035C;
}
.TagClassName
{
border-color: #C2035C;
}
</style>