Shades of Jazzberry Jam #C3005E
Tints of Jazzberry Jam #C3005E
RGB
CMYK
RGB Variations
Color information
#C3005E (or 0xC3005E) is known color: Jazzberry Jam. HEX triplet: C3, 00 and 5E. RGB value is (195,0,94). Sum of RGB (Red+Green+Blue) = 195+0+94=289 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.47% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 195 - color contains mainly: red. Hex color #C3005E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3005E is #3CFFA1. Grayscale: #444444. Windows color (decimal): -3997602 or 6160579. OLE color: 6160579.
HSL color Cylindrical-coordinate representation of color #C3005E: hue angle of 331.08º 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 #C3005E is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 0 | 94 | - |
| CMYK | 0 | 1 | 0.52 | 0.24 |
| HSL | 331.08º | 1% | 0.38% | - |
| HSV(B) | 331.08º | 1% | 0.76% | - |
| XYZ | 24.53 | 12.41 | 11.69 | - |
| YUV | 69.02 | 142.1 | 217.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 94 | 0 | 1 | 0.52 | 0.24 | 331.08 | 1 | 0.38 |
| Hex | C3 | 0 | 5E | 0 | 64 | 34 | 18 | 14B | 64 | 26 |
| Octal | 303 | 0 | 136 | 0 | 144 | 64 | 30 | 513 | 144 | 46 |
| Binary | 11000011 | 0 | 1011110 | 0 | 1100100 | 110100 | 11000 | 101001011 | 1100100 | 100110 |
Color Harmonies of #C3005E
Complementary color
Monochromatic Colors of #C3005E
Black with #C3005E
Text Example
Text Example
White with #C3005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3005E; }
p { color: rgb(195,0,94); }
H1.HeaderClassName
{
color: #C3005E;
}
.AnyTagClassName
{
color: #C3005E;
}
</style>
background-color css
<style>
a { background-color: #C3005E; }
a { background-color: rgb(195,0,94); }
div.DivClassName
{
background-color: #C3005E;
}
.BgClassName
{
background-color: #C3005E;
}
</style>
border-color css
<style>
span { border-color: #C3005E; }
span { border-color: rgb(195,0,94); }
td.TdClassName
{
border-color: #C3005E;
}
.TagClassName
{
border-color: #C3005E;
}
</style>