Shades of Jazzberry Jam #C00F5E
Tints of Jazzberry Jam #C00F5E
RGB
CMYK
RGB Variations
Color information
#C00F5E (or 0xC00F5E) is known color: Jazzberry Jam. HEX triplet: C0, 0F and 5E. RGB value is (192,15,94). Sum of RGB (Red+Green+Blue) = 192+15+94=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C00F5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00F5E is #3FF0A1. Grayscale: #4C4C4C. Windows color (decimal): -4190370 or 6164416. OLE color: 6164416.
HSL color Cylindrical-coordinate representation of color #C00F5E: hue angle of 333.22º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C00F5E is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 15 | 94 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.25 |
| HSL | 333.22º | 0.86% | 0.41% | - |
| HSV(B) | 333.22º | 0.92% | 0.75% | - |
| XYZ | 23.93 | 12.36 | 11.71 | - |
| YUV | 76.93 | 137.64 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 15 | 94 | 0 | 0.92 | 0.51 | 0.25 | 333.22 | 0.86 | 0.41 |
| Hex | C0 | F | 5E | 0 | 5C | 33 | 19 | 14D | 56 | 29 |
| Octal | 300 | 17 | 136 | 0 | 134 | 63 | 31 | 515 | 126 | 51 |
| Binary | 11000000 | 1111 | 1011110 | 0 | 1011100 | 110011 | 11001 | 101001101 | 1010110 | 101001 |
Color Harmonies of #C00F5E
Complementary color
Monochromatic Colors of #C00F5E
Black with #C00F5E
Text Example
Text Example
White with #C00F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00F5E; }
p { color: rgb(192,15,94); }
H1.HeaderClassName
{
color: #C00F5E;
}
.AnyTagClassName
{
color: #C00F5E;
}
</style>
background-color css
<style>
a { background-color: #C00F5E; }
a { background-color: rgb(192,15,94); }
div.DivClassName
{
background-color: #C00F5E;
}
.BgClassName
{
background-color: #C00F5E;
}
</style>
border-color css
<style>
span { border-color: #C00F5E; }
span { border-color: rgb(192,15,94); }
td.TdClassName
{
border-color: #C00F5E;
}
.TagClassName
{
border-color: #C00F5E;
}
</style>