Shades of Jazzberry Jam #C2016B
Tints of Jazzberry Jam #C2016B
RGB
CMYK
RGB Variations
Color information
#C2016B (or 0xC2016B) is known color: Jazzberry Jam. HEX triplet: C2, 01 and 6B. RGB value is (194,1,107). Sum of RGB (Red+Green+Blue) = 194+1+107=302 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.24% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 194 - color contains mainly: red. Hex color #C2016B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2016B is #3DFE94. Grayscale: #464646. Windows color (decimal): -4062869 or 7012802. OLE color: 7012802.
HSL color Cylindrical-coordinate representation of color #C2016B: hue angle of 327.05º 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 #C2016B is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 1 | 107 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.24 |
| HSL | 327.05º | 0.99% | 0.38% | - |
| HSV(B) | 327.05º | 0.99% | 0.76% | - |
| XYZ | 24.91 | 12.55 | 15.02 | - |
| YUV | 70.79 | 148.44 | 215.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 107 | 0 | 0.99 | 0.45 | 0.24 | 327.05 | 0.99 | 0.38 |
| Hex | C2 | 1 | 6B | 0 | 63 | 2D | 18 | 147 | 63 | 26 |
| Octal | 302 | 1 | 153 | 0 | 143 | 55 | 30 | 507 | 143 | 46 |
| Binary | 11000010 | 1 | 1101011 | 0 | 1100011 | 101101 | 11000 | 101000111 | 1100011 | 100110 |
Color Harmonies of #C2016B
Complementary color
Monochromatic Colors of #C2016B
Black with #C2016B
Text Example
Text Example
White with #C2016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2016B; }
p { color: rgb(194,1,107); }
H1.HeaderClassName
{
color: #C2016B;
}
.AnyTagClassName
{
color: #C2016B;
}
</style>
background-color css
<style>
a { background-color: #C2016B; }
a { background-color: rgb(194,1,107); }
div.DivClassName
{
background-color: #C2016B;
}
.BgClassName
{
background-color: #C2016B;
}
</style>
border-color css
<style>
span { border-color: #C2016B; }
span { border-color: rgb(194,1,107); }
td.TdClassName
{
border-color: #C2016B;
}
.TagClassName
{
border-color: #C2016B;
}
</style>