Shades of Jazzberry Jam #C4005E
Tints of Jazzberry Jam #C4005E
RGB
CMYK
RGB Variations
Color information
#C4005E (or 0xC4005E) is known color: Jazzberry Jam. HEX triplet: C4, 00 and 5E. RGB value is (196,0,94). Sum of RGB (Red+Green+Blue) = 196+0+94=290 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.59% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 196 - color contains mainly: red. Hex color #C4005E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4005E is #3BFFA1. Grayscale: #454545. Windows color (decimal): -3932066 or 6160580. OLE color: 6160580.
HSL color Cylindrical-coordinate representation of color #C4005E: hue angle of 331.22º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C4005E is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 94 | - |
| CMYK | 0 | 1 | 0.52 | 0.23 |
| HSL | 331.22º | 1% | 0.38% | - |
| HSV(B) | 331.22º | 1% | 0.77% | - |
| XYZ | 24.79 | 12.54 | 11.7 | - |
| YUV | 69.32 | 141.93 | 218.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 94 | 0 | 1 | 0.52 | 0.23 | 331.22 | 1 | 0.38 |
| Hex | C4 | 0 | 5E | 0 | 64 | 34 | 17 | 14B | 64 | 26 |
| Octal | 304 | 0 | 136 | 0 | 144 | 64 | 27 | 513 | 144 | 46 |
| Binary | 11000100 | 0 | 1011110 | 0 | 1100100 | 110100 | 10111 | 101001011 | 1100100 | 100110 |
Color Harmonies of #C4005E
Complementary color
Monochromatic Colors of #C4005E
Black with #C4005E
Text Example
Text Example
White with #C4005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4005E; }
p { color: rgb(196,0,94); }
H1.HeaderClassName
{
color: #C4005E;
}
.AnyTagClassName
{
color: #C4005E;
}
</style>
background-color css
<style>
a { background-color: #C4005E; }
a { background-color: rgb(196,0,94); }
div.DivClassName
{
background-color: #C4005E;
}
.BgClassName
{
background-color: #C4005E;
}
</style>
border-color css
<style>
span { border-color: #C4005E; }
span { border-color: rgb(196,0,94); }
td.TdClassName
{
border-color: #C4005E;
}
.TagClassName
{
border-color: #C4005E;
}
</style>