Shades of Jazzberry Jam #C10E5E
Tints of Jazzberry Jam #C10E5E
RGB
CMYK
RGB Variations
Color information
#C10E5E (or 0xC10E5E) is known color: Jazzberry Jam. HEX triplet: C1, 0E and 5E. RGB value is (193,14,94). Sum of RGB (Red+Green+Blue) = 193+14+94=301 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.12% from 301); Green value is 14 (5.86% from 255 or 4.65% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10E5E is #3EF1A1. Grayscale: #4C4C4C. Windows color (decimal): -4125090 or 6164161. OLE color: 6164161.
HSL color Cylindrical-coordinate representation of color #C10E5E: hue angle of 333.18º 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 #C10E5E is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 14 | 94 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.24 |
| HSL | 333.18º | 0.86% | 0.41% | - |
| HSV(B) | 333.18º | 0.93% | 0.76% | - |
| XYZ | 24.17 | 12.46 | 11.72 | - |
| YUV | 76.64 | 137.8 | 211 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 14 | 94 | 0 | 0.93 | 0.51 | 0.24 | 333.18 | 0.86 | 0.41 |
| Hex | C1 | E | 5E | 0 | 5D | 33 | 18 | 14D | 56 | 29 |
| Octal | 301 | 16 | 136 | 0 | 135 | 63 | 30 | 515 | 126 | 51 |
| Binary | 11000001 | 1110 | 1011110 | 0 | 1011101 | 110011 | 11000 | 101001101 | 1010110 | 101001 |
Color Harmonies of #C10E5E
Complementary color
Monochromatic Colors of #C10E5E
Black with #C10E5E
Text Example
Text Example
White with #C10E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10E5E; }
p { color: rgb(193,14,94); }
H1.HeaderClassName
{
color: #C10E5E;
}
.AnyTagClassName
{
color: #C10E5E;
}
</style>
background-color css
<style>
a { background-color: #C10E5E; }
a { background-color: rgb(193,14,94); }
div.DivClassName
{
background-color: #C10E5E;
}
.BgClassName
{
background-color: #C10E5E;
}
</style>
border-color css
<style>
span { border-color: #C10E5E; }
span { border-color: rgb(193,14,94); }
td.TdClassName
{
border-color: #C10E5E;
}
.TagClassName
{
border-color: #C10E5E;
}
</style>