Shades of Jazzberry Jam #C10E5D
Tints of Jazzberry Jam #C10E5D
RGB
CMYK
RGB Variations
Color information
#C10E5D (or 0xC10E5D) is known color: Jazzberry Jam. HEX triplet: C1, 0E and 5D. RGB value is (193,14,93). Sum of RGB (Red+Green+Blue) = 193+14+93=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 14 (5.86% from 255 or 4.67% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10E5D is #3EF1A2. Grayscale: #4C4C4C. Windows color (decimal): -4125091 or 6098625. OLE color: 6098625.
HSL color Cylindrical-coordinate representation of color #C10E5D: hue angle of 333.52º 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 #C10E5D is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 14 | 93 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.24 |
| HSL | 333.52º | 0.86% | 0.41% | - |
| HSV(B) | 333.52º | 0.93% | 0.76% | - |
| XYZ | 24.13 | 12.44 | 11.49 | - |
| YUV | 76.53 | 137.3 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 14 | 93 | 0 | 0.93 | 0.52 | 0.24 | 333.52 | 0.86 | 0.41 |
| Hex | C1 | E | 5D | 0 | 5D | 34 | 18 | 14E | 56 | 29 |
| Octal | 301 | 16 | 135 | 0 | 135 | 64 | 30 | 516 | 126 | 51 |
| Binary | 11000001 | 1110 | 1011101 | 0 | 1011101 | 110100 | 11000 | 101001110 | 1010110 | 101001 |
Color Harmonies of #C10E5D
Complementary color
Monochromatic Colors of #C10E5D
Black with #C10E5D
Text Example
Text Example
White with #C10E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10E5D; }
p { color: rgb(193,14,93); }
H1.HeaderClassName
{
color: #C10E5D;
}
.AnyTagClassName
{
color: #C10E5D;
}
</style>
background-color css
<style>
a { background-color: #C10E5D; }
a { background-color: rgb(193,14,93); }
div.DivClassName
{
background-color: #C10E5D;
}
.BgClassName
{
background-color: #C10E5D;
}
</style>
border-color css
<style>
span { border-color: #C10E5D; }
span { border-color: rgb(193,14,93); }
td.TdClassName
{
border-color: #C10E5D;
}
.TagClassName
{
border-color: #C10E5D;
}
</style>