Shades of Jazzberry Jam #C1016B
Tints of Jazzberry Jam #C1016B
RGB
CMYK
RGB Variations
Color information
#C1016B (or 0xC1016B) is known color: Jazzberry Jam. HEX triplet: C1, 01 and 6B. RGB value is (193,1,107). Sum of RGB (Red+Green+Blue) = 193+1+107=301 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.12% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 193 - color contains mainly: red. Hex color #C1016B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1016B is #3EFE94. Grayscale: #464646. Windows color (decimal): -4128405 or 7012801. OLE color: 7012801.
HSL color Cylindrical-coordinate representation of color #C1016B: hue angle of 326.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 #C1016B is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 1 | 107 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.24 |
| HSL | 326.88º | 0.99% | 0.38% | - |
| HSV(B) | 326.88º | 0.99% | 0.76% | - |
| XYZ | 24.66 | 12.42 | 15.01 | - |
| YUV | 70.49 | 148.61 | 215.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 107 | 0 | 0.99 | 0.45 | 0.24 | 326.88 | 0.99 | 0.38 |
| Hex | C1 | 1 | 6B | 0 | 63 | 2D | 18 | 147 | 63 | 26 |
| Octal | 301 | 1 | 153 | 0 | 143 | 55 | 30 | 507 | 143 | 46 |
| Binary | 11000001 | 1 | 1101011 | 0 | 1100011 | 101101 | 11000 | 101000111 | 1100011 | 100110 |
Color Harmonies of #C1016B
Complementary color
Monochromatic Colors of #C1016B
Black with #C1016B
Text Example
Text Example
White with #C1016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1016B; }
p { color: rgb(193,1,107); }
H1.HeaderClassName
{
color: #C1016B;
}
.AnyTagClassName
{
color: #C1016B;
}
</style>
background-color css
<style>
a { background-color: #C1016B; }
a { background-color: rgb(193,1,107); }
div.DivClassName
{
background-color: #C1016B;
}
.BgClassName
{
background-color: #C1016B;
}
</style>
border-color css
<style>
span { border-color: #C1016B; }
span { border-color: rgb(193,1,107); }
td.TdClassName
{
border-color: #C1016B;
}
.TagClassName
{
border-color: #C1016B;
}
</style>