Shades of Jazzberry Jam #C10B5D
Tints of Jazzberry Jam #C10B5D
RGB
CMYK
RGB Variations
Color information
#C10B5D (or 0xC10B5D) is known color: Jazzberry Jam. HEX triplet: C1, 0B and 5D. RGB value is (193,11,93). Sum of RGB (Red+Green+Blue) = 193+11+93=297 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.98% from 297); Green value is 11 (4.69% from 255 or 3.70% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 193 - color contains mainly: red. Hex color #C10B5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10B5D is #3EF4A2. Grayscale: #4A4A4A. Windows color (decimal): -4125859 or 6097857. OLE color: 6097857.
HSL color Cylindrical-coordinate representation of color #C10B5D: hue angle of 332.97º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10B5D is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 11 | 93 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.24 |
| HSL | 332.97º | 0.89% | 0.4% | - |
| HSV(B) | 332.97º | 0.94% | 0.76% | - |
| XYZ | 24.09 | 12.37 | 11.47 | - |
| YUV | 74.77 | 138.3 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 11 | 93 | 0 | 0.94 | 0.52 | 0.24 | 332.97 | 0.89 | 0.4 |
| Hex | C1 | B | 5D | 0 | 5E | 34 | 18 | 14D | 59 | 28 |
| Octal | 301 | 13 | 135 | 0 | 136 | 64 | 30 | 515 | 131 | 50 |
| Binary | 11000001 | 1011 | 1011101 | 0 | 1011110 | 110100 | 11000 | 101001101 | 1011001 | 101000 |
Color Harmonies of #C10B5D
Complementary color
Monochromatic Colors of #C10B5D
Black with #C10B5D
Text Example
Text Example
White with #C10B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10B5D; }
p { color: rgb(193,11,93); }
H1.HeaderClassName
{
color: #C10B5D;
}
.AnyTagClassName
{
color: #C10B5D;
}
</style>
background-color css
<style>
a { background-color: #C10B5D; }
a { background-color: rgb(193,11,93); }
div.DivClassName
{
background-color: #C10B5D;
}
.BgClassName
{
background-color: #C10B5D;
}
</style>
border-color css
<style>
span { border-color: #C10B5D; }
span { border-color: rgb(193,11,93); }
td.TdClassName
{
border-color: #C10B5D;
}
.TagClassName
{
border-color: #C10B5D;
}
</style>