Shades of Jazzberry Jam #C1014E
Tints of Jazzberry Jam #C1014E
RGB
CMYK
RGB Variations
Color information
#C1014E (or 0xC1014E) is known color: Jazzberry Jam. HEX triplet: C1, 01 and 4E. RGB value is (193,1,78). Sum of RGB (Red+Green+Blue) = 193+1+78=272 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.96% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 193 - color contains mainly: red. Hex color #C1014E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1014E is #3EFEB1. Grayscale: #434343. Windows color (decimal): -4128434 or 5112257. OLE color: 5112257.
HSL color Cylindrical-coordinate representation of color #C1014E: hue angle of 335.94º 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 #C1014E is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 1 | 78 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.24 |
| HSL | 335.94º | 0.99% | 0.38% | - |
| HSV(B) | 335.94º | 0.99% | 0.76% | - |
| XYZ | 23.38 | 11.91 | 8.27 | - |
| YUV | 67.19 | 134.11 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 78 | 0 | 0.99 | 0.60 | 0.24 | 335.94 | 0.99 | 0.38 |
| Hex | C1 | 1 | 4E | 0 | 63 | 3C | 18 | 150 | 63 | 26 |
| Octal | 301 | 1 | 116 | 0 | 143 | 74 | 30 | 520 | 143 | 46 |
| Binary | 11000001 | 1 | 1001110 | 0 | 1100011 | 111100 | 11000 | 101010000 | 1100011 | 100110 |
Color Harmonies of #C1014E
Complementary color
Monochromatic Colors of #C1014E
Black with #C1014E
Text Example
Text Example
White with #C1014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1014E; }
p { color: rgb(193,1,78); }
H1.HeaderClassName
{
color: #C1014E;
}
.AnyTagClassName
{
color: #C1014E;
}
</style>
background-color css
<style>
a { background-color: #C1014E; }
a { background-color: rgb(193,1,78); }
div.DivClassName
{
background-color: #C1014E;
}
.BgClassName
{
background-color: #C1014E;
}
</style>
border-color css
<style>
span { border-color: #C1014E; }
span { border-color: rgb(193,1,78); }
td.TdClassName
{
border-color: #C1014E;
}
.TagClassName
{
border-color: #C1014E;
}
</style>