Shades of Jazzberry Jam #C3075D
Tints of Jazzberry Jam #C3075D
RGB
CMYK
RGB Variations
Color information
#C3075D (or 0xC3075D) is known color: Jazzberry Jam. HEX triplet: C3, 07 and 5D. RGB value is (195,7,93). Sum of RGB (Red+Green+Blue) = 195+7+93=295 (39% of max value = 765). Red value is 195 (76.56% from 255 or 66.10% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 195 - color contains mainly: red. Hex color #C3075D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3075D is #3CF8A2. Grayscale: #484848. Windows color (decimal): -3995811 or 6096835. OLE color: 6096835.
HSL color Cylindrical-coordinate representation of color #C3075D: hue angle of 332.55º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C3075D is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 7 | 93 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.24 |
| HSL | 332.55º | 0.93% | 0.4% | - |
| HSV(B) | 332.55º | 0.96% | 0.76% | - |
| XYZ | 24.56 | 12.54 | 11.48 | - |
| YUV | 73.02 | 139.28 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 7 | 93 | 0 | 0.96 | 0.52 | 0.24 | 332.55 | 0.93 | 0.4 |
| Hex | C3 | 7 | 5D | 0 | 60 | 34 | 18 | 14D | 5D | 28 |
| Octal | 303 | 7 | 135 | 0 | 140 | 64 | 30 | 515 | 135 | 50 |
| Binary | 11000011 | 111 | 1011101 | 0 | 1100000 | 110100 | 11000 | 101001101 | 1011101 | 101000 |
Color Harmonies of #C3075D
Complementary color
Monochromatic Colors of #C3075D
Black with #C3075D
Text Example
Text Example
White with #C3075D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3075D; }
p { color: rgb(195,7,93); }
H1.HeaderClassName
{
color: #C3075D;
}
.AnyTagClassName
{
color: #C3075D;
}
</style>
background-color css
<style>
a { background-color: #C3075D; }
a { background-color: rgb(195,7,93); }
div.DivClassName
{
background-color: #C3075D;
}
.BgClassName
{
background-color: #C3075D;
}
</style>
border-color css
<style>
span { border-color: #C3075D; }
span { border-color: rgb(195,7,93); }
td.TdClassName
{
border-color: #C3075D;
}
.TagClassName
{
border-color: #C3075D;
}
</style>