Shades of Jazzberry Jam #C2045C
Tints of Jazzberry Jam #C2045C
RGB
CMYK
RGB Variations
Color information
#C2045C (or 0xC2045C) is known color: Jazzberry Jam. HEX triplet: C2, 04 and 5C. RGB value is (194,4,92). Sum of RGB (Red+Green+Blue) = 194+4+92=290 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.90% from 290); Green value is 4 (1.95% from 255 or 1.38% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 194 - color contains mainly: red. Hex color #C2045C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2045C is #3DFBA3. Grayscale: #464646. Windows color (decimal): -4062116 or 6030530. OLE color: 6030530.
HSL color Cylindrical-coordinate representation of color #C2045C: hue angle of 332.21º degrees, saturation: 0.96, 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 #C2045C is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 4 | 92 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.24 |
| HSL | 332.21º | 0.96% | 0.39% | - |
| HSV(B) | 332.21º | 0.98% | 0.76% | - |
| XYZ | 24.22 | 12.33 | 11.23 | - |
| YUV | 70.84 | 139.95 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 4 | 92 | 0 | 0.98 | 0.53 | 0.24 | 332.21 | 0.96 | 0.39 |
| Hex | C2 | 4 | 5C | 0 | 62 | 35 | 18 | 14C | 60 | 27 |
| Octal | 302 | 4 | 134 | 0 | 142 | 65 | 30 | 514 | 140 | 47 |
| Binary | 11000010 | 100 | 1011100 | 0 | 1100010 | 110101 | 11000 | 101001100 | 1100000 | 100111 |
Color Harmonies of #C2045C
Complementary color
Monochromatic Colors of #C2045C
Black with #C2045C
Text Example
Text Example
White with #C2045C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2045C; }
p { color: rgb(194,4,92); }
H1.HeaderClassName
{
color: #C2045C;
}
.AnyTagClassName
{
color: #C2045C;
}
</style>
background-color css
<style>
a { background-color: #C2045C; }
a { background-color: rgb(194,4,92); }
div.DivClassName
{
background-color: #C2045C;
}
.BgClassName
{
background-color: #C2045C;
}
</style>
border-color css
<style>
span { border-color: #C2045C; }
span { border-color: rgb(194,4,92); }
td.TdClassName
{
border-color: #C2045C;
}
.TagClassName
{
border-color: #C2045C;
}
</style>