Shades of Jazzberry Jam #C11461
Tints of Jazzberry Jam #C11461
RGB
CMYK
RGB Variations
Color information
#C11461 (or 0xC11461) is known color: Jazzberry Jam. HEX triplet: C1, 14 and 61. RGB value is (193,20,97). Sum of RGB (Red+Green+Blue) = 193+20+97=310 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.26% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 193 - color contains mainly: red. Hex color #C11461 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11461 is #3EEB9E. Grayscale: #505050. Windows color (decimal): -4123551 or 6362305. OLE color: 6362305.
HSL color Cylindrical-coordinate representation of color #C11461: hue angle of 333.29º 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 #C11461 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 20 | 97 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.24 |
| HSL | 333.29º | 0.81% | 0.42% | - |
| HSV(B) | 333.29º | 0.9% | 0.76% | - |
| XYZ | 24.4 | 12.7 | 12.47 | - |
| YUV | 80.51 | 137.31 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 20 | 97 | 0 | 0.90 | 0.50 | 0.24 | 333.29 | 0.81 | 0.42 |
| Hex | C1 | 14 | 61 | 0 | 5A | 32 | 18 | 14D | 51 | 2A |
| Octal | 301 | 24 | 141 | 0 | 132 | 62 | 30 | 515 | 121 | 52 |
| Binary | 11000001 | 10100 | 1100001 | 0 | 1011010 | 110010 | 11000 | 101001101 | 1010001 | 101010 |
Color Harmonies of #C11461
Complementary color
Monochromatic Colors of #C11461
Black with #C11461
Text Example
Text Example
White with #C11461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11461; }
p { color: rgb(193,20,97); }
H1.HeaderClassName
{
color: #C11461;
}
.AnyTagClassName
{
color: #C11461;
}
</style>
background-color css
<style>
a { background-color: #C11461; }
a { background-color: rgb(193,20,97); }
div.DivClassName
{
background-color: #C11461;
}
.BgClassName
{
background-color: #C11461;
}
</style>
border-color css
<style>
span { border-color: #C11461; }
span { border-color: rgb(193,20,97); }
td.TdClassName
{
border-color: #C11461;
}
.TagClassName
{
border-color: #C11461;
}
</style>