Shades of Jazzberry Jam #C40165
Tints of Jazzberry Jam #C40165
RGB
CMYK
RGB Variations
Color information
#C40165 (or 0xC40165) is known color: Jazzberry Jam. HEX triplet: C4, 01 and 65. RGB value is (196,1,101). Sum of RGB (Red+Green+Blue) = 196+1+101=298 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.77% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 196 - color contains mainly: red. Hex color #C40165 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40165 is #3BFE9A. Grayscale: #464646. Windows color (decimal): -3931803 or 6619588. OLE color: 6619588.
HSL color Cylindrical-coordinate representation of color #C40165: hue angle of 329.23º 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 #C40165 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 1 | 101 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.23 |
| HSL | 329.23º | 0.99% | 0.39% | - |
| HSV(B) | 329.23º | 0.99% | 0.77% | - |
| XYZ | 25.12 | 12.7 | 13.44 | - |
| YUV | 70.71 | 145.1 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 101 | 0 | 0.99 | 0.48 | 0.23 | 329.23 | 0.99 | 0.39 |
| Hex | C4 | 1 | 65 | 0 | 63 | 30 | 17 | 149 | 63 | 27 |
| Octal | 304 | 1 | 145 | 0 | 143 | 60 | 27 | 511 | 143 | 47 |
| Binary | 11000100 | 1 | 1100101 | 0 | 1100011 | 110000 | 10111 | 101001001 | 1100011 | 100111 |
Color Harmonies of #C40165
Complementary color
Monochromatic Colors of #C40165
Black with #C40165
Text Example
Text Example
White with #C40165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40165; }
p { color: rgb(196,1,101); }
H1.HeaderClassName
{
color: #C40165;
}
.AnyTagClassName
{
color: #C40165;
}
</style>
background-color css
<style>
a { background-color: #C40165; }
a { background-color: rgb(196,1,101); }
div.DivClassName
{
background-color: #C40165;
}
.BgClassName
{
background-color: #C40165;
}
</style>
border-color css
<style>
span { border-color: #C40165; }
span { border-color: rgb(196,1,101); }
td.TdClassName
{
border-color: #C40165;
}
.TagClassName
{
border-color: #C40165;
}
</style>