Shades of Jazzberry Jam #C1005F
Tints of Jazzberry Jam #C1005F
RGB
CMYK
RGB Variations
Color information
#C1005F (or 0xC1005F) is known color: Jazzberry Jam. HEX triplet: C1, 00 and 5F. RGB value is (193,0,95). Sum of RGB (Red+Green+Blue) = 193+0+95=288 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.01% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 193 - color contains mainly: red. Hex color #C1005F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1005F is #3EFFA0. Grayscale: #444444. Windows color (decimal): -4128673 or 6226113. OLE color: 6226113.
HSL color Cylindrical-coordinate representation of color #C1005F: hue angle of 330.47º 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 #C1005F is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 0 | 95 | - |
| CMYK | 0 | 1 | 0.51 | 0.24 |
| HSL | 330.47º | 1% | 0.38% | - |
| HSV(B) | 330.47º | 1% | 0.76% | - |
| XYZ | 24.06 | 12.16 | 11.91 | - |
| YUV | 68.54 | 142.94 | 216.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 0 | 95 | 0 | 1 | 0.51 | 0.24 | 330.47 | 1 | 0.38 |
| Hex | C1 | 0 | 5F | 0 | 64 | 33 | 18 | 14A | 64 | 26 |
| Octal | 301 | 0 | 137 | 0 | 144 | 63 | 30 | 512 | 144 | 46 |
| Binary | 11000001 | 0 | 1011111 | 0 | 1100100 | 110011 | 11000 | 101001010 | 1100100 | 100110 |
Color Harmonies of #C1005F
Complementary color
Monochromatic Colors of #C1005F
Black with #C1005F
Text Example
Text Example
White with #C1005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1005F; }
p { color: rgb(193,0,95); }
H1.HeaderClassName
{
color: #C1005F;
}
.AnyTagClassName
{
color: #C1005F;
}
</style>
background-color css
<style>
a { background-color: #C1005F; }
a { background-color: rgb(193,0,95); }
div.DivClassName
{
background-color: #C1005F;
}
.BgClassName
{
background-color: #C1005F;
}
</style>
border-color css
<style>
span { border-color: #C1005F; }
span { border-color: rgb(193,0,95); }
td.TdClassName
{
border-color: #C1005F;
}
.TagClassName
{
border-color: #C1005F;
}
</style>