Shades of Jazzberry Jam #C0045F
Tints of Jazzberry Jam #C0045F
RGB
CMYK
RGB Variations
Color information
#C0045F (or 0xC0045F) is known color: Jazzberry Jam. HEX triplet: C0, 04 and 5F. RGB value is (192,4,95). Sum of RGB (Red+Green+Blue) = 192+4+95=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 4 (1.95% from 255 or 1.37% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C0045F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0045F is #3FFBA0. Grayscale: #464646. Windows color (decimal): -4193185 or 6227136. OLE color: 6227136.
HSL color Cylindrical-coordinate representation of color #C0045F: hue angle of 330.96º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0045F is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 4 | 95 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.25 |
| HSL | 330.96º | 0.96% | 0.38% | - |
| HSV(B) | 330.96º | 0.98% | 0.75% | - |
| XYZ | 23.85 | 12.12 | 11.91 | - |
| YUV | 70.59 | 141.78 | 214.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 95 | 0 | 0.98 | 0.51 | 0.25 | 330.96 | 0.96 | 0.38 |
| Hex | C0 | 4 | 5F | 0 | 62 | 33 | 19 | 14B | 60 | 26 |
| Octal | 300 | 4 | 137 | 0 | 142 | 63 | 31 | 513 | 140 | 46 |
| Binary | 11000000 | 100 | 1011111 | 0 | 1100010 | 110011 | 11001 | 101001011 | 1100000 | 100110 |
Color Harmonies of #C0045F
Complementary color
Monochromatic Colors of #C0045F
Black with #C0045F
Text Example
Text Example
White with #C0045F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0045F; }
p { color: rgb(192,4,95); }
H1.HeaderClassName
{
color: #C0045F;
}
.AnyTagClassName
{
color: #C0045F;
}
</style>
background-color css
<style>
a { background-color: #C0045F; }
a { background-color: rgb(192,4,95); }
div.DivClassName
{
background-color: #C0045F;
}
.BgClassName
{
background-color: #C0045F;
}
</style>
border-color css
<style>
span { border-color: #C0045F; }
span { border-color: rgb(192,4,95); }
td.TdClassName
{
border-color: #C0045F;
}
.TagClassName
{
border-color: #C0045F;
}
</style>