Shades of Jazzberry Jam #C40060
Tints of Jazzberry Jam #C40060
RGB
CMYK
RGB Variations
Color information
#C40060 (or 0xC40060) is known color: Jazzberry Jam. HEX triplet: C4, 00 and 60. RGB value is (196,0,96). Sum of RGB (Red+Green+Blue) = 196+0+96=292 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.12% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 196 - color contains mainly: red. Hex color #C40060 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40060 is #3BFF9F. Grayscale: #454545. Windows color (decimal): -3932064 or 6291652. OLE color: 6291652.
HSL color Cylindrical-coordinate representation of color #C40060: hue angle of 330.61º 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 #C40060 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 96 | - |
| CMYK | 0 | 1 | 0.51 | 0.23 |
| HSL | 330.61º | 1% | 0.38% | - |
| HSV(B) | 330.61º | 1% | 0.77% | - |
| XYZ | 24.88 | 12.58 | 12.18 | - |
| YUV | 69.55 | 142.93 | 218.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 96 | 0 | 1 | 0.51 | 0.23 | 330.61 | 1 | 0.38 |
| Hex | C4 | 0 | 60 | 0 | 64 | 33 | 17 | 14B | 64 | 26 |
| Octal | 304 | 0 | 140 | 0 | 144 | 63 | 27 | 513 | 144 | 46 |
| Binary | 11000100 | 0 | 1100000 | 0 | 1100100 | 110011 | 10111 | 101001011 | 1100100 | 100110 |
Color Harmonies of #C40060
Complementary color
Monochromatic Colors of #C40060
Black with #C40060
Text Example
Text Example
White with #C40060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40060; }
p { color: rgb(196,0,96); }
H1.HeaderClassName
{
color: #C40060;
}
.AnyTagClassName
{
color: #C40060;
}
</style>
background-color css
<style>
a { background-color: #C40060; }
a { background-color: rgb(196,0,96); }
div.DivClassName
{
background-color: #C40060;
}
.BgClassName
{
background-color: #C40060;
}
</style>
border-color css
<style>
span { border-color: #C40060; }
span { border-color: rgb(196,0,96); }
td.TdClassName
{
border-color: #C40060;
}
.TagClassName
{
border-color: #C40060;
}
</style>