Shades of Jazzberry Jam #C30059
Tints of Jazzberry Jam #C30059
RGB
CMYK
RGB Variations
Color information
#C30059 (or 0xC30059) is known color: Jazzberry Jam. HEX triplet: C3, 00 and 59. RGB value is (195,0,89). Sum of RGB (Red+Green+Blue) = 195+0+89=284 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.66% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 195 - color contains mainly: red. Hex color #C30059 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30059 is #3CFFA6. Grayscale: #444444. Windows color (decimal): -3997607 or 5832899. OLE color: 5832899.
HSL color Cylindrical-coordinate representation of color #C30059: hue angle of 332.62º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C30059 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 0 | 89 | - |
| CMYK | 0 | 1 | 0.54 | 0.24 |
| HSL | 332.62º | 1% | 0.38% | - |
| HSV(B) | 332.62º | 1% | 0.76% | - |
| XYZ | 24.31 | 12.32 | 10.55 | - |
| YUV | 68.45 | 139.6 | 218.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 89 | 0 | 1 | 0.54 | 0.24 | 332.62 | 1 | 0.38 |
| Hex | C3 | 0 | 59 | 0 | 64 | 36 | 18 | 14D | 64 | 26 |
| Octal | 303 | 0 | 131 | 0 | 144 | 66 | 30 | 515 | 144 | 46 |
| Binary | 11000011 | 0 | 1011001 | 0 | 1100100 | 110110 | 11000 | 101001101 | 1100100 | 100110 |
Color Harmonies of #C30059
Complementary color
Monochromatic Colors of #C30059
Black with #C30059
Text Example
Text Example
White with #C30059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30059; }
p { color: rgb(195,0,89); }
H1.HeaderClassName
{
color: #C30059;
}
.AnyTagClassName
{
color: #C30059;
}
</style>
background-color css
<style>
a { background-color: #C30059; }
a { background-color: rgb(195,0,89); }
div.DivClassName
{
background-color: #C30059;
}
.BgClassName
{
background-color: #C30059;
}
</style>
border-color css
<style>
span { border-color: #C30059; }
span { border-color: rgb(195,0,89); }
td.TdClassName
{
border-color: #C30059;
}
.TagClassName
{
border-color: #C30059;
}
</style>