Shades of Jazzberry Jam #C11865
Tints of Jazzberry Jam #C11865
RGB
CMYK
RGB Variations
Color information
#C11865 (or 0xC11865) is known color: Jazzberry Jam. HEX triplet: C1, 18 and 65. RGB value is (193,24,101). Sum of RGB (Red+Green+Blue) = 193+24+101=318 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.69% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 193 - color contains mainly: red. Hex color #C11865 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11865 is #3EE79A. Grayscale: #535353. Windows color (decimal): -4122523 or 6625473. OLE color: 6625473.
HSL color Cylindrical-coordinate representation of color #C11865: hue angle of 332.66º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11865 is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 24 | 101 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.24 |
| HSL | 332.66º | 0.78% | 0.43% | - |
| HSV(B) | 332.66º | 0.88% | 0.76% | - |
| XYZ | 24.67 | 12.93 | 13.51 | - |
| YUV | 83.31 | 137.99 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 24 | 101 | 0 | 0.88 | 0.48 | 0.24 | 332.66 | 0.78 | 0.43 |
| Hex | C1 | 18 | 65 | 0 | 58 | 30 | 18 | 14D | 4E | 2B |
| Octal | 301 | 30 | 145 | 0 | 130 | 60 | 30 | 515 | 116 | 53 |
| Binary | 11000001 | 11000 | 1100101 | 0 | 1011000 | 110000 | 11000 | 101001101 | 1001110 | 101011 |
Color Harmonies of #C11865
Complementary color
Monochromatic Colors of #C11865
Black with #C11865
Text Example
Text Example
White with #C11865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11865; }
p { color: rgb(193,24,101); }
H1.HeaderClassName
{
color: #C11865;
}
.AnyTagClassName
{
color: #C11865;
}
</style>
background-color css
<style>
a { background-color: #C11865; }
a { background-color: rgb(193,24,101); }
div.DivClassName
{
background-color: #C11865;
}
.BgClassName
{
background-color: #C11865;
}
</style>
border-color css
<style>
span { border-color: #C11865; }
span { border-color: rgb(193,24,101); }
td.TdClassName
{
border-color: #C11865;
}
.TagClassName
{
border-color: #C11865;
}
</style>