Shades of Jazzberry Jam #C00451
Tints of Jazzberry Jam #C00451
RGB
CMYK
RGB Variations
Color information
#C00451 (or 0xC00451) is known color: Jazzberry Jam. HEX triplet: C0, 04 and 51. RGB value is (192,4,81). Sum of RGB (Red+Green+Blue) = 192+4+81=277 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.31% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 192 - color contains mainly: red. Hex color #C00451 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00451 is #3FFBAE. Grayscale: #444444. Windows color (decimal): -4193199 or 5309632. OLE color: 5309632.
HSL color Cylindrical-coordinate representation of color #C00451: hue angle of 335.43º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C00451 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 4 | 81 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.25 |
| HSL | 335.43º | 0.96% | 0.38% | - |
| HSV(B) | 335.43º | 0.98% | 0.75% | - |
| XYZ | 23.27 | 11.89 | 8.85 | - |
| YUV | 68.99 | 134.78 | 215.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 81 | 0 | 0.98 | 0.58 | 0.25 | 335.43 | 0.96 | 0.38 |
| Hex | C0 | 4 | 51 | 0 | 62 | 3A | 19 | 14F | 60 | 26 |
| Octal | 300 | 4 | 121 | 0 | 142 | 72 | 31 | 517 | 140 | 46 |
| Binary | 11000000 | 100 | 1010001 | 0 | 1100010 | 111010 | 11001 | 101001111 | 1100000 | 100110 |
Color Harmonies of #C00451
Complementary color
Monochromatic Colors of #C00451
Black with #C00451
Text Example
Text Example
White with #C00451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00451; }
p { color: rgb(192,4,81); }
H1.HeaderClassName
{
color: #C00451;
}
.AnyTagClassName
{
color: #C00451;
}
</style>
background-color css
<style>
a { background-color: #C00451; }
a { background-color: rgb(192,4,81); }
div.DivClassName
{
background-color: #C00451;
}
.BgClassName
{
background-color: #C00451;
}
</style>
border-color css
<style>
span { border-color: #C00451; }
span { border-color: rgb(192,4,81); }
td.TdClassName
{
border-color: #C00451;
}
.TagClassName
{
border-color: #C00451;
}
</style>