Shades of Jazzberry Jam #C1054D
Tints of Jazzberry Jam #C1054D
RGB
CMYK
RGB Variations
Color information
#C1054D (or 0xC1054D) is known color: Jazzberry Jam. HEX triplet: C1, 05 and 4D. RGB value is (193,5,77). Sum of RGB (Red+Green+Blue) = 193+5+77=275 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.18% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 193 - color contains mainly: red. Hex color #C1054D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1054D is #3EFAB2. Grayscale: #454545. Windows color (decimal): -4127411 or 5047745. OLE color: 5047745.
HSL color Cylindrical-coordinate representation of color #C1054D: hue angle of 337.02º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C1054D is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 5 | 77 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.24 |
| HSL | 337.02º | 0.95% | 0.39% | - |
| HSV(B) | 337.02º | 0.97% | 0.76% | - |
| XYZ | 23.39 | 11.98 | 8.1 | - |
| YUV | 69.42 | 132.28 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 5 | 77 | 0 | 0.97 | 0.60 | 0.24 | 337.02 | 0.95 | 0.39 |
| Hex | C1 | 5 | 4D | 0 | 61 | 3C | 18 | 151 | 5F | 27 |
| Octal | 301 | 5 | 115 | 0 | 141 | 74 | 30 | 521 | 137 | 47 |
| Binary | 11000001 | 101 | 1001101 | 0 | 1100001 | 111100 | 11000 | 101010001 | 1011111 | 100111 |
Color Harmonies of #C1054D
Complementary color
Monochromatic Colors of #C1054D
Black with #C1054D
Text Example
Text Example
White with #C1054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1054D; }
p { color: rgb(193,5,77); }
H1.HeaderClassName
{
color: #C1054D;
}
.AnyTagClassName
{
color: #C1054D;
}
</style>
background-color css
<style>
a { background-color: #C1054D; }
a { background-color: rgb(193,5,77); }
div.DivClassName
{
background-color: #C1054D;
}
.BgClassName
{
background-color: #C1054D;
}
</style>
border-color css
<style>
span { border-color: #C1054D; }
span { border-color: rgb(193,5,77); }
td.TdClassName
{
border-color: #C1054D;
}
.TagClassName
{
border-color: #C1054D;
}
</style>