Shades of Jazzberry Jam #C0004A
Tints of Jazzberry Jam #C0004A
RGB
CMYK
RGB Variations
Color information
#C0004A (or 0xC0004A) is known color: Jazzberry Jam. HEX triplet: C0, 00 and 4A. RGB value is (192,0,74). Sum of RGB (Red+Green+Blue) = 192+0+74=266 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.18% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 192 - color contains mainly: red. Hex color #C0004A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0004A is #3FFFB5. Grayscale: #414141. Windows color (decimal): -4194230 or 4849856. OLE color: 4849856.
HSL color Cylindrical-coordinate representation of color #C0004A: hue angle of 336.88º 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 #C0004A is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 0 | 74 | - |
| CMYK | 0 | 1 | 0.61 | 0.25 |
| HSL | 336.88º | 1% | 0.38% | - |
| HSV(B) | 336.88º | 1% | 0.75% | - |
| XYZ | 22.97 | 11.7 | 7.53 | - |
| YUV | 65.84 | 132.61 | 217.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 74 | 0 | 1 | 0.61 | 0.25 | 336.88 | 1 | 0.38 |
| Hex | C0 | 0 | 4A | 0 | 64 | 3D | 19 | 151 | 64 | 26 |
| Octal | 300 | 0 | 112 | 0 | 144 | 75 | 31 | 521 | 144 | 46 |
| Binary | 11000000 | 0 | 1001010 | 0 | 1100100 | 111101 | 11001 | 101010001 | 1100100 | 100110 |
Color Harmonies of #C0004A
Complementary color
Monochromatic Colors of #C0004A
Black with #C0004A
Text Example
Text Example
White with #C0004A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0004A; }
p { color: rgb(192,0,74); }
H1.HeaderClassName
{
color: #C0004A;
}
.AnyTagClassName
{
color: #C0004A;
}
</style>
background-color css
<style>
a { background-color: #C0004A; }
a { background-color: rgb(192,0,74); }
div.DivClassName
{
background-color: #C0004A;
}
.BgClassName
{
background-color: #C0004A;
}
</style>
border-color css
<style>
span { border-color: #C0004A; }
span { border-color: rgb(192,0,74); }
td.TdClassName
{
border-color: #C0004A;
}
.TagClassName
{
border-color: #C0004A;
}
</style>