Shades of Jazzberry Jam #C10050
Tints of Jazzberry Jam #C10050
RGB
CMYK
RGB Variations
Color information
#C10050 (or 0xC10050) is known color: Jazzberry Jam. HEX triplet: C1, 00 and 50. RGB value is (193,0,80). Sum of RGB (Red+Green+Blue) = 193+0+80=273 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.70% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 193 - color contains mainly: red. Hex color #C10050 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10050 is #3EFFAF. Grayscale: #424242. Windows color (decimal): -4128688 or 5243073. OLE color: 5243073.
HSL color Cylindrical-coordinate representation of color #C10050: hue angle of 335.13º 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 #C10050 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 0 | 80 | - |
| CMYK | 0 | 1 | 0.59 | 0.24 |
| HSL | 335.13º | 1% | 0.38% | - |
| HSV(B) | 335.13º | 1% | 0.76% | - |
| XYZ | 23.44 | 11.92 | 8.65 | - |
| YUV | 66.83 | 135.44 | 218 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 0 | 80 | 0 | 1 | 0.59 | 0.24 | 335.13 | 1 | 0.38 |
| Hex | C1 | 0 | 50 | 0 | 64 | 3B | 18 | 14F | 64 | 26 |
| Octal | 301 | 0 | 120 | 0 | 144 | 73 | 30 | 517 | 144 | 46 |
| Binary | 11000001 | 0 | 1010000 | 0 | 1100100 | 111011 | 11000 | 101001111 | 1100100 | 100110 |
Color Harmonies of #C10050
Complementary color
Monochromatic Colors of #C10050
Black with #C10050
Text Example
Text Example
White with #C10050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10050; }
p { color: rgb(193,0,80); }
H1.HeaderClassName
{
color: #C10050;
}
.AnyTagClassName
{
color: #C10050;
}
</style>
background-color css
<style>
a { background-color: #C10050; }
a { background-color: rgb(193,0,80); }
div.DivClassName
{
background-color: #C10050;
}
.BgClassName
{
background-color: #C10050;
}
</style>
border-color css
<style>
span { border-color: #C10050; }
span { border-color: rgb(193,0,80); }
td.TdClassName
{
border-color: #C10050;
}
.TagClassName
{
border-color: #C10050;
}
</style>