Shades of Jazzberry Jam #C21264
Tints of Jazzberry Jam #C21264
RGB
CMYK
RGB Variations
Color information
#C21264 (or 0xC21264) is known color: Jazzberry Jam. HEX triplet: C2, 12 and 64. RGB value is (194,18,100). Sum of RGB (Red+Green+Blue) = 194+18+100=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C21264 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21264 is #3DED9B. Grayscale: #4F4F4F. Windows color (decimal): -4058524 or 6558402. OLE color: 6558402.
HSL color Cylindrical-coordinate representation of color #C21264: hue angle of 332.05º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C21264 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 18 | 100 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.24 |
| HSL | 332.05º | 0.83% | 0.42% | - |
| HSV(B) | 332.05º | 0.91% | 0.76% | - |
| XYZ | 24.76 | 12.82 | 13.23 | - |
| YUV | 79.97 | 139.31 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 100 | 0 | 0.91 | 0.48 | 0.24 | 332.05 | 0.83 | 0.42 |
| Hex | C2 | 12 | 64 | 0 | 5B | 30 | 18 | 14C | 53 | 2A |
| Octal | 302 | 22 | 144 | 0 | 133 | 60 | 30 | 514 | 123 | 52 |
| Binary | 11000010 | 10010 | 1100100 | 0 | 1011011 | 110000 | 11000 | 101001100 | 1010011 | 101010 |
Color Harmonies of #C21264
Complementary color
Monochromatic Colors of #C21264
Black with #C21264
Text Example
Text Example
White with #C21264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21264; }
p { color: rgb(194,18,100); }
H1.HeaderClassName
{
color: #C21264;
}
.AnyTagClassName
{
color: #C21264;
}
</style>
background-color css
<style>
a { background-color: #C21264; }
a { background-color: rgb(194,18,100); }
div.DivClassName
{
background-color: #C21264;
}
.BgClassName
{
background-color: #C21264;
}
</style>
border-color css
<style>
span { border-color: #C21264; }
span { border-color: rgb(194,18,100); }
td.TdClassName
{
border-color: #C21264;
}
.TagClassName
{
border-color: #C21264;
}
</style>