Shades of Jazzberry Jam #C01254
Tints of Jazzberry Jam #C01254
RGB
CMYK
RGB Variations
Color information
#C01254 (or 0xC01254) is known color: Jazzberry Jam. HEX triplet: C0, 12 and 54. RGB value is (192,18,84). Sum of RGB (Red+Green+Blue) = 192+18+84=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 84 (33.20% from 255 or 28.57% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C01254 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01254 is #3FEDAB. Grayscale: #4D4D4D. Windows color (decimal): -4189612 or 5509824. OLE color: 5509824.
HSL color Cylindrical-coordinate representation of color #C01254: hue angle of 337.24º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01254 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 18 | 84 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.25 |
| HSL | 337.24º | 0.83% | 0.41% | - |
| HSV(B) | 337.24º | 0.91% | 0.75% | - |
| XYZ | 23.55 | 12.28 | 9.52 | - |
| YUV | 77.55 | 131.65 | 209.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 84 | 0 | 0.91 | 0.56 | 0.25 | 337.24 | 0.83 | 0.41 |
| Hex | C0 | 12 | 54 | 0 | 5B | 38 | 19 | 151 | 53 | 29 |
| Octal | 300 | 22 | 124 | 0 | 133 | 70 | 31 | 521 | 123 | 51 |
| Binary | 11000000 | 10010 | 1010100 | 0 | 1011011 | 111000 | 11001 | 101010001 | 1010011 | 101001 |
Color Harmonies of #C01254
Complementary color
Monochromatic Colors of #C01254
Black with #C01254
Text Example
Text Example
White with #C01254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01254; }
p { color: rgb(192,18,84); }
H1.HeaderClassName
{
color: #C01254;
}
.AnyTagClassName
{
color: #C01254;
}
</style>
background-color css
<style>
a { background-color: #C01254; }
a { background-color: rgb(192,18,84); }
div.DivClassName
{
background-color: #C01254;
}
.BgClassName
{
background-color: #C01254;
}
</style>
border-color css
<style>
span { border-color: #C01254; }
span { border-color: rgb(192,18,84); }
td.TdClassName
{
border-color: #C01254;
}
.TagClassName
{
border-color: #C01254;
}
</style>