Shades of Jazzberry Jam #C0155D
Tints of Jazzberry Jam #C0155D
RGB
CMYK
RGB Variations
Color information
#C0155D (or 0xC0155D) is known color: Jazzberry Jam. HEX triplet: C0, 15 and 5D. RGB value is (192,21,93). Sum of RGB (Red+Green+Blue) = 192+21+93=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C0155D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0155D is #3FEAA2. Grayscale: #505050. Windows color (decimal): -4188835 or 6100416. OLE color: 6100416.
HSL color Cylindrical-coordinate representation of color #C0155D: hue angle of 334.74º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C0155D is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 21 | 93 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.25 |
| HSL | 334.74º | 0.8% | 0.42% | - |
| HSV(B) | 334.74º | 0.89% | 0.75% | - |
| XYZ | 23.98 | 12.53 | 11.51 | - |
| YUV | 80.34 | 135.15 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 93 | 0 | 0.89 | 0.52 | 0.25 | 334.74 | 0.8 | 0.42 |
| Hex | C0 | 15 | 5D | 0 | 59 | 34 | 19 | 14F | 50 | 2A |
| Octal | 300 | 25 | 135 | 0 | 131 | 64 | 31 | 517 | 120 | 52 |
| Binary | 11000000 | 10101 | 1011101 | 0 | 1011001 | 110100 | 11001 | 101001111 | 1010000 | 101010 |
Color Harmonies of #C0155D
Complementary color
Monochromatic Colors of #C0155D
Black with #C0155D
Text Example
Text Example
White with #C0155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0155D; }
p { color: rgb(192,21,93); }
H1.HeaderClassName
{
color: #C0155D;
}
.AnyTagClassName
{
color: #C0155D;
}
</style>
background-color css
<style>
a { background-color: #C0155D; }
a { background-color: rgb(192,21,93); }
div.DivClassName
{
background-color: #C0155D;
}
.BgClassName
{
background-color: #C0155D;
}
</style>
border-color css
<style>
span { border-color: #C0155D; }
span { border-color: rgb(192,21,93); }
td.TdClassName
{
border-color: #C0155D;
}
.TagClassName
{
border-color: #C0155D;
}
</style>