Shades of Jazzberry Jam #C10151
Tints of Jazzberry Jam #C10151
RGB
CMYK
RGB Variations
Color information
#C10151 (or 0xC10151) is known color: Jazzberry Jam. HEX triplet: C1, 01 and 51. RGB value is (193,1,81). Sum of RGB (Red+Green+Blue) = 193+1+81=275 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.18% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 81 (32.03% from 255 or 29.45% from 275); Max value from RGB is 193 - color contains mainly: red. Hex color #C10151 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10151 is #3EFEAE. Grayscale: #434343. Windows color (decimal): -4128431 or 5308865. OLE color: 5308865.
HSL color Cylindrical-coordinate representation of color #C10151: hue angle of 335º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C10151 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 1 | 81 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.24 |
| HSL | 335º | 0.99% | 0.38% | - |
| HSV(B) | 335º | 0.99% | 0.76% | - |
| XYZ | 23.49 | 11.95 | 8.85 | - |
| YUV | 67.53 | 135.61 | 217.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 81 | 0 | 0.99 | 0.58 | 0.24 | 335 | 0.99 | 0.38 |
| Hex | C1 | 1 | 51 | 0 | 63 | 3A | 18 | 14F | 63 | 26 |
| Octal | 301 | 1 | 121 | 0 | 143 | 72 | 30 | 517 | 143 | 46 |
| Binary | 11000001 | 1 | 1010001 | 0 | 1100011 | 111010 | 11000 | 101001111 | 1100011 | 100110 |
Color Harmonies of #C10151
Complementary color
Monochromatic Colors of #C10151
Black with #C10151
Text Example
Text Example
White with #C10151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10151; }
p { color: rgb(193,1,81); }
H1.HeaderClassName
{
color: #C10151;
}
.AnyTagClassName
{
color: #C10151;
}
</style>
background-color css
<style>
a { background-color: #C10151; }
a { background-color: rgb(193,1,81); }
div.DivClassName
{
background-color: #C10151;
}
.BgClassName
{
background-color: #C10151;
}
</style>
border-color css
<style>
span { border-color: #C10151; }
span { border-color: rgb(193,1,81); }
td.TdClassName
{
border-color: #C10151;
}
.TagClassName
{
border-color: #C10151;
}
</style>