Shades of Jazzberry Jam #C0045B
Tints of Jazzberry Jam #C0045B
RGB
CMYK
RGB Variations
Color information
#C0045B (or 0xC0045B) is known color: Jazzberry Jam. HEX triplet: C0, 04 and 5B. RGB value is (192,4,91). Sum of RGB (Red+Green+Blue) = 192+4+91=287 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.90% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 192 - color contains mainly: red. Hex color #C0045B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0045B is #3FFBA4. Grayscale: #454545. Windows color (decimal): -4193189 or 5964992. OLE color: 5964992.
HSL color Cylindrical-coordinate representation of color #C0045B: hue angle of 332.23º 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 #C0045B is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 4 | 91 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.25 |
| HSL | 332.23º | 0.96% | 0.38% | - |
| HSV(B) | 332.23º | 0.98% | 0.75% | - |
| XYZ | 23.67 | 12.05 | 10.98 | - |
| YUV | 70.13 | 139.78 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 91 | 0 | 0.98 | 0.53 | 0.25 | 332.23 | 0.96 | 0.38 |
| Hex | C0 | 4 | 5B | 0 | 62 | 35 | 19 | 14C | 60 | 26 |
| Octal | 300 | 4 | 133 | 0 | 142 | 65 | 31 | 514 | 140 | 46 |
| Binary | 11000000 | 100 | 1011011 | 0 | 1100010 | 110101 | 11001 | 101001100 | 1100000 | 100110 |
Color Harmonies of #C0045B
Complementary color
Monochromatic Colors of #C0045B
Black with #C0045B
Text Example
Text Example
White with #C0045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0045B; }
p { color: rgb(192,4,91); }
H1.HeaderClassName
{
color: #C0045B;
}
.AnyTagClassName
{
color: #C0045B;
}
</style>
background-color css
<style>
a { background-color: #C0045B; }
a { background-color: rgb(192,4,91); }
div.DivClassName
{
background-color: #C0045B;
}
.BgClassName
{
background-color: #C0045B;
}
</style>
border-color css
<style>
span { border-color: #C0045B; }
span { border-color: rgb(192,4,91); }
td.TdClassName
{
border-color: #C0045B;
}
.TagClassName
{
border-color: #C0045B;
}
</style>