Shades of Jazzberry Jam #C00E5D
Tints of Jazzberry Jam #C00E5D
RGB
CMYK
RGB Variations
Color information
#C00E5D (or 0xC00E5D) is known color: Jazzberry Jam. HEX triplet: C0, 0E and 5D. RGB value is (192,14,93). Sum of RGB (Red+Green+Blue) = 192+14+93=299 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.21% from 299); Green value is 14 (5.86% from 255 or 4.68% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 192 - color contains mainly: red. Hex color #C00E5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00E5D is #3FF1A2. Grayscale: #4C4C4C. Windows color (decimal): -4190627 or 6098624. OLE color: 6098624.
HSL color Cylindrical-coordinate representation of color #C00E5D: hue angle of 333.37º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00E5D is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 14 | 93 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.25 |
| HSL | 333.37º | 0.86% | 0.4% | - |
| HSV(B) | 333.37º | 0.93% | 0.75% | - |
| XYZ | 23.87 | 12.31 | 11.47 | - |
| YUV | 76.23 | 137.47 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 14 | 93 | 0 | 0.93 | 0.52 | 0.25 | 333.37 | 0.86 | 0.4 |
| Hex | C0 | E | 5D | 0 | 5D | 34 | 19 | 14D | 56 | 28 |
| Octal | 300 | 16 | 135 | 0 | 135 | 64 | 31 | 515 | 126 | 50 |
| Binary | 11000000 | 1110 | 1011101 | 0 | 1011101 | 110100 | 11001 | 101001101 | 1010110 | 101000 |
Color Harmonies of #C00E5D
Complementary color
Monochromatic Colors of #C00E5D
Black with #C00E5D
Text Example
Text Example
White with #C00E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00E5D; }
p { color: rgb(192,14,93); }
H1.HeaderClassName
{
color: #C00E5D;
}
.AnyTagClassName
{
color: #C00E5D;
}
</style>
background-color css
<style>
a { background-color: #C00E5D; }
a { background-color: rgb(192,14,93); }
div.DivClassName
{
background-color: #C00E5D;
}
.BgClassName
{
background-color: #C00E5D;
}
</style>
border-color css
<style>
span { border-color: #C00E5D; }
span { border-color: rgb(192,14,93); }
td.TdClassName
{
border-color: #C00E5D;
}
.TagClassName
{
border-color: #C00E5D;
}
</style>