Shades of Jazzberry Jam #C00053
Tints of Jazzberry Jam #C00053
RGB
CMYK
RGB Variations
Color information
#C00053 (or 0xC00053) is known color: Jazzberry Jam. HEX triplet: C0, 00 and 53. RGB value is (192,0,83). Sum of RGB (Red+Green+Blue) = 192+0+83=275 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.82% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 83 (32.81% from 255 or 30.18% from 275); Max value from RGB is 192 - color contains mainly: red. Hex color #C00053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00053 is #3FFFAC. Grayscale: #424242. Windows color (decimal): -4194221 or 5439680. OLE color: 5439680.
HSL color Cylindrical-coordinate representation of color #C00053: hue angle of 334.06º 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 #C00053 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 0 | 83 | - |
| CMYK | 0 | 1 | 0.57 | 0.25 |
| HSL | 334.06º | 1% | 0.38% | - |
| HSV(B) | 334.06º | 1% | 0.75% | - |
| XYZ | 23.3 | 11.83 | 9.24 | - |
| YUV | 66.87 | 137.11 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 83 | 0 | 1 | 0.57 | 0.25 | 334.06 | 1 | 0.38 |
| Hex | C0 | 0 | 53 | 0 | 64 | 39 | 19 | 14E | 64 | 26 |
| Octal | 300 | 0 | 123 | 0 | 144 | 71 | 31 | 516 | 144 | 46 |
| Binary | 11000000 | 0 | 1010011 | 0 | 1100100 | 111001 | 11001 | 101001110 | 1100100 | 100110 |
Color Harmonies of #C00053
Complementary color
Monochromatic Colors of #C00053
Black with #C00053
Text Example
Text Example
White with #C00053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00053; }
p { color: rgb(192,0,83); }
H1.HeaderClassName
{
color: #C00053;
}
.AnyTagClassName
{
color: #C00053;
}
</style>
background-color css
<style>
a { background-color: #C00053; }
a { background-color: rgb(192,0,83); }
div.DivClassName
{
background-color: #C00053;
}
.BgClassName
{
background-color: #C00053;
}
</style>
border-color css
<style>
span { border-color: #C00053; }
span { border-color: rgb(192,0,83); }
td.TdClassName
{
border-color: #C00053;
}
.TagClassName
{
border-color: #C00053;
}
</style>