Shades of Jazzberry Jam #C1025C
Tints of Jazzberry Jam #C1025C
RGB
CMYK
RGB Variations
Color information
#C1025C (or 0xC1025C) is known color: Jazzberry Jam. HEX triplet: C1, 02 and 5C. RGB value is (193,2,92). Sum of RGB (Red+Green+Blue) = 193+2+92=287 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.25% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 193 - color contains mainly: red. Hex color #C1025C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1025C is #3EFDA3. Grayscale: #454545. Windows color (decimal): -4128164 or 6030017. OLE color: 6030017.
HSL color Cylindrical-coordinate representation of color #C1025C: hue angle of 331.73º 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 #C1025C is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 2 | 92 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.24 |
| HSL | 331.73º | 0.98% | 0.38% | - |
| HSV(B) | 331.73º | 0.99% | 0.76% | - |
| XYZ | 23.95 | 12.15 | 11.21 | - |
| YUV | 69.37 | 140.78 | 216.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 2 | 92 | 0 | 0.99 | 0.52 | 0.24 | 331.73 | 0.98 | 0.38 |
| Hex | C1 | 2 | 5C | 0 | 63 | 34 | 18 | 14C | 62 | 26 |
| Octal | 301 | 2 | 134 | 0 | 143 | 64 | 30 | 514 | 142 | 46 |
| Binary | 11000001 | 10 | 1011100 | 0 | 1100011 | 110100 | 11000 | 101001100 | 1100010 | 100110 |
Color Harmonies of #C1025C
Complementary color
Monochromatic Colors of #C1025C
Black with #C1025C
Text Example
Text Example
White with #C1025C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1025C; }
p { color: rgb(193,2,92); }
H1.HeaderClassName
{
color: #C1025C;
}
.AnyTagClassName
{
color: #C1025C;
}
</style>
background-color css
<style>
a { background-color: #C1025C; }
a { background-color: rgb(193,2,92); }
div.DivClassName
{
background-color: #C1025C;
}
.BgClassName
{
background-color: #C1025C;
}
</style>
border-color css
<style>
span { border-color: #C1025C; }
span { border-color: rgb(193,2,92); }
td.TdClassName
{
border-color: #C1025C;
}
.TagClassName
{
border-color: #C1025C;
}
</style>