Shades of Jazzberry Jam #C30159
Tints of Jazzberry Jam #C30159
RGB
CMYK
RGB Variations
Color information
#C30159 (or 0xC30159) is known color: Jazzberry Jam. HEX triplet: C3, 01 and 59. RGB value is (195,1,89). Sum of RGB (Red+Green+Blue) = 195+1+89=285 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.42% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 89 (35.16% from 255 or 31.23% from 285); Max value from RGB is 195 - color contains mainly: red. Hex color #C30159 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30159 is #3CFEA6. Grayscale: #444444. Windows color (decimal): -3997351 or 5833155. OLE color: 5833155.
HSL color Cylindrical-coordinate representation of color #C30159: hue angle of 332.78º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C30159 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 1 | 89 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.24 |
| HSL | 332.78º | 0.99% | 0.38% | - |
| HSV(B) | 332.78º | 0.99% | 0.76% | - |
| XYZ | 24.32 | 12.35 | 10.55 | - |
| YUV | 69.04 | 139.27 | 217.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 89 | 0 | 0.99 | 0.54 | 0.24 | 332.78 | 0.99 | 0.38 |
| Hex | C3 | 1 | 59 | 0 | 63 | 36 | 18 | 14D | 63 | 26 |
| Octal | 303 | 1 | 131 | 0 | 143 | 66 | 30 | 515 | 143 | 46 |
| Binary | 11000011 | 1 | 1011001 | 0 | 1100011 | 110110 | 11000 | 101001101 | 1100011 | 100110 |
Color Harmonies of #C30159
Complementary color
Monochromatic Colors of #C30159
Black with #C30159
Text Example
Text Example
White with #C30159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30159; }
p { color: rgb(195,1,89); }
H1.HeaderClassName
{
color: #C30159;
}
.AnyTagClassName
{
color: #C30159;
}
</style>
background-color css
<style>
a { background-color: #C30159; }
a { background-color: rgb(195,1,89); }
div.DivClassName
{
background-color: #C30159;
}
.BgClassName
{
background-color: #C30159;
}
</style>
border-color css
<style>
span { border-color: #C30159; }
span { border-color: rgb(195,1,89); }
td.TdClassName
{
border-color: #C30159;
}
.TagClassName
{
border-color: #C30159;
}
</style>