Shades of Jazzberry Jam #C10161
Tints of Jazzberry Jam #C10161
RGB
CMYK
RGB Variations
Color information
#C10161 (or 0xC10161) is known color: Jazzberry Jam. HEX triplet: C1, 01 and 61. RGB value is (193,1,97). Sum of RGB (Red+Green+Blue) = 193+1+97=291 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.32% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 193 - color contains mainly: red. Hex color #C10161 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10161 is #3EFE9E. Grayscale: #454545. Windows color (decimal): -4128415 or 6357441. OLE color: 6357441.
HSL color Cylindrical-coordinate representation of color #C10161: hue angle of 330º 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 #C10161 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 1 | 97 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.24 |
| HSL | 330º | 0.99% | 0.38% | - |
| HSV(B) | 330º | 0.99% | 0.76% | - |
| XYZ | 24.16 | 12.22 | 12.39 | - |
| YUV | 69.35 | 143.61 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 97 | 0 | 0.99 | 0.50 | 0.24 | 330 | 0.99 | 0.38 |
| Hex | C1 | 1 | 61 | 0 | 63 | 32 | 18 | 14A | 63 | 26 |
| Octal | 301 | 1 | 141 | 0 | 143 | 62 | 30 | 512 | 143 | 46 |
| Binary | 11000001 | 1 | 1100001 | 0 | 1100011 | 110010 | 11000 | 101001010 | 1100011 | 100110 |
Color Harmonies of #C10161
Complementary color
Monochromatic Colors of #C10161
Black with #C10161
Text Example
Text Example
White with #C10161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10161; }
p { color: rgb(193,1,97); }
H1.HeaderClassName
{
color: #C10161;
}
.AnyTagClassName
{
color: #C10161;
}
</style>
background-color css
<style>
a { background-color: #C10161; }
a { background-color: rgb(193,1,97); }
div.DivClassName
{
background-color: #C10161;
}
.BgClassName
{
background-color: #C10161;
}
</style>
border-color css
<style>
span { border-color: #C10161; }
span { border-color: rgb(193,1,97); }
td.TdClassName
{
border-color: #C10161;
}
.TagClassName
{
border-color: #C10161;
}
</style>