Shades of Jazzberry Jam #C1015A
Tints of Jazzberry Jam #C1015A
RGB
CMYK
RGB Variations
Color information
#C1015A (or 0xC1015A) is known color: Jazzberry Jam. HEX triplet: C1, 01 and 5A. RGB value is (193,1,90). Sum of RGB (Red+Green+Blue) = 193+1+90=284 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.96% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 193 - color contains mainly: red. Hex color #C1015A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1015A is #3EFEA5. Grayscale: #444444. Windows color (decimal): -4128422 or 5898689. OLE color: 5898689.
HSL color Cylindrical-coordinate representation of color #C1015A: hue angle of 332.19º degrees, saturation: 0.99, 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 #C1015A is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 1 | 90 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.24 |
| HSL | 332.19º | 0.99% | 0.38% | - |
| HSV(B) | 332.19º | 0.99% | 0.76% | - |
| XYZ | 23.85 | 12.1 | 10.75 | - |
| YUV | 68.55 | 140.11 | 216.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 90 | 0 | 0.99 | 0.53 | 0.24 | 332.19 | 0.99 | 0.38 |
| Hex | C1 | 1 | 5A | 0 | 63 | 35 | 18 | 14C | 63 | 26 |
| Octal | 301 | 1 | 132 | 0 | 143 | 65 | 30 | 514 | 143 | 46 |
| Binary | 11000001 | 1 | 1011010 | 0 | 1100011 | 110101 | 11000 | 101001100 | 1100011 | 100110 |
Color Harmonies of #C1015A
Complementary color
Monochromatic Colors of #C1015A
Black with #C1015A
Text Example
Text Example
White with #C1015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1015A; }
p { color: rgb(193,1,90); }
H1.HeaderClassName
{
color: #C1015A;
}
.AnyTagClassName
{
color: #C1015A;
}
</style>
background-color css
<style>
a { background-color: #C1015A; }
a { background-color: rgb(193,1,90); }
div.DivClassName
{
background-color: #C1015A;
}
.BgClassName
{
background-color: #C1015A;
}
</style>
border-color css
<style>
span { border-color: #C1015A; }
span { border-color: rgb(193,1,90); }
td.TdClassName
{
border-color: #C1015A;
}
.TagClassName
{
border-color: #C1015A;
}
</style>