Shades of Jazzberry Jam #C1045B
Tints of Jazzberry Jam #C1045B
RGB
CMYK
RGB Variations
Color information
#C1045B (or 0xC1045B) is known color: Jazzberry Jam. HEX triplet: C1, 04 and 5B. RGB value is (193,4,91). Sum of RGB (Red+Green+Blue) = 193+4+91=288 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.01% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 193 - color contains mainly: red. Hex color #C1045B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1045B is #3EFBA4. Grayscale: #464646. Windows color (decimal): -4127653 or 5964993. OLE color: 5964993.
HSL color Cylindrical-coordinate representation of color #C1045B: hue angle of 332.38º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C1045B is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 4 | 91 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.24 |
| HSL | 332.38º | 0.96% | 0.39% | - |
| HSV(B) | 332.38º | 0.98% | 0.76% | - |
| XYZ | 23.92 | 12.18 | 10.99 | - |
| YUV | 70.43 | 139.62 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 4 | 91 | 0 | 0.98 | 0.53 | 0.24 | 332.38 | 0.96 | 0.39 |
| Hex | C1 | 4 | 5B | 0 | 62 | 35 | 18 | 14C | 60 | 27 |
| Octal | 301 | 4 | 133 | 0 | 142 | 65 | 30 | 514 | 140 | 47 |
| Binary | 11000001 | 100 | 1011011 | 0 | 1100010 | 110101 | 11000 | 101001100 | 1100000 | 100111 |
Color Harmonies of #C1045B
Complementary color
Monochromatic Colors of #C1045B
Black with #C1045B
Text Example
Text Example
White with #C1045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1045B; }
p { color: rgb(193,4,91); }
H1.HeaderClassName
{
color: #C1045B;
}
.AnyTagClassName
{
color: #C1045B;
}
</style>
background-color css
<style>
a { background-color: #C1045B; }
a { background-color: rgb(193,4,91); }
div.DivClassName
{
background-color: #C1045B;
}
.BgClassName
{
background-color: #C1045B;
}
</style>
border-color css
<style>
span { border-color: #C1045B; }
span { border-color: rgb(193,4,91); }
td.TdClassName
{
border-color: #C1045B;
}
.TagClassName
{
border-color: #C1045B;
}
</style>