Shades of Jazzberry Jam #C40065
Tints of Jazzberry Jam #C40065
RGB
CMYK
RGB Variations
Color information
#C40065 (or 0xC40065) is known color: Jazzberry Jam. HEX triplet: C4, 00 and 65. RGB value is (196,0,101). Sum of RGB (Red+Green+Blue) = 196+0+101=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C40065 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40065 is #3BFF9A. Grayscale: #454545. Windows color (decimal): -3932059 or 6619332. OLE color: 6619332.
HSL color Cylindrical-coordinate representation of color #C40065: hue angle of 329.08º 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 #C40065 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 101 | - |
| CMYK | 0 | 1 | 0.48 | 0.23 |
| HSL | 329.08º | 1% | 0.38% | - |
| HSV(B) | 329.08º | 1% | 0.77% | - |
| XYZ | 25.11 | 12.68 | 13.43 | - |
| YUV | 70.12 | 145.43 | 217.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 101 | 0 | 1 | 0.48 | 0.23 | 329.08 | 1 | 0.38 |
| Hex | C4 | 0 | 65 | 0 | 64 | 30 | 17 | 149 | 64 | 26 |
| Octal | 304 | 0 | 145 | 0 | 144 | 60 | 27 | 511 | 144 | 46 |
| Binary | 11000100 | 0 | 1100101 | 0 | 1100100 | 110000 | 10111 | 101001001 | 1100100 | 100110 |
Color Harmonies of #C40065
Complementary color
Monochromatic Colors of #C40065
Black with #C40065
Text Example
Text Example
White with #C40065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40065; }
p { color: rgb(196,0,101); }
H1.HeaderClassName
{
color: #C40065;
}
.AnyTagClassName
{
color: #C40065;
}
</style>
background-color css
<style>
a { background-color: #C40065; }
a { background-color: rgb(196,0,101); }
div.DivClassName
{
background-color: #C40065;
}
.BgClassName
{
background-color: #C40065;
}
</style>
border-color css
<style>
span { border-color: #C40065; }
span { border-color: rgb(196,0,101); }
td.TdClassName
{
border-color: #C40065;
}
.TagClassName
{
border-color: #C40065;
}
</style>