Shades of Jazzberry Jam #C01458
Tints of Jazzberry Jam #C01458
RGB
CMYK
RGB Variations
Color information
#C01458 (or 0xC01458) is known color: Jazzberry Jam. HEX triplet: C0, 14 and 58. RGB value is (192,20,88). Sum of RGB (Red+Green+Blue) = 192+20+88=300 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 88 (34.77% from 255 or 29.33% from 300); Max value from RGB is 192 - color contains mainly: red. Hex color #C01458 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01458 is #3FEBA7. Grayscale: #4F4F4F. Windows color (decimal): -4189096 or 5772480. OLE color: 5772480.
HSL color Cylindrical-coordinate representation of color #C01458: hue angle of 336.28º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01458 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 20 | 88 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.25 |
| HSL | 336.28º | 0.81% | 0.42% | - |
| HSV(B) | 336.28º | 0.9% | 0.75% | - |
| XYZ | 23.75 | 12.41 | 10.38 | - |
| YUV | 79.18 | 132.98 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 20 | 88 | 0 | 0.90 | 0.54 | 0.25 | 336.28 | 0.81 | 0.42 |
| Hex | C0 | 14 | 58 | 0 | 5A | 36 | 19 | 150 | 51 | 2A |
| Octal | 300 | 24 | 130 | 0 | 132 | 66 | 31 | 520 | 121 | 52 |
| Binary | 11000000 | 10100 | 1011000 | 0 | 1011010 | 110110 | 11001 | 101010000 | 1010001 | 101010 |
Color Harmonies of #C01458
Complementary color
Monochromatic Colors of #C01458
Black with #C01458
Text Example
Text Example
White with #C01458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01458; }
p { color: rgb(192,20,88); }
H1.HeaderClassName
{
color: #C01458;
}
.AnyTagClassName
{
color: #C01458;
}
</style>
background-color css
<style>
a { background-color: #C01458; }
a { background-color: rgb(192,20,88); }
div.DivClassName
{
background-color: #C01458;
}
.BgClassName
{
background-color: #C01458;
}
</style>
border-color css
<style>
span { border-color: #C01458; }
span { border-color: rgb(192,20,88); }
td.TdClassName
{
border-color: #C01458;
}
.TagClassName
{
border-color: #C01458;
}
</style>