Shades of Jazzberry Jam #C10153
Tints of Jazzberry Jam #C10153
RGB
CMYK
RGB Variations
Color information
#C10153 (or 0xC10153) is known color: Jazzberry Jam. HEX triplet: C1, 01 and 53. RGB value is (193,1,83). Sum of RGB (Red+Green+Blue) = 193+1+83=277 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.68% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 193 - color contains mainly: red. Hex color #C10153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10153 is #3EFEAC. Grayscale: #434343. Windows color (decimal): -4128429 or 5439937. OLE color: 5439937.
HSL color Cylindrical-coordinate representation of color #C10153: hue angle of 334.38º 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 #C10153 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 1 | 83 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.24 |
| HSL | 334.38º | 0.99% | 0.38% | - |
| HSV(B) | 334.38º | 0.99% | 0.76% | - |
| XYZ | 23.56 | 11.98 | 9.25 | - |
| YUV | 67.76 | 136.61 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 83 | 0 | 0.99 | 0.57 | 0.24 | 334.38 | 0.99 | 0.38 |
| Hex | C1 | 1 | 53 | 0 | 63 | 39 | 18 | 14E | 63 | 26 |
| Octal | 301 | 1 | 123 | 0 | 143 | 71 | 30 | 516 | 143 | 46 |
| Binary | 11000001 | 1 | 1010011 | 0 | 1100011 | 111001 | 11000 | 101001110 | 1100011 | 100110 |
Color Harmonies of #C10153
Complementary color
Monochromatic Colors of #C10153
Black with #C10153
Text Example
Text Example
White with #C10153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10153; }
p { color: rgb(193,1,83); }
H1.HeaderClassName
{
color: #C10153;
}
.AnyTagClassName
{
color: #C10153;
}
</style>
background-color css
<style>
a { background-color: #C10153; }
a { background-color: rgb(193,1,83); }
div.DivClassName
{
background-color: #C10153;
}
.BgClassName
{
background-color: #C10153;
}
</style>
border-color css
<style>
span { border-color: #C10153; }
span { border-color: rgb(193,1,83); }
td.TdClassName
{
border-color: #C10153;
}
.TagClassName
{
border-color: #C10153;
}
</style>