Shades of Jazzberry Jam #C1034E
Tints of Jazzberry Jam #C1034E
RGB
CMYK
RGB Variations
Color information
#C1034E (or 0xC1034E) is known color: Jazzberry Jam. HEX triplet: C1, 03 and 4E. RGB value is (193,3,78). Sum of RGB (Red+Green+Blue) = 193+3+78=274 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.44% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 193 - color contains mainly: red. Hex color #C1034E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1034E is #3EFCB1. Grayscale: #444444. Windows color (decimal): -4127922 or 5112769. OLE color: 5112769.
HSL color Cylindrical-coordinate representation of color #C1034E: hue angle of 336.32º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C1034E is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 3 | 78 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.24 |
| HSL | 336.32º | 0.97% | 0.38% | - |
| HSV(B) | 336.32º | 0.98% | 0.76% | - |
| XYZ | 23.4 | 11.95 | 8.28 | - |
| YUV | 68.36 | 133.45 | 216.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 3 | 78 | 0 | 0.98 | 0.60 | 0.24 | 336.32 | 0.97 | 0.38 |
| Hex | C1 | 3 | 4E | 0 | 62 | 3C | 18 | 150 | 61 | 26 |
| Octal | 301 | 3 | 116 | 0 | 142 | 74 | 30 | 520 | 141 | 46 |
| Binary | 11000001 | 11 | 1001110 | 0 | 1100010 | 111100 | 11000 | 101010000 | 1100001 | 100110 |
Color Harmonies of #C1034E
Complementary color
Monochromatic Colors of #C1034E
Black with #C1034E
Text Example
Text Example
White with #C1034E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1034E; }
p { color: rgb(193,3,78); }
H1.HeaderClassName
{
color: #C1034E;
}
.AnyTagClassName
{
color: #C1034E;
}
</style>
background-color css
<style>
a { background-color: #C1034E; }
a { background-color: rgb(193,3,78); }
div.DivClassName
{
background-color: #C1034E;
}
.BgClassName
{
background-color: #C1034E;
}
</style>
border-color css
<style>
span { border-color: #C1034E; }
span { border-color: rgb(193,3,78); }
td.TdClassName
{
border-color: #C1034E;
}
.TagClassName
{
border-color: #C1034E;
}
</style>