Shades of Jazzberry Jam #C40066
Tints of Jazzberry Jam #C40066
RGB
CMYK
RGB Variations
Color information
#C40066 (or 0xC40066) is known color: Jazzberry Jam. HEX triplet: C4, 00 and 66. RGB value is (196,0,102). Sum of RGB (Red+Green+Blue) = 196+0+102=298 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.77% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 196 - color contains mainly: red. Hex color #C40066 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40066 is #3BFF99. Grayscale: #464646. Windows color (decimal): -3932058 or 6684868. OLE color: 6684868.
HSL color Cylindrical-coordinate representation of color #C40066: hue angle of 328.78º 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 #C40066 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 102 | - |
| CMYK | 0 | 1 | 0.48 | 0.23 |
| HSL | 328.78º | 1% | 0.38% | - |
| HSV(B) | 328.78º | 1% | 0.77% | - |
| XYZ | 25.16 | 12.7 | 13.69 | - |
| YUV | 70.23 | 145.93 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 102 | 0 | 1 | 0.48 | 0.23 | 328.78 | 1 | 0.38 |
| Hex | C4 | 0 | 66 | 0 | 64 | 30 | 17 | 149 | 64 | 26 |
| Octal | 304 | 0 | 146 | 0 | 144 | 60 | 27 | 511 | 144 | 46 |
| Binary | 11000100 | 0 | 1100110 | 0 | 1100100 | 110000 | 10111 | 101001001 | 1100100 | 100110 |
Color Harmonies of #C40066
Complementary color
Monochromatic Colors of #C40066
Black with #C40066
Text Example
Text Example
White with #C40066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40066; }
p { color: rgb(196,0,102); }
H1.HeaderClassName
{
color: #C40066;
}
.AnyTagClassName
{
color: #C40066;
}
</style>
background-color css
<style>
a { background-color: #C40066; }
a { background-color: rgb(196,0,102); }
div.DivClassName
{
background-color: #C40066;
}
.BgClassName
{
background-color: #C40066;
}
</style>
border-color css
<style>
span { border-color: #C40066; }
span { border-color: rgb(196,0,102); }
td.TdClassName
{
border-color: #C40066;
}
.TagClassName
{
border-color: #C40066;
}
</style>