Shades of Jazzberry Jam #C10F5B
Tints of Jazzberry Jam #C10F5B
RGB
CMYK
RGB Variations
Color information
#C10F5B (or 0xC10F5B) is known color: Jazzberry Jam. HEX triplet: C1, 0F and 5B. RGB value is (193,15,91). Sum of RGB (Red+Green+Blue) = 193+15+91=299 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.55% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 193 - color contains mainly: red. Hex color #C10F5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10F5B is #3EF0A4. Grayscale: #4C4C4C. Windows color (decimal): -4124837 or 5967809. OLE color: 5967809.
HSL color Cylindrical-coordinate representation of color #C10F5B: hue angle of 334.38º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C10F5B is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 15 | 91 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.24 |
| HSL | 334.38º | 0.86% | 0.41% | - |
| HSV(B) | 334.38º | 0.92% | 0.76% | - |
| XYZ | 24.05 | 12.43 | 11.03 | - |
| YUV | 76.89 | 135.97 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 15 | 91 | 0 | 0.92 | 0.53 | 0.24 | 334.38 | 0.86 | 0.41 |
| Hex | C1 | F | 5B | 0 | 5C | 35 | 18 | 14E | 56 | 29 |
| Octal | 301 | 17 | 133 | 0 | 134 | 65 | 30 | 516 | 126 | 51 |
| Binary | 11000001 | 1111 | 1011011 | 0 | 1011100 | 110101 | 11000 | 101001110 | 1010110 | 101001 |
Color Harmonies of #C10F5B
Complementary color
Monochromatic Colors of #C10F5B
Black with #C10F5B
Text Example
Text Example
White with #C10F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10F5B; }
p { color: rgb(193,15,91); }
H1.HeaderClassName
{
color: #C10F5B;
}
.AnyTagClassName
{
color: #C10F5B;
}
</style>
background-color css
<style>
a { background-color: #C10F5B; }
a { background-color: rgb(193,15,91); }
div.DivClassName
{
background-color: #C10F5B;
}
.BgClassName
{
background-color: #C10F5B;
}
</style>
border-color css
<style>
span { border-color: #C10F5B; }
span { border-color: rgb(193,15,91); }
td.TdClassName
{
border-color: #C10F5B;
}
.TagClassName
{
border-color: #C10F5B;
}
</style>