Shades of Jazzberry Jam #C11465
Tints of Jazzberry Jam #C11465
RGB
CMYK
RGB Variations
Color information
#C11465 (or 0xC11465) is known color: Jazzberry Jam. HEX triplet: C1, 14 and 65. RGB value is (193,20,101). Sum of RGB (Red+Green+Blue) = 193+20+101=314 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.46% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 193 - color contains mainly: red. Hex color #C11465 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11465 is #3EEB9A. Grayscale: #505050. Windows color (decimal): -4123547 or 6624449. OLE color: 6624449.
HSL color Cylindrical-coordinate representation of color #C11465: hue angle of 331.91º 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 #C11465 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 20 | 101 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.24 |
| HSL | 331.91º | 0.81% | 0.42% | - |
| HSV(B) | 331.91º | 0.9% | 0.76% | - |
| XYZ | 24.59 | 12.78 | 13.48 | - |
| YUV | 80.96 | 139.31 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 20 | 101 | 0 | 0.90 | 0.48 | 0.24 | 331.91 | 0.81 | 0.42 |
| Hex | C1 | 14 | 65 | 0 | 5A | 30 | 18 | 14C | 51 | 2A |
| Octal | 301 | 24 | 145 | 0 | 132 | 60 | 30 | 514 | 121 | 52 |
| Binary | 11000001 | 10100 | 1100101 | 0 | 1011010 | 110000 | 11000 | 101001100 | 1010001 | 101010 |
Color Harmonies of #C11465
Complementary color
Monochromatic Colors of #C11465
Black with #C11465
Text Example
Text Example
White with #C11465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11465; }
p { color: rgb(193,20,101); }
H1.HeaderClassName
{
color: #C11465;
}
.AnyTagClassName
{
color: #C11465;
}
</style>
background-color css
<style>
a { background-color: #C11465; }
a { background-color: rgb(193,20,101); }
div.DivClassName
{
background-color: #C11465;
}
.BgClassName
{
background-color: #C11465;
}
</style>
border-color css
<style>
span { border-color: #C11465; }
span { border-color: rgb(193,20,101); }
td.TdClassName
{
border-color: #C11465;
}
.TagClassName
{
border-color: #C11465;
}
</style>