Shades of Jazzberry Jam #C1045A
Tints of Jazzberry Jam #C1045A
RGB
CMYK
RGB Variations
Color information
#C1045A (or 0xC1045A) is known color: Jazzberry Jam. HEX triplet: C1, 04 and 5A. RGB value is (193,4,90). Sum of RGB (Red+Green+Blue) = 193+4+90=287 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.25% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 193 - color contains mainly: red. Hex color #C1045A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1045A is #3EFBA5. Grayscale: #464646. Windows color (decimal): -4127654 or 5899457. OLE color: 5899457.
HSL color Cylindrical-coordinate representation of color #C1045A: hue angle of 332.7º 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 #C1045A is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 4 | 90 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.24 |
| HSL | 332.7º | 0.96% | 0.39% | - |
| HSV(B) | 332.7º | 0.98% | 0.76% | - |
| XYZ | 23.88 | 12.16 | 10.76 | - |
| YUV | 70.32 | 139.12 | 215.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 4 | 90 | 0 | 0.98 | 0.53 | 0.24 | 332.7 | 0.96 | 0.39 |
| Hex | C1 | 4 | 5A | 0 | 62 | 35 | 18 | 14D | 60 | 27 |
| Octal | 301 | 4 | 132 | 0 | 142 | 65 | 30 | 515 | 140 | 47 |
| Binary | 11000001 | 100 | 1011010 | 0 | 1100010 | 110101 | 11000 | 101001101 | 1100000 | 100111 |
Color Harmonies of #C1045A
Complementary color
Monochromatic Colors of #C1045A
Black with #C1045A
Text Example
Text Example
White with #C1045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1045A; }
p { color: rgb(193,4,90); }
H1.HeaderClassName
{
color: #C1045A;
}
.AnyTagClassName
{
color: #C1045A;
}
</style>
background-color css
<style>
a { background-color: #C1045A; }
a { background-color: rgb(193,4,90); }
div.DivClassName
{
background-color: #C1045A;
}
.BgClassName
{
background-color: #C1045A;
}
</style>
border-color css
<style>
span { border-color: #C1045A; }
span { border-color: rgb(193,4,90); }
td.TdClassName
{
border-color: #C1045A;
}
.TagClassName
{
border-color: #C1045A;
}
</style>