Shades of Jazzberry Jam #C11464
Tints of Jazzberry Jam #C11464
RGB
CMYK
RGB Variations
Color information
#C11464 (or 0xC11464) is known color: Jazzberry Jam. HEX triplet: C1, 14 and 64. RGB value is (193,20,100). Sum of RGB (Red+Green+Blue) = 193+20+100=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C11464 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11464 is #3EEB9B. Grayscale: #505050. Windows color (decimal): -4123548 or 6558913. OLE color: 6558913.
HSL color Cylindrical-coordinate representation of color #C11464: hue angle of 332.25º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C11464 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 20 | 100 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.24 |
| HSL | 332.25º | 0.81% | 0.42% | - |
| HSV(B) | 332.25º | 0.9% | 0.76% | - |
| XYZ | 24.54 | 12.76 | 13.23 | - |
| YUV | 80.85 | 138.81 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 20 | 100 | 0 | 0.90 | 0.48 | 0.24 | 332.25 | 0.81 | 0.42 |
| Hex | C1 | 14 | 64 | 0 | 5A | 30 | 18 | 14C | 51 | 2A |
| Octal | 301 | 24 | 144 | 0 | 132 | 60 | 30 | 514 | 121 | 52 |
| Binary | 11000001 | 10100 | 1100100 | 0 | 1011010 | 110000 | 11000 | 101001100 | 1010001 | 101010 |
Color Harmonies of #C11464
Complementary color
Monochromatic Colors of #C11464
Black with #C11464
Text Example
Text Example
White with #C11464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11464; }
p { color: rgb(193,20,100); }
H1.HeaderClassName
{
color: #C11464;
}
.AnyTagClassName
{
color: #C11464;
}
</style>
background-color css
<style>
a { background-color: #C11464; }
a { background-color: rgb(193,20,100); }
div.DivClassName
{
background-color: #C11464;
}
.BgClassName
{
background-color: #C11464;
}
</style>
border-color css
<style>
span { border-color: #C11464; }
span { border-color: rgb(193,20,100); }
td.TdClassName
{
border-color: #C11464;
}
.TagClassName
{
border-color: #C11464;
}
</style>