Shades of Jazzberry Jam #C11267
Tints of Jazzberry Jam #C11267
RGB
CMYK
RGB Variations
Color information
#C11267 (or 0xC11267) is known color: Jazzberry Jam. HEX triplet: C1, 12 and 67. RGB value is (193,18,103). Sum of RGB (Red+Green+Blue) = 193+18+103=314 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.46% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 193 - color contains mainly: red. Hex color #C11267 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11267 is #3EED98. Grayscale: #4F4F4F. Windows color (decimal): -4124057 or 6755009. OLE color: 6755009.
HSL color Cylindrical-coordinate representation of color #C11267: hue angle of 330.86º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C11267 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 18 | 103 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.24 |
| HSL | 330.86º | 0.83% | 0.41% | - |
| HSV(B) | 330.86º | 0.91% | 0.76% | - |
| XYZ | 24.66 | 12.75 | 13.99 | - |
| YUV | 80.02 | 140.98 | 208.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 103 | 0 | 0.91 | 0.47 | 0.24 | 330.86 | 0.83 | 0.41 |
| Hex | C1 | 12 | 67 | 0 | 5B | 2F | 18 | 14B | 53 | 29 |
| Octal | 301 | 22 | 147 | 0 | 133 | 57 | 30 | 513 | 123 | 51 |
| Binary | 11000001 | 10010 | 1100111 | 0 | 1011011 | 101111 | 11000 | 101001011 | 1010011 | 101001 |
Color Harmonies of #C11267
Complementary color
Monochromatic Colors of #C11267
Black with #C11267
Text Example
Text Example
White with #C11267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11267; }
p { color: rgb(193,18,103); }
H1.HeaderClassName
{
color: #C11267;
}
.AnyTagClassName
{
color: #C11267;
}
</style>
background-color css
<style>
a { background-color: #C11267; }
a { background-color: rgb(193,18,103); }
div.DivClassName
{
background-color: #C11267;
}
.BgClassName
{
background-color: #C11267;
}
</style>
border-color css
<style>
span { border-color: #C11267; }
span { border-color: rgb(193,18,103); }
td.TdClassName
{
border-color: #C11267;
}
.TagClassName
{
border-color: #C11267;
}
</style>