Shades of Jazzberry Jam #C40164
Tints of Jazzberry Jam #C40164
RGB
CMYK
RGB Variations
Color information
#C40164 (or 0xC40164) is known color: Jazzberry Jam. HEX triplet: C4, 01 and 64. RGB value is (196,1,100). Sum of RGB (Red+Green+Blue) = 196+1+100=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C40164 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40164 is #3BFE9B. Grayscale: #464646. Windows color (decimal): -3931804 or 6554052. OLE color: 6554052.
HSL color Cylindrical-coordinate representation of color #C40164: hue angle of 329.54º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C40164 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 1 | 100 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.23 |
| HSL | 329.54º | 0.99% | 0.39% | - |
| HSV(B) | 329.54º | 0.99% | 0.77% | - |
| XYZ | 25.08 | 12.68 | 13.18 | - |
| YUV | 70.59 | 144.6 | 217.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 100 | 0 | 0.99 | 0.49 | 0.23 | 329.54 | 0.99 | 0.39 |
| Hex | C4 | 1 | 64 | 0 | 63 | 31 | 17 | 14A | 63 | 27 |
| Octal | 304 | 1 | 144 | 0 | 143 | 61 | 27 | 512 | 143 | 47 |
| Binary | 11000100 | 1 | 1100100 | 0 | 1100011 | 110001 | 10111 | 101001010 | 1100011 | 100111 |
Color Harmonies of #C40164
Complementary color
Monochromatic Colors of #C40164
Black with #C40164
Text Example
Text Example
White with #C40164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40164; }
p { color: rgb(196,1,100); }
H1.HeaderClassName
{
color: #C40164;
}
.AnyTagClassName
{
color: #C40164;
}
</style>
background-color css
<style>
a { background-color: #C40164; }
a { background-color: rgb(196,1,100); }
div.DivClassName
{
background-color: #C40164;
}
.BgClassName
{
background-color: #C40164;
}
</style>
border-color css
<style>
span { border-color: #C40164; }
span { border-color: rgb(196,1,100); }
td.TdClassName
{
border-color: #C40164;
}
.TagClassName
{
border-color: #C40164;
}
</style>