Shades of Jazzberry Jam #C0055C
Tints of Jazzberry Jam #C0055C
RGB
CMYK
RGB Variations
Color information
#C0055C (or 0xC0055C) is known color: Jazzberry Jam. HEX triplet: C0, 05 and 5C. RGB value is (192,5,92). Sum of RGB (Red+Green+Blue) = 192+5+92=289 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.44% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 92 (36.33% from 255 or 31.83% from 289); Max value from RGB is 192 - color contains mainly: red. Hex color #C0055C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0055C is #3FFAA3. Grayscale: #464646. Windows color (decimal): -4192932 or 6030784. OLE color: 6030784.
HSL color Cylindrical-coordinate representation of color #C0055C: hue angle of 332.09º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C0055C is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 5 | 92 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.25 |
| HSL | 332.09º | 0.95% | 0.39% | - |
| HSV(B) | 332.09º | 0.97% | 0.75% | - |
| XYZ | 23.72 | 12.09 | 11.21 | - |
| YUV | 70.83 | 139.95 | 214.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 92 | 0 | 0.97 | 0.52 | 0.25 | 332.09 | 0.95 | 0.39 |
| Hex | C0 | 5 | 5C | 0 | 61 | 34 | 19 | 14C | 5F | 27 |
| Octal | 300 | 5 | 134 | 0 | 141 | 64 | 31 | 514 | 137 | 47 |
| Binary | 11000000 | 101 | 1011100 | 0 | 1100001 | 110100 | 11001 | 101001100 | 1011111 | 100111 |
Color Harmonies of #C0055C
Complementary color
Monochromatic Colors of #C0055C
Black with #C0055C
Text Example
Text Example
White with #C0055C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0055C; }
p { color: rgb(192,5,92); }
H1.HeaderClassName
{
color: #C0055C;
}
.AnyTagClassName
{
color: #C0055C;
}
</style>
background-color css
<style>
a { background-color: #C0055C; }
a { background-color: rgb(192,5,92); }
div.DivClassName
{
background-color: #C0055C;
}
.BgClassName
{
background-color: #C0055C;
}
</style>
border-color css
<style>
span { border-color: #C0055C; }
span { border-color: rgb(192,5,92); }
td.TdClassName
{
border-color: #C0055C;
}
.TagClassName
{
border-color: #C0055C;
}
</style>