Shades of Jazzberry Jam #C1024B
Tints of Jazzberry Jam #C1024B
RGB
CMYK
RGB Variations
Color information
#C1024B (or 0xC1024B) is known color: Jazzberry Jam. HEX triplet: C1, 02 and 4B. RGB value is (193,2,75). Sum of RGB (Red+Green+Blue) = 193+2+75=270 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.48% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 193 - color contains mainly: red. Hex color #C1024B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1024B is #3EFDB4. Grayscale: #434343. Windows color (decimal): -4128181 or 4915905. OLE color: 4915905.
HSL color Cylindrical-coordinate representation of color #C1024B: hue angle of 337.07º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C1024B is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 2 | 75 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.24 |
| HSL | 337.07º | 0.98% | 0.38% | - |
| HSV(B) | 337.07º | 0.99% | 0.76% | - |
| XYZ | 23.28 | 11.89 | 7.72 | - |
| YUV | 67.43 | 132.28 | 217.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 2 | 75 | 0 | 0.99 | 0.61 | 0.24 | 337.07 | 0.98 | 0.38 |
| Hex | C1 | 2 | 4B | 0 | 63 | 3D | 18 | 151 | 62 | 26 |
| Octal | 301 | 2 | 113 | 0 | 143 | 75 | 30 | 521 | 142 | 46 |
| Binary | 11000001 | 10 | 1001011 | 0 | 1100011 | 111101 | 11000 | 101010001 | 1100010 | 100110 |
Color Harmonies of #C1024B
Complementary color
Monochromatic Colors of #C1024B
Black with #C1024B
Text Example
Text Example
White with #C1024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1024B; }
p { color: rgb(193,2,75); }
H1.HeaderClassName
{
color: #C1024B;
}
.AnyTagClassName
{
color: #C1024B;
}
</style>
background-color css
<style>
a { background-color: #C1024B; }
a { background-color: rgb(193,2,75); }
div.DivClassName
{
background-color: #C1024B;
}
.BgClassName
{
background-color: #C1024B;
}
</style>
border-color css
<style>
span { border-color: #C1024B; }
span { border-color: rgb(193,2,75); }
td.TdClassName
{
border-color: #C1024B;
}
.TagClassName
{
border-color: #C1024B;
}
</style>