Shades of Jazzberry Jam #C1145E
Tints of Jazzberry Jam #C1145E
RGB
CMYK
RGB Variations
Color information
#C1145E (or 0xC1145E) is known color: Jazzberry Jam. HEX triplet: C1, 14 and 5E. RGB value is (193,20,94). Sum of RGB (Red+Green+Blue) = 193+20+94=307 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.87% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 193 - color contains mainly: red. Hex color #C1145E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1145E is #3EEBA1. Grayscale: #505050. Windows color (decimal): -4123554 or 6165697. OLE color: 6165697.
HSL color Cylindrical-coordinate representation of color #C1145E: hue angle of 334.34º 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 #C1145E is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 20 | 94 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.24 |
| HSL | 334.34º | 0.81% | 0.42% | - |
| HSV(B) | 334.34º | 0.9% | 0.76% | - |
| XYZ | 24.26 | 12.65 | 11.75 | - |
| YUV | 80.16 | 135.81 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 20 | 94 | 0 | 0.90 | 0.51 | 0.24 | 334.34 | 0.81 | 0.42 |
| Hex | C1 | 14 | 5E | 0 | 5A | 33 | 18 | 14E | 51 | 2A |
| Octal | 301 | 24 | 136 | 0 | 132 | 63 | 30 | 516 | 121 | 52 |
| Binary | 11000001 | 10100 | 1011110 | 0 | 1011010 | 110011 | 11000 | 101001110 | 1010001 | 101010 |
Color Harmonies of #C1145E
Complementary color
Monochromatic Colors of #C1145E
Black with #C1145E
Text Example
Text Example
White with #C1145E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1145E; }
p { color: rgb(193,20,94); }
H1.HeaderClassName
{
color: #C1145E;
}
.AnyTagClassName
{
color: #C1145E;
}
</style>
background-color css
<style>
a { background-color: #C1145E; }
a { background-color: rgb(193,20,94); }
div.DivClassName
{
background-color: #C1145E;
}
.BgClassName
{
background-color: #C1145E;
}
</style>
border-color css
<style>
span { border-color: #C1145E; }
span { border-color: rgb(193,20,94); }
td.TdClassName
{
border-color: #C1145E;
}
.TagClassName
{
border-color: #C1145E;
}
</style>