Shades of Jazzberry Jam #C01966
Tints of Jazzberry Jam #C01966
RGB
CMYK
RGB Variations
Color information
#C01966 (or 0xC01966) is known color: Jazzberry Jam. HEX triplet: C0, 19 and 66. RGB value is (192,25,102). Sum of RGB (Red+Green+Blue) = 192+25+102=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C01966 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01966 is #3FE699. Grayscale: #535353. Windows color (decimal): -4187802 or 6691264. OLE color: 6691264.
HSL color Cylindrical-coordinate representation of color #C01966: hue angle of 332.34º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C01966 is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 25 | 102 | - |
| CMYK | 0 | 0.87 | 0.47 | 0.25 |
| HSL | 332.34º | 0.77% | 0.43% | - |
| HSV(B) | 332.34º | 0.87% | 0.75% | - |
| XYZ | 24.48 | 12.86 | 13.76 | - |
| YUV | 83.71 | 138.33 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 102 | 0 | 0.87 | 0.47 | 0.25 | 332.34 | 0.77 | 0.43 |
| Hex | C0 | 19 | 66 | 0 | 57 | 2F | 19 | 14C | 4D | 2B |
| Octal | 300 | 31 | 146 | 0 | 127 | 57 | 31 | 514 | 115 | 53 |
| Binary | 11000000 | 11001 | 1100110 | 0 | 1010111 | 101111 | 11001 | 101001100 | 1001101 | 101011 |
Color Harmonies of #C01966
Complementary color
Monochromatic Colors of #C01966
Black with #C01966
Text Example
Text Example
White with #C01966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01966; }
p { color: rgb(192,25,102); }
H1.HeaderClassName
{
color: #C01966;
}
.AnyTagClassName
{
color: #C01966;
}
</style>
background-color css
<style>
a { background-color: #C01966; }
a { background-color: rgb(192,25,102); }
div.DivClassName
{
background-color: #C01966;
}
.BgClassName
{
background-color: #C01966;
}
</style>
border-color css
<style>
span { border-color: #C01966; }
span { border-color: rgb(192,25,102); }
td.TdClassName
{
border-color: #C01966;
}
.TagClassName
{
border-color: #C01966;
}
</style>