Shades of Jazzberry Jam #C10C52
Tints of Jazzberry Jam #C10C52
RGB
CMYK
RGB Variations
Color information
#C10C52 (or 0xC10C52) is known color: Jazzberry Jam. HEX triplet: C1, 0C and 52. RGB value is (193,12,82). Sum of RGB (Red+Green+Blue) = 193+12+82=287 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.25% from 287); Green value is 12 (5.08% from 255 or 4.18% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 193 - color contains mainly: red. Hex color #C10C52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10C52 is #3EF3AD. Grayscale: #4A4A4A. Windows color (decimal): -4125614 or 5377217. OLE color: 5377217.
HSL color Cylindrical-coordinate representation of color #C10C52: hue angle of 336.8º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10C52 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 12 | 82 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.24 |
| HSL | 336.8º | 0.88% | 0.4% | - |
| HSV(B) | 336.8º | 0.94% | 0.76% | - |
| XYZ | 23.65 | 12.21 | 9.09 | - |
| YUV | 74.1 | 132.47 | 212.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 12 | 82 | 0 | 0.94 | 0.58 | 0.24 | 336.8 | 0.88 | 0.4 |
| Hex | C1 | C | 52 | 0 | 5E | 3A | 18 | 151 | 58 | 28 |
| Octal | 301 | 14 | 122 | 0 | 136 | 72 | 30 | 521 | 130 | 50 |
| Binary | 11000001 | 1100 | 1010010 | 0 | 1011110 | 111010 | 11000 | 101010001 | 1011000 | 101000 |
Color Harmonies of #C10C52
Complementary color
Monochromatic Colors of #C10C52
Black with #C10C52
Text Example
Text Example
White with #C10C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10C52; }
p { color: rgb(193,12,82); }
H1.HeaderClassName
{
color: #C10C52;
}
.AnyTagClassName
{
color: #C10C52;
}
</style>
background-color css
<style>
a { background-color: #C10C52; }
a { background-color: rgb(193,12,82); }
div.DivClassName
{
background-color: #C10C52;
}
.BgClassName
{
background-color: #C10C52;
}
</style>
border-color css
<style>
span { border-color: #C10C52; }
span { border-color: rgb(193,12,82); }
td.TdClassName
{
border-color: #C10C52;
}
.TagClassName
{
border-color: #C10C52;
}
</style>