Shades of Jazzberry Jam #C0044F
Tints of Jazzberry Jam #C0044F
RGB
CMYK
RGB Variations
Color information
#C0044F (or 0xC0044F) is known color: Jazzberry Jam. HEX triplet: C0, 04 and 4F. RGB value is (192,4,79). Sum of RGB (Red+Green+Blue) = 192+4+79=275 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.82% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 79 (31.25% from 255 or 28.73% from 275); Max value from RGB is 192 - color contains mainly: red. Hex color #C0044F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0044F is #3FFBB0. Grayscale: #444444. Windows color (decimal): -4193201 or 5178560. OLE color: 5178560.
HSL color Cylindrical-coordinate representation of color #C0044F: hue angle of 336.06º 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 #C0044F is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 4 | 79 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.25 |
| HSL | 336.06º | 0.96% | 0.38% | - |
| HSV(B) | 336.06º | 0.98% | 0.75% | - |
| XYZ | 23.19 | 11.86 | 8.46 | - |
| YUV | 68.76 | 133.78 | 215.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 79 | 0 | 0.98 | 0.59 | 0.25 | 336.06 | 0.96 | 0.38 |
| Hex | C0 | 4 | 4F | 0 | 62 | 3B | 19 | 150 | 60 | 26 |
| Octal | 300 | 4 | 117 | 0 | 142 | 73 | 31 | 520 | 140 | 46 |
| Binary | 11000000 | 100 | 1001111 | 0 | 1100010 | 111011 | 11001 | 101010000 | 1100000 | 100110 |
Color Harmonies of #C0044F
Complementary color
Monochromatic Colors of #C0044F
Black with #C0044F
Text Example
Text Example
White with #C0044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0044F; }
p { color: rgb(192,4,79); }
H1.HeaderClassName
{
color: #C0044F;
}
.AnyTagClassName
{
color: #C0044F;
}
</style>
background-color css
<style>
a { background-color: #C0044F; }
a { background-color: rgb(192,4,79); }
div.DivClassName
{
background-color: #C0044F;
}
.BgClassName
{
background-color: #C0044F;
}
</style>
border-color css
<style>
span { border-color: #C0044F; }
span { border-color: rgb(192,4,79); }
td.TdClassName
{
border-color: #C0044F;
}
.TagClassName
{
border-color: #C0044F;
}
</style>