Shades of Jazzberry Jam #C0004D
Tints of Jazzberry Jam #C0004D
RGB
CMYK
RGB Variations
Color information
#C0004D (or 0xC0004D) is known color: Jazzberry Jam. HEX triplet: C0, 00 and 4D. RGB value is (192,0,77). Sum of RGB (Red+Green+Blue) = 192+0+77=269 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.38% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 192 - color contains mainly: red. Hex color #C0004D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0004D is #3FFFB2. Grayscale: #424242. Windows color (decimal): -4194227 or 5046464. OLE color: 5046464.
HSL color Cylindrical-coordinate representation of color #C0004D: hue angle of 335.94º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C0004D is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 0 | 77 | - |
| CMYK | 0 | 1 | 0.60 | 0.25 |
| HSL | 335.94º | 1% | 0.38% | - |
| HSV(B) | 335.94º | 1% | 0.75% | - |
| XYZ | 23.08 | 11.74 | 8.07 | - |
| YUV | 66.19 | 134.11 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 77 | 0 | 1 | 0.60 | 0.25 | 335.94 | 1 | 0.38 |
| Hex | C0 | 0 | 4D | 0 | 64 | 3C | 19 | 150 | 64 | 26 |
| Octal | 300 | 0 | 115 | 0 | 144 | 74 | 31 | 520 | 144 | 46 |
| Binary | 11000000 | 0 | 1001101 | 0 | 1100100 | 111100 | 11001 | 101010000 | 1100100 | 100110 |
Color Harmonies of #C0004D
Complementary color
Monochromatic Colors of #C0004D
Black with #C0004D
Text Example
Text Example
White with #C0004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0004D; }
p { color: rgb(192,0,77); }
H1.HeaderClassName
{
color: #C0004D;
}
.AnyTagClassName
{
color: #C0004D;
}
</style>
background-color css
<style>
a { background-color: #C0004D; }
a { background-color: rgb(192,0,77); }
div.DivClassName
{
background-color: #C0004D;
}
.BgClassName
{
background-color: #C0004D;
}
</style>
border-color css
<style>
span { border-color: #C0004D; }
span { border-color: rgb(192,0,77); }
td.TdClassName
{
border-color: #C0004D;
}
.TagClassName
{
border-color: #C0004D;
}
</style>