Shades of Jazzberry Jam #C2035B
Tints of Jazzberry Jam #C2035B
RGB
CMYK
RGB Variations
Color information
#C2035B (or 0xC2035B) is known color: Jazzberry Jam. HEX triplet: C2, 03 and 5B. RGB value is (194,3,91). Sum of RGB (Red+Green+Blue) = 194+3+91=288 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.36% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 194 - color contains mainly: red. Hex color #C2035B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2035B is #3DFCA4. Grayscale: #454545. Windows color (decimal): -4062373 or 5964738. OLE color: 5964738.
HSL color Cylindrical-coordinate representation of color #C2035B: hue angle of 332.36º 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 #C2035B is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 3 | 91 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.24 |
| HSL | 332.36º | 0.97% | 0.39% | - |
| HSV(B) | 332.36º | 0.98% | 0.76% | - |
| XYZ | 24.17 | 12.29 | 11 | - |
| YUV | 70.14 | 139.78 | 216.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 3 | 91 | 0 | 0.98 | 0.53 | 0.24 | 332.36 | 0.97 | 0.39 |
| Hex | C2 | 3 | 5B | 0 | 62 | 35 | 18 | 14C | 61 | 27 |
| Octal | 302 | 3 | 133 | 0 | 142 | 65 | 30 | 514 | 141 | 47 |
| Binary | 11000010 | 11 | 1011011 | 0 | 1100010 | 110101 | 11000 | 101001100 | 1100001 | 100111 |
Color Harmonies of #C2035B
Complementary color
Monochromatic Colors of #C2035B
Black with #C2035B
Text Example
Text Example
White with #C2035B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2035B; }
p { color: rgb(194,3,91); }
H1.HeaderClassName
{
color: #C2035B;
}
.AnyTagClassName
{
color: #C2035B;
}
</style>
background-color css
<style>
a { background-color: #C2035B; }
a { background-color: rgb(194,3,91); }
div.DivClassName
{
background-color: #C2035B;
}
.BgClassName
{
background-color: #C2035B;
}
</style>
border-color css
<style>
span { border-color: #C2035B; }
span { border-color: rgb(194,3,91); }
td.TdClassName
{
border-color: #C2035B;
}
.TagClassName
{
border-color: #C2035B;
}
</style>