Shades of Jazzberry Jam #C1135D
Tints of Jazzberry Jam #C1135D
RGB
CMYK
RGB Variations
Color information
#C1135D (or 0xC1135D) is known color: Jazzberry Jam. HEX triplet: C1, 13 and 5D. RGB value is (193,19,93). Sum of RGB (Red+Green+Blue) = 193+19+93=305 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.28% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 193 - color contains mainly: red. Hex color #C1135D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1135D is #3EECA2. Grayscale: #4F4F4F. Windows color (decimal): -4123811 or 6099905. OLE color: 6099905.
HSL color Cylindrical-coordinate representation of color #C1135D: hue angle of 334.48º 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 #C1135D is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 93 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.24 |
| HSL | 334.48º | 0.82% | 0.42% | - |
| HSV(B) | 334.48º | 0.9% | 0.76% | - |
| XYZ | 24.2 | 12.59 | 11.51 | - |
| YUV | 79.46 | 135.65 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 93 | 0 | 0.90 | 0.52 | 0.24 | 334.48 | 0.82 | 0.42 |
| Hex | C1 | 13 | 5D | 0 | 5A | 34 | 18 | 14E | 52 | 2A |
| Octal | 301 | 23 | 135 | 0 | 132 | 64 | 30 | 516 | 122 | 52 |
| Binary | 11000001 | 10011 | 1011101 | 0 | 1011010 | 110100 | 11000 | 101001110 | 1010010 | 101010 |
Color Harmonies of #C1135D
Complementary color
Monochromatic Colors of #C1135D
Black with #C1135D
Text Example
Text Example
White with #C1135D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1135D; }
p { color: rgb(193,19,93); }
H1.HeaderClassName
{
color: #C1135D;
}
.AnyTagClassName
{
color: #C1135D;
}
</style>
background-color css
<style>
a { background-color: #C1135D; }
a { background-color: rgb(193,19,93); }
div.DivClassName
{
background-color: #C1135D;
}
.BgClassName
{
background-color: #C1135D;
}
</style>
border-color css
<style>
span { border-color: #C1135D; }
span { border-color: rgb(193,19,93); }
td.TdClassName
{
border-color: #C1135D;
}
.TagClassName
{
border-color: #C1135D;
}
</style>