Shades of Jazzberry Jam #C00561
Tints of Jazzberry Jam #C00561
RGB
CMYK
RGB Variations
Color information
#C00561 (or 0xC00561) is known color: Jazzberry Jam. HEX triplet: C0, 05 and 61. RGB value is (192,5,97). Sum of RGB (Red+Green+Blue) = 192+5+97=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C00561 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00561 is #3FFA9E. Grayscale: #474747. Windows color (decimal): -4192927 or 6358464. OLE color: 6358464.
HSL color Cylindrical-coordinate representation of color #C00561: hue angle of 330.48º 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 #C00561 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 5 | 97 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.25 |
| HSL | 330.48º | 0.95% | 0.39% | - |
| HSV(B) | 330.48º | 0.97% | 0.75% | - |
| XYZ | 23.95 | 12.18 | 12.4 | - |
| YUV | 71.4 | 142.45 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 97 | 0 | 0.97 | 0.49 | 0.25 | 330.48 | 0.95 | 0.39 |
| Hex | C0 | 5 | 61 | 0 | 61 | 31 | 19 | 14A | 5F | 27 |
| Octal | 300 | 5 | 141 | 0 | 141 | 61 | 31 | 512 | 137 | 47 |
| Binary | 11000000 | 101 | 1100001 | 0 | 1100001 | 110001 | 11001 | 101001010 | 1011111 | 100111 |
Color Harmonies of #C00561
Complementary color
Monochromatic Colors of #C00561
Black with #C00561
Text Example
Text Example
White with #C00561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00561; }
p { color: rgb(192,5,97); }
H1.HeaderClassName
{
color: #C00561;
}
.AnyTagClassName
{
color: #C00561;
}
</style>
background-color css
<style>
a { background-color: #C00561; }
a { background-color: rgb(192,5,97); }
div.DivClassName
{
background-color: #C00561;
}
.BgClassName
{
background-color: #C00561;
}
</style>
border-color css
<style>
span { border-color: #C00561; }
span { border-color: rgb(192,5,97); }
td.TdClassName
{
border-color: #C00561;
}
.TagClassName
{
border-color: #C00561;
}
</style>