Shades of Jazzberry Jam #C0054D
Tints of Jazzberry Jam #C0054D
RGB
CMYK
RGB Variations
Color information
#C0054D (or 0xC0054D) is known color: Jazzberry Jam. HEX triplet: C0, 05 and 4D. RGB value is (192,5,77). Sum of RGB (Red+Green+Blue) = 192+5+77=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C0054D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0054D is #3FFAB2. Grayscale: #454545. Windows color (decimal): -4192947 or 5047744. OLE color: 5047744.
HSL color Cylindrical-coordinate representation of color #C0054D: hue angle of 336.9º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C0054D is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 5 | 77 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.25 |
| HSL | 336.9º | 0.95% | 0.39% | - |
| HSV(B) | 336.9º | 0.97% | 0.75% | - |
| XYZ | 23.13 | 11.85 | 8.09 | - |
| YUV | 69.12 | 132.45 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 77 | 0 | 0.97 | 0.60 | 0.25 | 336.9 | 0.95 | 0.39 |
| Hex | C0 | 5 | 4D | 0 | 61 | 3C | 19 | 151 | 5F | 27 |
| Octal | 300 | 5 | 115 | 0 | 141 | 74 | 31 | 521 | 137 | 47 |
| Binary | 11000000 | 101 | 1001101 | 0 | 1100001 | 111100 | 11001 | 101010001 | 1011111 | 100111 |
Color Harmonies of #C0054D
Complementary color
Monochromatic Colors of #C0054D
Black with #C0054D
Text Example
Text Example
White with #C0054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0054D; }
p { color: rgb(192,5,77); }
H1.HeaderClassName
{
color: #C0054D;
}
.AnyTagClassName
{
color: #C0054D;
}
</style>
background-color css
<style>
a { background-color: #C0054D; }
a { background-color: rgb(192,5,77); }
div.DivClassName
{
background-color: #C0054D;
}
.BgClassName
{
background-color: #C0054D;
}
</style>
border-color css
<style>
span { border-color: #C0054D; }
span { border-color: rgb(192,5,77); }
td.TdClassName
{
border-color: #C0054D;
}
.TagClassName
{
border-color: #C0054D;
}
</style>