Shades of Jazzberry Jam #C1135E
Tints of Jazzberry Jam #C1135E
RGB
CMYK
RGB Variations
Color information
#C1135E (or 0xC1135E) is known color: Jazzberry Jam. HEX triplet: C1, 13 and 5E. RGB value is (193,19,94). Sum of RGB (Red+Green+Blue) = 193+19+94=306 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.07% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 193 - color contains mainly: red. Hex color #C1135E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1135E is #3EECA1. Grayscale: #4F4F4F. Windows color (decimal): -4123810 or 6165441. OLE color: 6165441.
HSL color Cylindrical-coordinate representation of color #C1135E: hue angle of 334.14º degrees, saturation: 0.82, 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 #C1135E is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 94 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.24 |
| HSL | 334.14º | 0.82% | 0.42% | - |
| HSV(B) | 334.14º | 0.9% | 0.76% | - |
| XYZ | 24.25 | 12.61 | 11.75 | - |
| YUV | 79.58 | 136.15 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 94 | 0 | 0.90 | 0.51 | 0.24 | 334.14 | 0.82 | 0.42 |
| Hex | C1 | 13 | 5E | 0 | 5A | 33 | 18 | 14E | 52 | 2A |
| Octal | 301 | 23 | 136 | 0 | 132 | 63 | 30 | 516 | 122 | 52 |
| Binary | 11000001 | 10011 | 1011110 | 0 | 1011010 | 110011 | 11000 | 101001110 | 1010010 | 101010 |
Color Harmonies of #C1135E
Complementary color
Monochromatic Colors of #C1135E
Black with #C1135E
Text Example
Text Example
White with #C1135E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1135E; }
p { color: rgb(193,19,94); }
H1.HeaderClassName
{
color: #C1135E;
}
.AnyTagClassName
{
color: #C1135E;
}
</style>
background-color css
<style>
a { background-color: #C1135E; }
a { background-color: rgb(193,19,94); }
div.DivClassName
{
background-color: #C1135E;
}
.BgClassName
{
background-color: #C1135E;
}
</style>
border-color css
<style>
span { border-color: #C1135E; }
span { border-color: rgb(193,19,94); }
td.TdClassName
{
border-color: #C1135E;
}
.TagClassName
{
border-color: #C1135E;
}
</style>