Shades of Jazzberry Jam #C11463
Tints of Jazzberry Jam #C11463
RGB
CMYK
RGB Variations
Color information
#C11463 (or 0xC11463) is known color: Jazzberry Jam. HEX triplet: C1, 14 and 63. RGB value is (193,20,99). Sum of RGB (Red+Green+Blue) = 193+20+99=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 99 (39.06% from 255 or 31.73% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C11463 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11463 is #3EEB9C. Grayscale: #505050. Windows color (decimal): -4123549 or 6493377. OLE color: 6493377.
HSL color Cylindrical-coordinate representation of color #C11463: hue angle of 332.6º 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 #C11463 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 20 | 99 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.24 |
| HSL | 332.6º | 0.81% | 0.42% | - |
| HSV(B) | 332.6º | 0.9% | 0.76% | - |
| XYZ | 24.49 | 12.74 | 12.97 | - |
| YUV | 80.73 | 138.31 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 20 | 99 | 0 | 0.90 | 0.49 | 0.24 | 332.6 | 0.81 | 0.42 |
| Hex | C1 | 14 | 63 | 0 | 5A | 31 | 18 | 14D | 51 | 2A |
| Octal | 301 | 24 | 143 | 0 | 132 | 61 | 30 | 515 | 121 | 52 |
| Binary | 11000001 | 10100 | 1100011 | 0 | 1011010 | 110001 | 11000 | 101001101 | 1010001 | 101010 |
Color Harmonies of #C11463
Complementary color
Monochromatic Colors of #C11463
Black with #C11463
Text Example
Text Example
White with #C11463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11463; }
p { color: rgb(193,20,99); }
H1.HeaderClassName
{
color: #C11463;
}
.AnyTagClassName
{
color: #C11463;
}
</style>
background-color css
<style>
a { background-color: #C11463; }
a { background-color: rgb(193,20,99); }
div.DivClassName
{
background-color: #C11463;
}
.BgClassName
{
background-color: #C11463;
}
</style>
border-color css
<style>
span { border-color: #C11463; }
span { border-color: rgb(193,20,99); }
td.TdClassName
{
border-color: #C11463;
}
.TagClassName
{
border-color: #C11463;
}
</style>