Shades of Jazzberry Jam #C30065
Tints of Jazzberry Jam #C30065
RGB
CMYK
RGB Variations
Color information
#C30065 (or 0xC30065) is known color: Jazzberry Jam. HEX triplet: C3, 00 and 65. RGB value is (195,0,101). Sum of RGB (Red+Green+Blue) = 195+0+101=296 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.88% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 195 - color contains mainly: red. Hex color #C30065 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30065 is #3CFF9A. Grayscale: #454545. Windows color (decimal): -3997595 or 6619331. OLE color: 6619331.
HSL color Cylindrical-coordinate representation of color #C30065: hue angle of 328.92º 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 #C30065 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 0 | 101 | - |
| CMYK | 0 | 1 | 0.48 | 0.24 |
| HSL | 328.92º | 1% | 0.38% | - |
| HSV(B) | 328.92º | 1% | 0.76% | - |
| XYZ | 24.85 | 12.54 | 13.42 | - |
| YUV | 69.82 | 145.6 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 101 | 0 | 1 | 0.48 | 0.24 | 328.92 | 1 | 0.38 |
| Hex | C3 | 0 | 65 | 0 | 64 | 30 | 18 | 149 | 64 | 26 |
| Octal | 303 | 0 | 145 | 0 | 144 | 60 | 30 | 511 | 144 | 46 |
| Binary | 11000011 | 0 | 1100101 | 0 | 1100100 | 110000 | 11000 | 101001001 | 1100100 | 100110 |
Color Harmonies of #C30065
Complementary color
Monochromatic Colors of #C30065
Black with #C30065
Text Example
Text Example
White with #C30065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30065; }
p { color: rgb(195,0,101); }
H1.HeaderClassName
{
color: #C30065;
}
.AnyTagClassName
{
color: #C30065;
}
</style>
background-color css
<style>
a { background-color: #C30065; }
a { background-color: rgb(195,0,101); }
div.DivClassName
{
background-color: #C30065;
}
.BgClassName
{
background-color: #C30065;
}
</style>
border-color css
<style>
span { border-color: #C30065; }
span { border-color: rgb(195,0,101); }
td.TdClassName
{
border-color: #C30065;
}
.TagClassName
{
border-color: #C30065;
}
</style>