Shades of Jazzberry Jam #C10F5C
Tints of Jazzberry Jam #C10F5C
RGB
CMYK
RGB Variations
Color information
#C10F5C (or 0xC10F5C) is known color: Jazzberry Jam. HEX triplet: C1, 0F and 5C. RGB value is (193,15,92). Sum of RGB (Red+Green+Blue) = 193+15+92=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 15 (6.25% from 255 or 5% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C10F5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10F5C is #3EF0A3. Grayscale: #4C4C4C. Windows color (decimal): -4124836 or 6033345. OLE color: 6033345.
HSL color Cylindrical-coordinate representation of color #C10F5C: hue angle of 334.04º 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 #C10F5C is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 15 | 92 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.24 |
| HSL | 334.05º | 0.86% | 0.41% | - |
| HSV(B) | 334.05º | 0.92% | 0.76% | - |
| XYZ | 24.09 | 12.45 | 11.26 | - |
| YUV | 77 | 136.47 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 15 | 92 | 0 | 0.92 | 0.52 | 0.24 | 334.05 | 0.86 | 0.41 |
| Hex | C1 | F | 5C | 0 | 5C | 34 | 18 | 14E | 56 | 29 |
| Octal | 301 | 17 | 134 | 0 | 134 | 64 | 30 | 516 | 126 | 51 |
| Binary | 11000001 | 1111 | 1011100 | 0 | 1011100 | 110100 | 11000 | 101001110 | 1010110 | 101001 |
Color Harmonies of #C10F5C
Complementary color
Monochromatic Colors of #C10F5C
Black with #C10F5C
Text Example
Text Example
White with #C10F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10F5C; }
p { color: rgb(193,15,92); }
H1.HeaderClassName
{
color: #C10F5C;
}
.AnyTagClassName
{
color: #C10F5C;
}
</style>
background-color css
<style>
a { background-color: #C10F5C; }
a { background-color: rgb(193,15,92); }
div.DivClassName
{
background-color: #C10F5C;
}
.BgClassName
{
background-color: #C10F5C;
}
</style>
border-color css
<style>
span { border-color: #C10F5C; }
span { border-color: rgb(193,15,92); }
td.TdClassName
{
border-color: #C10F5C;
}
.TagClassName
{
border-color: #C10F5C;
}
</style>