Shades of Jazzberry Jam #C01B64
Tints of Jazzberry Jam #C01B64
RGB
CMYK
RGB Variations
Color information
#C01B64 (or 0xC01B64) is known color: Jazzberry Jam. HEX triplet: C0, 1B and 64. RGB value is (192,27,100). Sum of RGB (Red+Green+Blue) = 192+27+100=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 27 (10.94% from 255 or 8.46% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C01B64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01B64 is #3FE49B. Grayscale: #545454. Windows color (decimal): -4187292 or 6560704. OLE color: 6560704.
HSL color Cylindrical-coordinate representation of color #C01B64: hue angle of 333.45º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C01B64 is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 27 | 100 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.25 |
| HSL | 333.45º | 0.75% | 0.43% | - |
| HSV(B) | 333.45º | 0.86% | 0.75% | - |
| XYZ | 24.43 | 12.91 | 13.26 | - |
| YUV | 84.66 | 136.66 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 27 | 100 | 0 | 0.86 | 0.48 | 0.25 | 333.45 | 0.75 | 0.43 |
| Hex | C0 | 1B | 64 | 0 | 56 | 30 | 19 | 14D | 4B | 2B |
| Octal | 300 | 33 | 144 | 0 | 126 | 60 | 31 | 515 | 113 | 53 |
| Binary | 11000000 | 11011 | 1100100 | 0 | 1010110 | 110000 | 11001 | 101001101 | 1001011 | 101011 |
Color Harmonies of #C01B64
Complementary color
Monochromatic Colors of #C01B64
Black with #C01B64
Text Example
Text Example
White with #C01B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01B64; }
p { color: rgb(192,27,100); }
H1.HeaderClassName
{
color: #C01B64;
}
.AnyTagClassName
{
color: #C01B64;
}
</style>
background-color css
<style>
a { background-color: #C01B64; }
a { background-color: rgb(192,27,100); }
div.DivClassName
{
background-color: #C01B64;
}
.BgClassName
{
background-color: #C01B64;
}
</style>
border-color css
<style>
span { border-color: #C01B64; }
span { border-color: rgb(192,27,100); }
td.TdClassName
{
border-color: #C01B64;
}
.TagClassName
{
border-color: #C01B64;
}
</style>