Shades of Jazzberry Jam #C10E5F
Tints of Jazzberry Jam #C10E5F
RGB
CMYK
RGB Variations
Color information
#C10E5F (or 0xC10E5F) is known color: Jazzberry Jam. HEX triplet: C1, 0E and 5F. RGB value is (193,14,95). Sum of RGB (Red+Green+Blue) = 193+14+95=302 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.91% from 302); Green value is 14 (5.86% from 255 or 4.64% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E5F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10E5F is #3EF1A0. Grayscale: #4C4C4C. Windows color (decimal): -4125089 or 6229697. OLE color: 6229697.
HSL color Cylindrical-coordinate representation of color #C10E5F: hue angle of 332.85º 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 #C10E5F is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 14 | 95 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.24 |
| HSL | 332.85º | 0.86% | 0.41% | - |
| HSV(B) | 332.85º | 0.93% | 0.76% | - |
| XYZ | 24.21 | 12.48 | 11.96 | - |
| YUV | 76.76 | 138.3 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 14 | 95 | 0 | 0.93 | 0.51 | 0.24 | 332.85 | 0.86 | 0.41 |
| Hex | C1 | E | 5F | 0 | 5D | 33 | 18 | 14D | 56 | 29 |
| Octal | 301 | 16 | 137 | 0 | 135 | 63 | 30 | 515 | 126 | 51 |
| Binary | 11000001 | 1110 | 1011111 | 0 | 1011101 | 110011 | 11000 | 101001101 | 1010110 | 101001 |
Color Harmonies of #C10E5F
Complementary color
Monochromatic Colors of #C10E5F
Black with #C10E5F
Text Example
Text Example
White with #C10E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10E5F; }
p { color: rgb(193,14,95); }
H1.HeaderClassName
{
color: #C10E5F;
}
.AnyTagClassName
{
color: #C10E5F;
}
</style>
background-color css
<style>
a { background-color: #C10E5F; }
a { background-color: rgb(193,14,95); }
div.DivClassName
{
background-color: #C10E5F;
}
.BgClassName
{
background-color: #C10E5F;
}
</style>
border-color css
<style>
span { border-color: #C10E5F; }
span { border-color: rgb(193,14,95); }
td.TdClassName
{
border-color: #C10E5F;
}
.TagClassName
{
border-color: #C10E5F;
}
</style>