Shades of Jazzberry Jam #C10E5B
Tints of Jazzberry Jam #C10E5B
RGB
CMYK
RGB Variations
Color information
#C10E5B (or 0xC10E5B) is known color: Jazzberry Jam. HEX triplet: C1, 0E and 5B. RGB value is (193,14,91). Sum of RGB (Red+Green+Blue) = 193+14+91=298 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.77% from 298); Green value is 14 (5.86% from 255 or 4.70% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10E5B is #3EF1A4. Grayscale: #4C4C4C. Windows color (decimal): -4125093 or 5967553. OLE color: 5967553.
HSL color Cylindrical-coordinate representation of color #C10E5B: hue angle of 334.19º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10E5B is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 14 | 91 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.24 |
| HSL | 334.19º | 0.86% | 0.41% | - |
| HSV(B) | 334.19º | 0.93% | 0.76% | - |
| XYZ | 24.04 | 12.41 | 11.03 | - |
| YUV | 76.3 | 136.3 | 211.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 14 | 91 | 0 | 0.93 | 0.53 | 0.24 | 334.19 | 0.86 | 0.41 |
| Hex | C1 | E | 5B | 0 | 5D | 35 | 18 | 14E | 56 | 29 |
| Octal | 301 | 16 | 133 | 0 | 135 | 65 | 30 | 516 | 126 | 51 |
| Binary | 11000001 | 1110 | 1011011 | 0 | 1011101 | 110101 | 11000 | 101001110 | 1010110 | 101001 |
Color Harmonies of #C10E5B
Complementary color
Monochromatic Colors of #C10E5B
Black with #C10E5B
Text Example
Text Example
White with #C10E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10E5B; }
p { color: rgb(193,14,91); }
H1.HeaderClassName
{
color: #C10E5B;
}
.AnyTagClassName
{
color: #C10E5B;
}
</style>
background-color css
<style>
a { background-color: #C10E5B; }
a { background-color: rgb(193,14,91); }
div.DivClassName
{
background-color: #C10E5B;
}
.BgClassName
{
background-color: #C10E5B;
}
</style>
border-color css
<style>
span { border-color: #C10E5B; }
span { border-color: rgb(193,14,91); }
td.TdClassName
{
border-color: #C10E5B;
}
.TagClassName
{
border-color: #C10E5B;
}
</style>