Shades of Jazzberry Jam #C10F58
Tints of Jazzberry Jam #C10F58
RGB
CMYK
RGB Variations
Color information
#C10F58 (or 0xC10F58) is known color: Jazzberry Jam. HEX triplet: C1, 0F and 58. RGB value is (193,15,88). Sum of RGB (Red+Green+Blue) = 193+15+88=296 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.20% from 296); Green value is 15 (6.25% from 255 or 5.07% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 193 - color contains mainly: red. Hex color #C10F58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10F58 is #3EF0A7. Grayscale: #4C4C4C. Windows color (decimal): -4124840 or 5771201. OLE color: 5771201.
HSL color Cylindrical-coordinate representation of color #C10F58: hue angle of 335.39º 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 #C10F58 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 15 | 88 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.24 |
| HSL | 335.39º | 0.86% | 0.41% | - |
| HSV(B) | 335.39º | 0.92% | 0.76% | - |
| XYZ | 23.92 | 12.38 | 10.36 | - |
| YUV | 76.54 | 134.47 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 15 | 88 | 0 | 0.92 | 0.54 | 0.24 | 335.39 | 0.86 | 0.41 |
| Hex | C1 | F | 58 | 0 | 5C | 36 | 18 | 14F | 56 | 29 |
| Octal | 301 | 17 | 130 | 0 | 134 | 66 | 30 | 517 | 126 | 51 |
| Binary | 11000001 | 1111 | 1011000 | 0 | 1011100 | 110110 | 11000 | 101001111 | 1010110 | 101001 |
Color Harmonies of #C10F58
Complementary color
Monochromatic Colors of #C10F58
Black with #C10F58
Text Example
Text Example
White with #C10F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10F58; }
p { color: rgb(193,15,88); }
H1.HeaderClassName
{
color: #C10F58;
}
.AnyTagClassName
{
color: #C10F58;
}
</style>
background-color css
<style>
a { background-color: #C10F58; }
a { background-color: rgb(193,15,88); }
div.DivClassName
{
background-color: #C10F58;
}
.BgClassName
{
background-color: #C10F58;
}
</style>
border-color css
<style>
span { border-color: #C10F58; }
span { border-color: rgb(193,15,88); }
td.TdClassName
{
border-color: #C10F58;
}
.TagClassName
{
border-color: #C10F58;
}
</style>