Shades of Jazzberry Jam #C30560
Tints of Jazzberry Jam #C30560
RGB
CMYK
RGB Variations
Color information
#C30560 (or 0xC30560) is known color: Jazzberry Jam. HEX triplet: C3, 05 and 60. RGB value is (195,5,96). Sum of RGB (Red+Green+Blue) = 195+5+96=296 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.88% from 296); Green value is 5 (2.34% from 255 or 1.69% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 195 - color contains mainly: red. Hex color #C30560 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30560 is #3CFA9F. Grayscale: #484848. Windows color (decimal): -3996320 or 6292931. OLE color: 6292931.
HSL color Cylindrical-coordinate representation of color #C30560: hue angle of 331.26º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C30560 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 5 | 96 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.24 |
| HSL | 331.26º | 0.95% | 0.39% | - |
| HSV(B) | 331.26º | 0.97% | 0.76% | - |
| XYZ | 24.67 | 12.56 | 12.19 | - |
| YUV | 72.18 | 141.45 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 5 | 96 | 0 | 0.97 | 0.51 | 0.24 | 331.26 | 0.95 | 0.39 |
| Hex | C3 | 5 | 60 | 0 | 61 | 33 | 18 | 14B | 5F | 27 |
| Octal | 303 | 5 | 140 | 0 | 141 | 63 | 30 | 513 | 137 | 47 |
| Binary | 11000011 | 101 | 1100000 | 0 | 1100001 | 110011 | 11000 | 101001011 | 1011111 | 100111 |
Color Harmonies of #C30560
Complementary color
Monochromatic Colors of #C30560
Black with #C30560
Text Example
Text Example
White with #C30560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30560; }
p { color: rgb(195,5,96); }
H1.HeaderClassName
{
color: #C30560;
}
.AnyTagClassName
{
color: #C30560;
}
</style>
background-color css
<style>
a { background-color: #C30560; }
a { background-color: rgb(195,5,96); }
div.DivClassName
{
background-color: #C30560;
}
.BgClassName
{
background-color: #C30560;
}
</style>
border-color css
<style>
span { border-color: #C30560; }
span { border-color: rgb(195,5,96); }
td.TdClassName
{
border-color: #C30560;
}
.TagClassName
{
border-color: #C30560;
}
</style>