Shades of Jazzberry Jam #C1054F
Tints of Jazzberry Jam #C1054F
RGB
CMYK
RGB Variations
Color information
#C1054F (or 0xC1054F) is known color: Jazzberry Jam. HEX triplet: C1, 05 and 4F. RGB value is (193,5,79). Sum of RGB (Red+Green+Blue) = 193+5+79=277 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.68% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 79 (31.25% from 255 or 28.52% from 277); Max value from RGB is 193 - color contains mainly: red. Hex color #C1054F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1054F is #3EFAB0. Grayscale: #454545. Windows color (decimal): -4127409 or 5178817. OLE color: 5178817.
HSL color Cylindrical-coordinate representation of color #C1054F: hue angle of 336.38º 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 #C1054F is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 5 | 79 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.24 |
| HSL | 336.38º | 0.95% | 0.39% | - |
| HSV(B) | 336.38º | 0.97% | 0.76% | - |
| XYZ | 23.46 | 12.01 | 8.48 | - |
| YUV | 69.65 | 133.28 | 215.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 5 | 79 | 0 | 0.97 | 0.59 | 0.24 | 336.38 | 0.95 | 0.39 |
| Hex | C1 | 5 | 4F | 0 | 61 | 3B | 18 | 150 | 5F | 27 |
| Octal | 301 | 5 | 117 | 0 | 141 | 73 | 30 | 520 | 137 | 47 |
| Binary | 11000001 | 101 | 1001111 | 0 | 1100001 | 111011 | 11000 | 101010000 | 1011111 | 100111 |
Color Harmonies of #C1054F
Complementary color
Monochromatic Colors of #C1054F
Black with #C1054F
Text Example
Text Example
White with #C1054F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1054F; }
p { color: rgb(193,5,79); }
H1.HeaderClassName
{
color: #C1054F;
}
.AnyTagClassName
{
color: #C1054F;
}
</style>
background-color css
<style>
a { background-color: #C1054F; }
a { background-color: rgb(193,5,79); }
div.DivClassName
{
background-color: #C1054F;
}
.BgClassName
{
background-color: #C1054F;
}
</style>
border-color css
<style>
span { border-color: #C1054F; }
span { border-color: rgb(193,5,79); }
td.TdClassName
{
border-color: #C1054F;
}
.TagClassName
{
border-color: #C1054F;
}
</style>