Shades of Jazzberry Jam #C0175C
Tints of Jazzberry Jam #C0175C
RGB
CMYK
RGB Variations
Color information
#C0175C (or 0xC0175C) is known color: Jazzberry Jam. HEX triplet: C0, 17 and 5C. RGB value is (192,23,92). Sum of RGB (Red+Green+Blue) = 192+23+92=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C0175C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0175C is #3FE8A3. Grayscale: #515151. Windows color (decimal): -4188324 or 6035392. OLE color: 6035392.
HSL color Cylindrical-coordinate representation of color #C0175C: hue angle of 335.5º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C0175C is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 23 | 92 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.25 |
| HSL | 335.5º | 0.79% | 0.42% | - |
| HSV(B) | 335.5º | 0.88% | 0.75% | - |
| XYZ | 23.98 | 12.59 | 11.29 | - |
| YUV | 81.4 | 133.99 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 92 | 0 | 0.88 | 0.52 | 0.25 | 335.5 | 0.79 | 0.42 |
| Hex | C0 | 17 | 5C | 0 | 58 | 34 | 19 | 150 | 4F | 2A |
| Octal | 300 | 27 | 134 | 0 | 130 | 64 | 31 | 520 | 117 | 52 |
| Binary | 11000000 | 10111 | 1011100 | 0 | 1011000 | 110100 | 11001 | 101010000 | 1001111 | 101010 |
Color Harmonies of #C0175C
Complementary color
Monochromatic Colors of #C0175C
Black with #C0175C
Text Example
Text Example
White with #C0175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0175C; }
p { color: rgb(192,23,92); }
H1.HeaderClassName
{
color: #C0175C;
}
.AnyTagClassName
{
color: #C0175C;
}
</style>
background-color css
<style>
a { background-color: #C0175C; }
a { background-color: rgb(192,23,92); }
div.DivClassName
{
background-color: #C0175C;
}
.BgClassName
{
background-color: #C0175C;
}
</style>
border-color css
<style>
span { border-color: #C0175C; }
span { border-color: rgb(192,23,92); }
td.TdClassName
{
border-color: #C0175C;
}
.TagClassName
{
border-color: #C0175C;
}
</style>