Shades of Jazzberry Jam #C20069
Tints of Jazzberry Jam #C20069
RGB
CMYK
RGB Variations
Color information
#C20069 (or 0xC20069) is known color: Jazzberry Jam. HEX triplet: C2, 00 and 69. RGB value is (194,0,105). Sum of RGB (Red+Green+Blue) = 194+0+105=299 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.88% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 105 (41.41% from 255 or 35.12% from 299); Max value from RGB is 194 - color contains mainly: red. Hex color #C20069 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20069 is #3DFF96. Grayscale: #454545. Windows color (decimal): -4063127 or 6881474. OLE color: 6881474.
HSL color Cylindrical-coordinate representation of color #C20069: hue angle of 327.53º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C20069 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 105 | - |
| CMYK | 0 | 1 | 0.46 | 0.24 |
| HSL | 327.53º | 1% | 0.38% | - |
| HSV(B) | 327.53º | 1% | 0.76% | - |
| XYZ | 24.8 | 12.49 | 14.47 | - |
| YUV | 69.98 | 147.77 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 105 | 0 | 1 | 0.46 | 0.24 | 327.53 | 1 | 0.38 |
| Hex | C2 | 0 | 69 | 0 | 64 | 2E | 18 | 148 | 64 | 26 |
| Octal | 302 | 0 | 151 | 0 | 144 | 56 | 30 | 510 | 144 | 46 |
| Binary | 11000010 | 0 | 1101001 | 0 | 1100100 | 101110 | 11000 | 101001000 | 1100100 | 100110 |
Color Harmonies of #C20069
Complementary color
Monochromatic Colors of #C20069
Black with #C20069
Text Example
Text Example
White with #C20069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20069; }
p { color: rgb(194,0,105); }
H1.HeaderClassName
{
color: #C20069;
}
.AnyTagClassName
{
color: #C20069;
}
</style>
background-color css
<style>
a { background-color: #C20069; }
a { background-color: rgb(194,0,105); }
div.DivClassName
{
background-color: #C20069;
}
.BgClassName
{
background-color: #C20069;
}
</style>
border-color css
<style>
span { border-color: #C20069; }
span { border-color: rgb(194,0,105); }
td.TdClassName
{
border-color: #C20069;
}
.TagClassName
{
border-color: #C20069;
}
</style>