Shades of Jazzberry Jam #C0005D
Tints of Jazzberry Jam #C0005D
RGB
CMYK
RGB Variations
Color information
#C0005D (or 0xC0005D) is known color: Jazzberry Jam. HEX triplet: C0, 00 and 5D. RGB value is (192,0,93). Sum of RGB (Red+Green+Blue) = 192+0+93=285 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.37% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 192 - color contains mainly: red. Hex color #C0005D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0005D is #3FFFA2. Grayscale: #434343. Windows color (decimal): -4194211 or 6095040. OLE color: 6095040.
HSL color Cylindrical-coordinate representation of color #C0005D: hue angle of 330.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 #C0005D is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 0 | 93 | - |
| CMYK | 0 | 1 | 0.52 | 0.25 |
| HSL | 330.94º | 1% | 0.38% | - |
| HSV(B) | 330.94º | 1% | 0.75% | - |
| XYZ | 23.71 | 12 | 11.42 | - |
| YUV | 68.01 | 142.11 | 216.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 93 | 0 | 1 | 0.52 | 0.25 | 330.94 | 1 | 0.38 |
| Hex | C0 | 0 | 5D | 0 | 64 | 34 | 19 | 14B | 64 | 26 |
| Octal | 300 | 0 | 135 | 0 | 144 | 64 | 31 | 513 | 144 | 46 |
| Binary | 11000000 | 0 | 1011101 | 0 | 1100100 | 110100 | 11001 | 101001011 | 1100100 | 100110 |
Color Harmonies of #C0005D
Complementary color
Monochromatic Colors of #C0005D
Black with #C0005D
Text Example
Text Example
White with #C0005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0005D; }
p { color: rgb(192,0,93); }
H1.HeaderClassName
{
color: #C0005D;
}
.AnyTagClassName
{
color: #C0005D;
}
</style>
background-color css
<style>
a { background-color: #C0005D; }
a { background-color: rgb(192,0,93); }
div.DivClassName
{
background-color: #C0005D;
}
.BgClassName
{
background-color: #C0005D;
}
</style>
border-color css
<style>
span { border-color: #C0005D; }
span { border-color: rgb(192,0,93); }
td.TdClassName
{
border-color: #C0005D;
}
.TagClassName
{
border-color: #C0005D;
}
</style>