Shades of Jazzberry Jam #C1014B
Tints of Jazzberry Jam #C1014B
RGB
CMYK
RGB Variations
Color information
#C1014B (or 0xC1014B) is known color: Jazzberry Jam. HEX triplet: C1, 01 and 4B. RGB value is (193,1,75). Sum of RGB (Red+Green+Blue) = 193+1+75=269 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.75% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 193 - color contains mainly: red. Hex color #C1014B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1014B is #3EFEB4. Grayscale: #424242. Windows color (decimal): -4128437 or 4915649. OLE color: 4915649.
HSL color Cylindrical-coordinate representation of color #C1014B: hue angle of 336.88º 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 #C1014B is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 1 | 75 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.24 |
| HSL | 336.88º | 0.99% | 0.38% | - |
| HSV(B) | 336.88º | 0.99% | 0.76% | - |
| XYZ | 23.27 | 11.87 | 7.72 | - |
| YUV | 66.84 | 132.61 | 217.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 75 | 0 | 0.99 | 0.61 | 0.24 | 336.88 | 0.99 | 0.38 |
| Hex | C1 | 1 | 4B | 0 | 63 | 3D | 18 | 151 | 63 | 26 |
| Octal | 301 | 1 | 113 | 0 | 143 | 75 | 30 | 521 | 143 | 46 |
| Binary | 11000001 | 1 | 1001011 | 0 | 1100011 | 111101 | 11000 | 101010001 | 1100011 | 100110 |
Color Harmonies of #C1014B
Complementary color
Monochromatic Colors of #C1014B
Black with #C1014B
Text Example
Text Example
White with #C1014B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1014B; }
p { color: rgb(193,1,75); }
H1.HeaderClassName
{
color: #C1014B;
}
.AnyTagClassName
{
color: #C1014B;
}
</style>
background-color css
<style>
a { background-color: #C1014B; }
a { background-color: rgb(193,1,75); }
div.DivClassName
{
background-color: #C1014B;
}
.BgClassName
{
background-color: #C1014B;
}
</style>
border-color css
<style>
span { border-color: #C1014B; }
span { border-color: rgb(193,1,75); }
td.TdClassName
{
border-color: #C1014B;
}
.TagClassName
{
border-color: #C1014B;
}
</style>