Shades of Jazzberry Jam #C00063
Tints of Jazzberry Jam #C00063
RGB
CMYK
RGB Variations
Color information
#C00063 (or 0xC00063) is known color: Jazzberry Jam. HEX triplet: C0, 00 and 63. RGB value is (192,0,99). Sum of RGB (Red+Green+Blue) = 192+0+99=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 99 (39.06% from 255 or 34.02% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C00063 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00063 is #3FFF9C. Grayscale: #444444. Windows color (decimal): -4194205 or 6488256. OLE color: 6488256.
HSL color Cylindrical-coordinate representation of color #C00063: hue angle of 329.06º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C00063 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 0 | 99 | - |
| CMYK | 0 | 1 | 0.48 | 0.25 |
| HSL | 329.06º | 1% | 0.38% | - |
| HSV(B) | 329.06º | 1% | 0.75% | - |
| XYZ | 23.99 | 12.11 | 12.88 | - |
| YUV | 68.69 | 145.11 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 99 | 0 | 1 | 0.48 | 0.25 | 329.06 | 1 | 0.38 |
| Hex | C0 | 0 | 63 | 0 | 64 | 30 | 19 | 149 | 64 | 26 |
| Octal | 300 | 0 | 143 | 0 | 144 | 60 | 31 | 511 | 144 | 46 |
| Binary | 11000000 | 0 | 1100011 | 0 | 1100100 | 110000 | 11001 | 101001001 | 1100100 | 100110 |
Color Harmonies of #C00063
Complementary color
Monochromatic Colors of #C00063
Black with #C00063
Text Example
Text Example
White with #C00063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00063; }
p { color: rgb(192,0,99); }
H1.HeaderClassName
{
color: #C00063;
}
.AnyTagClassName
{
color: #C00063;
}
</style>
background-color css
<style>
a { background-color: #C00063; }
a { background-color: rgb(192,0,99); }
div.DivClassName
{
background-color: #C00063;
}
.BgClassName
{
background-color: #C00063;
}
</style>
border-color css
<style>
span { border-color: #C00063; }
span { border-color: rgb(192,0,99); }
td.TdClassName
{
border-color: #C00063;
}
.TagClassName
{
border-color: #C00063;
}
</style>