Shades of Jazzberry Jam #C21165
Tints of Jazzberry Jam #C21165
RGB
CMYK
RGB Variations
Color information
#C21165 (or 0xC21165) is known color: Jazzberry Jam. HEX triplet: C2, 11 and 65. RGB value is (194,17,101). Sum of RGB (Red+Green+Blue) = 194+17+101=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C21165 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21165 is #3DEE9A. Grayscale: #4F4F4F. Windows color (decimal): -4058779 or 6623682. OLE color: 6623682.
HSL color Cylindrical-coordinate representation of color #C21165: hue angle of 331.53º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C21165 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 17 | 101 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.24 |
| HSL | 331.53º | 0.84% | 0.41% | - |
| HSV(B) | 331.53º | 0.91% | 0.76% | - |
| XYZ | 24.8 | 12.81 | 13.48 | - |
| YUV | 79.5 | 140.14 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 101 | 0 | 0.91 | 0.48 | 0.24 | 331.53 | 0.84 | 0.41 |
| Hex | C2 | 11 | 65 | 0 | 5B | 30 | 18 | 14C | 54 | 29 |
| Octal | 302 | 21 | 145 | 0 | 133 | 60 | 30 | 514 | 124 | 51 |
| Binary | 11000010 | 10001 | 1100101 | 0 | 1011011 | 110000 | 11000 | 101001100 | 1010100 | 101001 |
Color Harmonies of #C21165
Complementary color
Monochromatic Colors of #C21165
Black with #C21165
Text Example
Text Example
White with #C21165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21165; }
p { color: rgb(194,17,101); }
H1.HeaderClassName
{
color: #C21165;
}
.AnyTagClassName
{
color: #C21165;
}
</style>
background-color css
<style>
a { background-color: #C21165; }
a { background-color: rgb(194,17,101); }
div.DivClassName
{
background-color: #C21165;
}
.BgClassName
{
background-color: #C21165;
}
</style>
border-color css
<style>
span { border-color: #C21165; }
span { border-color: rgb(194,17,101); }
td.TdClassName
{
border-color: #C21165;
}
.TagClassName
{
border-color: #C21165;
}
</style>