Shades of Jazzberry Jam #C1155E
Tints of Jazzberry Jam #C1155E
RGB
CMYK
RGB Variations
Color information
#C1155E (or 0xC1155E) is known color: Jazzberry Jam. HEX triplet: C1, 15 and 5E. RGB value is (193,21,94). Sum of RGB (Red+Green+Blue) = 193+21+94=308 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.66% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 193 - color contains mainly: red. Hex color #C1155E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1155E is #3EEAA1. Grayscale: #505050. Windows color (decimal): -4123298 or 6165953. OLE color: 6165953.
HSL color Cylindrical-coordinate representation of color #C1155E: hue angle of 334.53º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C1155E is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 21 | 94 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.24 |
| HSL | 334.53º | 0.8% | 0.42% | - |
| HSV(B) | 334.53º | 0.89% | 0.76% | - |
| XYZ | 24.28 | 12.68 | 11.76 | - |
| YUV | 80.75 | 135.48 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 21 | 94 | 0 | 0.89 | 0.51 | 0.24 | 334.53 | 0.8 | 0.42 |
| Hex | C1 | 15 | 5E | 0 | 59 | 33 | 18 | 14F | 50 | 2A |
| Octal | 301 | 25 | 136 | 0 | 131 | 63 | 30 | 517 | 120 | 52 |
| Binary | 11000001 | 10101 | 1011110 | 0 | 1011001 | 110011 | 11000 | 101001111 | 1010000 | 101010 |
Color Harmonies of #C1155E
Complementary color
Monochromatic Colors of #C1155E
Black with #C1155E
Text Example
Text Example
White with #C1155E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1155E; }
p { color: rgb(193,21,94); }
H1.HeaderClassName
{
color: #C1155E;
}
.AnyTagClassName
{
color: #C1155E;
}
</style>
background-color css
<style>
a { background-color: #C1155E; }
a { background-color: rgb(193,21,94); }
div.DivClassName
{
background-color: #C1155E;
}
.BgClassName
{
background-color: #C1155E;
}
</style>
border-color css
<style>
span { border-color: #C1155E; }
span { border-color: rgb(193,21,94); }
td.TdClassName
{
border-color: #C1155E;
}
.TagClassName
{
border-color: #C1155E;
}
</style>