Shades of Jazzberry Jam #C40160
Tints of Jazzberry Jam #C40160
RGB
CMYK
RGB Variations
Color information
#C40160 (or 0xC40160) is known color: Jazzberry Jam. HEX triplet: C4, 01 and 60. RGB value is (196,1,96). Sum of RGB (Red+Green+Blue) = 196+1+96=293 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.89% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 196 - color contains mainly: red. Hex color #C40160 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40160 is #3BFE9F. Grayscale: #454545. Windows color (decimal): -3931808 or 6291908. OLE color: 6291908.
HSL color Cylindrical-coordinate representation of color #C40160: hue angle of 330.77º 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 #C40160 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 1 | 96 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.23 |
| HSL | 330.77º | 0.99% | 0.39% | - |
| HSV(B) | 330.77º | 0.99% | 0.77% | - |
| XYZ | 24.89 | 12.6 | 12.19 | - |
| YUV | 70.14 | 142.6 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 96 | 0 | 0.99 | 0.51 | 0.23 | 330.77 | 0.99 | 0.39 |
| Hex | C4 | 1 | 60 | 0 | 63 | 33 | 17 | 14B | 63 | 27 |
| Octal | 304 | 1 | 140 | 0 | 143 | 63 | 27 | 513 | 143 | 47 |
| Binary | 11000100 | 1 | 1100000 | 0 | 1100011 | 110011 | 10111 | 101001011 | 1100011 | 100111 |
Color Harmonies of #C40160
Complementary color
Monochromatic Colors of #C40160
Black with #C40160
Text Example
Text Example
White with #C40160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40160; }
p { color: rgb(196,1,96); }
H1.HeaderClassName
{
color: #C40160;
}
.AnyTagClassName
{
color: #C40160;
}
</style>
background-color css
<style>
a { background-color: #C40160; }
a { background-color: rgb(196,1,96); }
div.DivClassName
{
background-color: #C40160;
}
.BgClassName
{
background-color: #C40160;
}
</style>
border-color css
<style>
span { border-color: #C40160; }
span { border-color: rgb(196,1,96); }
td.TdClassName
{
border-color: #C40160;
}
.TagClassName
{
border-color: #C40160;
}
</style>