Shades of Jazzberry Jam #C0004F
Tints of Jazzberry Jam #C0004F
RGB
CMYK
RGB Variations
Color information
#C0004F (or 0xC0004F) is known color: Jazzberry Jam. HEX triplet: C0, 00 and 4F. RGB value is (192,0,79). Sum of RGB (Red+Green+Blue) = 192+0+79=271 (35% of max value = 765). Red value is 192 (75.39% from 255 or 70.85% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 192 - color contains mainly: red. Hex color #C0004F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0004F is #3FFFB0. Grayscale: #424242. Windows color (decimal): -4194225 or 5177536. OLE color: 5177536.
HSL color Cylindrical-coordinate representation of color #C0004F: hue angle of 335.31º 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 #C0004F is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 0 | 79 | - |
| CMYK | 0 | 1 | 0.59 | 0.25 |
| HSL | 335.31º | 1% | 0.38% | - |
| HSV(B) | 335.31º | 1% | 0.75% | - |
| XYZ | 23.15 | 11.77 | 8.45 | - |
| YUV | 66.41 | 135.11 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 79 | 0 | 1 | 0.59 | 0.25 | 335.31 | 1 | 0.38 |
| Hex | C0 | 0 | 4F | 0 | 64 | 3B | 19 | 14F | 64 | 26 |
| Octal | 300 | 0 | 117 | 0 | 144 | 73 | 31 | 517 | 144 | 46 |
| Binary | 11000000 | 0 | 1001111 | 0 | 1100100 | 111011 | 11001 | 101001111 | 1100100 | 100110 |
Color Harmonies of #C0004F
Complementary color
Monochromatic Colors of #C0004F
Black with #C0004F
Text Example
Text Example
White with #C0004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0004F; }
p { color: rgb(192,0,79); }
H1.HeaderClassName
{
color: #C0004F;
}
.AnyTagClassName
{
color: #C0004F;
}
</style>
background-color css
<style>
a { background-color: #C0004F; }
a { background-color: rgb(192,0,79); }
div.DivClassName
{
background-color: #C0004F;
}
.BgClassName
{
background-color: #C0004F;
}
</style>
border-color css
<style>
span { border-color: #C0004F; }
span { border-color: rgb(192,0,79); }
td.TdClassName
{
border-color: #C0004F;
}
.TagClassName
{
border-color: #C0004F;
}
</style>