Shades of Jazzberry Jam #C2035D
Tints of Jazzberry Jam #C2035D
RGB
CMYK
RGB Variations
Color information
#C2035D (or 0xC2035D) is known color: Jazzberry Jam. HEX triplet: C2, 03 and 5D. RGB value is (194,3,93). Sum of RGB (Red+Green+Blue) = 194+3+93=290 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.90% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 194 - color contains mainly: red. Hex color #C2035D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2035D is #3DFCA2. Grayscale: #464646. Windows color (decimal): -4062371 or 6095810. OLE color: 6095810.
HSL color Cylindrical-coordinate representation of color #C2035D: hue angle of 331.73º 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 #C2035D is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 3 | 93 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.24 |
| HSL | 331.73º | 0.97% | 0.39% | - |
| HSV(B) | 331.73º | 0.98% | 0.76% | - |
| XYZ | 24.26 | 12.32 | 11.46 | - |
| YUV | 70.37 | 140.78 | 216.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 3 | 93 | 0 | 0.98 | 0.52 | 0.24 | 331.73 | 0.97 | 0.39 |
| Hex | C2 | 3 | 5D | 0 | 62 | 34 | 18 | 14C | 61 | 27 |
| Octal | 302 | 3 | 135 | 0 | 142 | 64 | 30 | 514 | 141 | 47 |
| Binary | 11000010 | 11 | 1011101 | 0 | 1100010 | 110100 | 11000 | 101001100 | 1100001 | 100111 |
Color Harmonies of #C2035D
Complementary color
Monochromatic Colors of #C2035D
Black with #C2035D
Text Example
Text Example
White with #C2035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2035D; }
p { color: rgb(194,3,93); }
H1.HeaderClassName
{
color: #C2035D;
}
.AnyTagClassName
{
color: #C2035D;
}
</style>
background-color css
<style>
a { background-color: #C2035D; }
a { background-color: rgb(194,3,93); }
div.DivClassName
{
background-color: #C2035D;
}
.BgClassName
{
background-color: #C2035D;
}
</style>
border-color css
<style>
span { border-color: #C2035D; }
span { border-color: rgb(194,3,93); }
td.TdClassName
{
border-color: #C2035D;
}
.TagClassName
{
border-color: #C2035D;
}
</style>