Shades of Jazzberry Jam #C1004B
Tints of Jazzberry Jam #C1004B
RGB
CMYK
RGB Variations
Color information
#C1004B (or 0xC1004B) is known color: Jazzberry Jam. HEX triplet: C1, 00 and 4B. RGB value is (193,0,75). Sum of RGB (Red+Green+Blue) = 193+0+75=268 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.01% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 193 - color contains mainly: red. Hex color #C1004B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1004B is #3EFFB4. Grayscale: #424242. Windows color (decimal): -4128693 or 4915393. OLE color: 4915393.
HSL color Cylindrical-coordinate representation of color #C1004B: hue angle of 336.68º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C1004B is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 0 | 75 | - |
| CMYK | 0 | 1 | 0.61 | 0.24 |
| HSL | 336.68º | 1% | 0.38% | - |
| HSV(B) | 336.68º | 1% | 0.76% | - |
| XYZ | 23.26 | 11.85 | 7.72 | - |
| YUV | 66.26 | 132.94 | 218.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 0 | 75 | 0 | 1 | 0.61 | 0.24 | 336.68 | 1 | 0.38 |
| Hex | C1 | 0 | 4B | 0 | 64 | 3D | 18 | 151 | 64 | 26 |
| Octal | 301 | 0 | 113 | 0 | 144 | 75 | 30 | 521 | 144 | 46 |
| Binary | 11000001 | 0 | 1001011 | 0 | 1100100 | 111101 | 11000 | 101010001 | 1100100 | 100110 |
Color Harmonies of #C1004B
Complementary color
Monochromatic Colors of #C1004B
Black with #C1004B
Text Example
Text Example
White with #C1004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1004B; }
p { color: rgb(193,0,75); }
H1.HeaderClassName
{
color: #C1004B;
}
.AnyTagClassName
{
color: #C1004B;
}
</style>
background-color css
<style>
a { background-color: #C1004B; }
a { background-color: rgb(193,0,75); }
div.DivClassName
{
background-color: #C1004B;
}
.BgClassName
{
background-color: #C1004B;
}
</style>
border-color css
<style>
span { border-color: #C1004B; }
span { border-color: rgb(193,0,75); }
td.TdClassName
{
border-color: #C1004B;
}
.TagClassName
{
border-color: #C1004B;
}
</style>