Shades of Jazzberry Jam #C11567
Tints of Jazzberry Jam #C11567
RGB
CMYK
RGB Variations
Color information
#C11567 (or 0xC11567) is known color: Jazzberry Jam. HEX triplet: C1, 15 and 67. RGB value is (193,21,103). Sum of RGB (Red+Green+Blue) = 193+21+103=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 21 (8.59% from 255 or 6.62% from 317); Blue value is 103 (40.62% from 255 or 32.49% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C11567 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11567 is #3EEA98. Grayscale: #515151. Windows color (decimal): -4123289 or 6755777. OLE color: 6755777.
HSL color Cylindrical-coordinate representation of color #C11567: hue angle of 331.4º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C11567 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 21 | 103 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.24 |
| HSL | 331.4º | 0.8% | 0.42% | - |
| HSV(B) | 331.4º | 0.89% | 0.76% | - |
| XYZ | 24.71 | 12.85 | 14.01 | - |
| YUV | 81.78 | 139.98 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 21 | 103 | 0 | 0.89 | 0.47 | 0.24 | 331.4 | 0.8 | 0.42 |
| Hex | C1 | 15 | 67 | 0 | 59 | 2F | 18 | 14B | 50 | 2A |
| Octal | 301 | 25 | 147 | 0 | 131 | 57 | 30 | 513 | 120 | 52 |
| Binary | 11000001 | 10101 | 1100111 | 0 | 1011001 | 101111 | 11000 | 101001011 | 1010000 | 101010 |
Color Harmonies of #C11567
Complementary color
Monochromatic Colors of #C11567
Black with #C11567
Text Example
Text Example
White with #C11567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11567; }
p { color: rgb(193,21,103); }
H1.HeaderClassName
{
color: #C11567;
}
.AnyTagClassName
{
color: #C11567;
}
</style>
background-color css
<style>
a { background-color: #C11567; }
a { background-color: rgb(193,21,103); }
div.DivClassName
{
background-color: #C11567;
}
.BgClassName
{
background-color: #C11567;
}
</style>
border-color css
<style>
span { border-color: #C11567; }
span { border-color: rgb(193,21,103); }
td.TdClassName
{
border-color: #C11567;
}
.TagClassName
{
border-color: #C11567;
}
</style>