Shades of Jazzberry Jam #C1094F
Tints of Jazzberry Jam #C1094F
RGB
CMYK
RGB Variations
Color information
#C1094F (or 0xC1094F) is known color: Jazzberry Jam. HEX triplet: C1, 09 and 4F. RGB value is (193,9,79). Sum of RGB (Red+Green+Blue) = 193+9+79=281 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.68% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 193 - color contains mainly: red. Hex color #C1094F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1094F is #3EF6B0. Grayscale: #474747. Windows color (decimal): -4126385 or 5179841. OLE color: 5179841.
HSL color Cylindrical-coordinate representation of color #C1094F: hue angle of 337.17º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C1094F is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 9 | 79 | - |
| CMYK | 0 | 0.95 | 0.59 | 0.24 |
| HSL | 337.17º | 0.91% | 0.4% | - |
| HSV(B) | 337.17º | 0.95% | 0.76% | - |
| XYZ | 23.5 | 12.1 | 8.49 | - |
| YUV | 72 | 131.96 | 214.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 79 | 0 | 0.95 | 0.59 | 0.24 | 337.17 | 0.91 | 0.4 |
| Hex | C1 | 9 | 4F | 0 | 5F | 3B | 18 | 151 | 5B | 28 |
| Octal | 301 | 11 | 117 | 0 | 137 | 73 | 30 | 521 | 133 | 50 |
| Binary | 11000001 | 1001 | 1001111 | 0 | 1011111 | 111011 | 11000 | 101010001 | 1011011 | 101000 |
Color Harmonies of #C1094F
Complementary color
Monochromatic Colors of #C1094F
Black with #C1094F
Text Example
Text Example
White with #C1094F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1094F; }
p { color: rgb(193,9,79); }
H1.HeaderClassName
{
color: #C1094F;
}
.AnyTagClassName
{
color: #C1094F;
}
</style>
background-color css
<style>
a { background-color: #C1094F; }
a { background-color: rgb(193,9,79); }
div.DivClassName
{
background-color: #C1094F;
}
.BgClassName
{
background-color: #C1094F;
}
</style>
border-color css
<style>
span { border-color: #C1094F; }
span { border-color: rgb(193,9,79); }
td.TdClassName
{
border-color: #C1094F;
}
.TagClassName
{
border-color: #C1094F;
}
</style>