Shades of Jazzberry Jam #C01153
Tints of Jazzberry Jam #C01153
RGB
CMYK
RGB Variations
Color information
#C01153 (or 0xC01153) is known color: Jazzberry Jam. HEX triplet: C0, 11 and 53. RGB value is (192,17,83). Sum of RGB (Red+Green+Blue) = 192+17+83=292 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.75% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 192 - color contains mainly: red. Hex color #C01153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01153 is #3FEEAC. Grayscale: #4C4C4C. Windows color (decimal): -4189869 or 5444032. OLE color: 5444032.
HSL color Cylindrical-coordinate representation of color #C01153: hue angle of 337.37º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01153 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 83 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.25 |
| HSL | 337.37º | 0.84% | 0.41% | - |
| HSV(B) | 337.37º | 0.91% | 0.75% | - |
| XYZ | 23.5 | 12.23 | 9.31 | - |
| YUV | 76.85 | 131.48 | 210.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 83 | 0 | 0.91 | 0.57 | 0.25 | 337.37 | 0.84 | 0.41 |
| Hex | C0 | 11 | 53 | 0 | 5B | 39 | 19 | 151 | 54 | 29 |
| Octal | 300 | 21 | 123 | 0 | 133 | 71 | 31 | 521 | 124 | 51 |
| Binary | 11000000 | 10001 | 1010011 | 0 | 1011011 | 111001 | 11001 | 101010001 | 1010100 | 101001 |
Color Harmonies of #C01153
Complementary color
Monochromatic Colors of #C01153
Black with #C01153
Text Example
Text Example
White with #C01153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01153; }
p { color: rgb(192,17,83); }
H1.HeaderClassName
{
color: #C01153;
}
.AnyTagClassName
{
color: #C01153;
}
</style>
background-color css
<style>
a { background-color: #C01153; }
a { background-color: rgb(192,17,83); }
div.DivClassName
{
background-color: #C01153;
}
.BgClassName
{
background-color: #C01153;
}
</style>
border-color css
<style>
span { border-color: #C01153; }
span { border-color: rgb(192,17,83); }
td.TdClassName
{
border-color: #C01153;
}
.TagClassName
{
border-color: #C01153;
}
</style>