Shades of Jazzberry Jam #C0035C
Tints of Jazzberry Jam #C0035C
RGB
CMYK
RGB Variations
Color information
#C0035C (or 0xC0035C) is known color: Jazzberry Jam. HEX triplet: C0, 03 and 5C. RGB value is (192,3,92). Sum of RGB (Red+Green+Blue) = 192+3+92=287 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.90% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 192 - color contains mainly: red. Hex color #C0035C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0035C is #3FFCA3. Grayscale: #454545. Windows color (decimal): -4193444 or 6030272. OLE color: 6030272.
HSL color Cylindrical-coordinate representation of color #C0035C: hue angle of 331.75º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0035C is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 3 | 92 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.25 |
| HSL | 331.75º | 0.97% | 0.38% | - |
| HSV(B) | 331.75º | 0.98% | 0.75% | - |
| XYZ | 23.7 | 12.04 | 11.2 | - |
| YUV | 69.66 | 140.62 | 215.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 3 | 92 | 0 | 0.98 | 0.52 | 0.25 | 331.75 | 0.97 | 0.38 |
| Hex | C0 | 3 | 5C | 0 | 62 | 34 | 19 | 14C | 61 | 26 |
| Octal | 300 | 3 | 134 | 0 | 142 | 64 | 31 | 514 | 141 | 46 |
| Binary | 11000000 | 11 | 1011100 | 0 | 1100010 | 110100 | 11001 | 101001100 | 1100001 | 100110 |
Color Harmonies of #C0035C
Complementary color
Monochromatic Colors of #C0035C
Black with #C0035C
Text Example
Text Example
White with #C0035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0035C; }
p { color: rgb(192,3,92); }
H1.HeaderClassName
{
color: #C0035C;
}
.AnyTagClassName
{
color: #C0035C;
}
</style>
background-color css
<style>
a { background-color: #C0035C; }
a { background-color: rgb(192,3,92); }
div.DivClassName
{
background-color: #C0035C;
}
.BgClassName
{
background-color: #C0035C;
}
</style>
border-color css
<style>
span { border-color: #C0035C; }
span { border-color: rgb(192,3,92); }
td.TdClassName
{
border-color: #C0035C;
}
.TagClassName
{
border-color: #C0035C;
}
</style>