Shades of Jazzberry Jam #C1135B
Tints of Jazzberry Jam #C1135B
RGB
CMYK
RGB Variations
Color information
#C1135B (or 0xC1135B) is known color: Jazzberry Jam. HEX triplet: C1, 13 and 5B. RGB value is (193,19,91). Sum of RGB (Red+Green+Blue) = 193+19+91=303 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.70% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 193 - color contains mainly: red. Hex color #C1135B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1135B is #3EECA4. Grayscale: #4F4F4F. Windows color (decimal): -4123813 or 5968833. OLE color: 5968833.
HSL color Cylindrical-coordinate representation of color #C1135B: hue angle of 335.17º 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 #C1135B is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 91 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.24 |
| HSL | 335.17º | 0.82% | 0.42% | - |
| HSV(B) | 335.17º | 0.9% | 0.76% | - |
| XYZ | 24.11 | 12.56 | 11.05 | - |
| YUV | 79.23 | 134.65 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 91 | 0 | 0.90 | 0.53 | 0.24 | 335.17 | 0.82 | 0.42 |
| Hex | C1 | 13 | 5B | 0 | 5A | 35 | 18 | 14F | 52 | 2A |
| Octal | 301 | 23 | 133 | 0 | 132 | 65 | 30 | 517 | 122 | 52 |
| Binary | 11000001 | 10011 | 1011011 | 0 | 1011010 | 110101 | 11000 | 101001111 | 1010010 | 101010 |
Color Harmonies of #C1135B
Complementary color
Monochromatic Colors of #C1135B
Black with #C1135B
Text Example
Text Example
White with #C1135B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1135B; }
p { color: rgb(193,19,91); }
H1.HeaderClassName
{
color: #C1135B;
}
.AnyTagClassName
{
color: #C1135B;
}
</style>
background-color css
<style>
a { background-color: #C1135B; }
a { background-color: rgb(193,19,91); }
div.DivClassName
{
background-color: #C1135B;
}
.BgClassName
{
background-color: #C1135B;
}
</style>
border-color css
<style>
span { border-color: #C1135B; }
span { border-color: rgb(193,19,91); }
td.TdClassName
{
border-color: #C1135B;
}
.TagClassName
{
border-color: #C1135B;
}
</style>