Shades of Jazzberry Jam #C0115D
Tints of Jazzberry Jam #C0115D
RGB
CMYK
RGB Variations
Color information
#C0115D (or 0xC0115D) is known color: Jazzberry Jam. HEX triplet: C0, 11 and 5D. RGB value is (192,17,93). Sum of RGB (Red+Green+Blue) = 192+17+93=302 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.58% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 192 - color contains mainly: red. Hex color #C0115D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0115D is #3FEEA2. Grayscale: #4D4D4D. Windows color (decimal): -4189859 or 6099392. OLE color: 6099392.
HSL color Cylindrical-coordinate representation of color #C0115D: hue angle of 333.94º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0115D is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 93 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.25 |
| HSL | 333.94º | 0.84% | 0.41% | - |
| HSV(B) | 333.94º | 0.91% | 0.75% | - |
| XYZ | 23.91 | 12.4 | 11.49 | - |
| YUV | 77.99 | 136.48 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 93 | 0 | 0.91 | 0.52 | 0.25 | 333.94 | 0.84 | 0.41 |
| Hex | C0 | 11 | 5D | 0 | 5B | 34 | 19 | 14E | 54 | 29 |
| Octal | 300 | 21 | 135 | 0 | 133 | 64 | 31 | 516 | 124 | 51 |
| Binary | 11000000 | 10001 | 1011101 | 0 | 1011011 | 110100 | 11001 | 101001110 | 1010100 | 101001 |
Color Harmonies of #C0115D
Complementary color
Monochromatic Colors of #C0115D
Black with #C0115D
Text Example
Text Example
White with #C0115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0115D; }
p { color: rgb(192,17,93); }
H1.HeaderClassName
{
color: #C0115D;
}
.AnyTagClassName
{
color: #C0115D;
}
</style>
background-color css
<style>
a { background-color: #C0115D; }
a { background-color: rgb(192,17,93); }
div.DivClassName
{
background-color: #C0115D;
}
.BgClassName
{
background-color: #C0115D;
}
</style>
border-color css
<style>
span { border-color: #C0115D; }
span { border-color: rgb(192,17,93); }
td.TdClassName
{
border-color: #C0115D;
}
.TagClassName
{
border-color: #C0115D;
}
</style>