Shades of Jazzberry Jam #C0056C
Tints of Jazzberry Jam #C0056C
RGB
CMYK
RGB Variations
Color information
#C0056C (or 0xC0056C) is known color: Jazzberry Jam. HEX triplet: C0, 05 and 6C. RGB value is (192,5,108). Sum of RGB (Red+Green+Blue) = 192+5+108=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C0056C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0056C is #3FFA93. Grayscale: #484848. Windows color (decimal): -4192916 or 7079360. OLE color: 7079360.
HSL color Cylindrical-coordinate representation of color #C0056C: hue angle of 326.95º 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 #C0056C is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 5 | 108 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.25 |
| HSL | 326.95º | 0.95% | 0.39% | - |
| HSV(B) | 326.95º | 0.97% | 0.75% | - |
| XYZ | 24.5 | 12.4 | 15.29 | - |
| YUV | 72.66 | 147.95 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 108 | 0 | 0.97 | 0.44 | 0.25 | 326.95 | 0.95 | 0.39 |
| Hex | C0 | 5 | 6C | 0 | 61 | 2C | 19 | 147 | 5F | 27 |
| Octal | 300 | 5 | 154 | 0 | 141 | 54 | 31 | 507 | 137 | 47 |
| Binary | 11000000 | 101 | 1101100 | 0 | 1100001 | 101100 | 11001 | 101000111 | 1011111 | 100111 |
Color Harmonies of #C0056C
Complementary color
Monochromatic Colors of #C0056C
Black with #C0056C
Text Example
Text Example
White with #C0056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0056C; }
p { color: rgb(192,5,108); }
H1.HeaderClassName
{
color: #C0056C;
}
.AnyTagClassName
{
color: #C0056C;
}
</style>
background-color css
<style>
a { background-color: #C0056C; }
a { background-color: rgb(192,5,108); }
div.DivClassName
{
background-color: #C0056C;
}
.BgClassName
{
background-color: #C0056C;
}
</style>
border-color css
<style>
span { border-color: #C0056C; }
span { border-color: rgb(192,5,108); }
td.TdClassName
{
border-color: #C0056C;
}
.TagClassName
{
border-color: #C0056C;
}
</style>