Shades of Jazzberry Jam #C1025D
Tints of Jazzberry Jam #C1025D
RGB
CMYK
RGB Variations
Color information
#C1025D (or 0xC1025D) is known color: Jazzberry Jam. HEX triplet: C1, 02 and 5D. RGB value is (193,2,93). Sum of RGB (Red+Green+Blue) = 193+2+93=288 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.01% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 193 - color contains mainly: red. Hex color #C1025D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1025D is #3EFDA2. Grayscale: #454545. Windows color (decimal): -4128163 or 6095553. OLE color: 6095553.
HSL color Cylindrical-coordinate representation of color #C1025D: hue angle of 331.41º 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 #C1025D is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 2 | 93 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.24 |
| HSL | 331.41º | 0.98% | 0.38% | - |
| HSV(B) | 331.41º | 0.99% | 0.76% | - |
| XYZ | 23.99 | 12.17 | 11.44 | - |
| YUV | 69.48 | 141.28 | 216.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 2 | 93 | 0 | 0.99 | 0.52 | 0.24 | 331.41 | 0.98 | 0.38 |
| Hex | C1 | 2 | 5D | 0 | 63 | 34 | 18 | 14B | 62 | 26 |
| Octal | 301 | 2 | 135 | 0 | 143 | 64 | 30 | 513 | 142 | 46 |
| Binary | 11000001 | 10 | 1011101 | 0 | 1100011 | 110100 | 11000 | 101001011 | 1100010 | 100110 |
Color Harmonies of #C1025D
Complementary color
Monochromatic Colors of #C1025D
Black with #C1025D
Text Example
Text Example
White with #C1025D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1025D; }
p { color: rgb(193,2,93); }
H1.HeaderClassName
{
color: #C1025D;
}
.AnyTagClassName
{
color: #C1025D;
}
</style>
background-color css
<style>
a { background-color: #C1025D; }
a { background-color: rgb(193,2,93); }
div.DivClassName
{
background-color: #C1025D;
}
.BgClassName
{
background-color: #C1025D;
}
</style>
border-color css
<style>
span { border-color: #C1025D; }
span { border-color: rgb(193,2,93); }
td.TdClassName
{
border-color: #C1025D;
}
.TagClassName
{
border-color: #C1025D;
}
</style>