Shades of Jazzberry Jam #C0015D
Tints of Jazzberry Jam #C0015D
RGB
CMYK
RGB Variations
Color information
#C0015D (or 0xC0015D) is known color: Jazzberry Jam. HEX triplet: C0, 01 and 5D. RGB value is (192,1,93). Sum of RGB (Red+Green+Blue) = 192+1+93=286 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.13% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 192 - color contains mainly: red. Hex color #C0015D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0015D is #3FFEA2. Grayscale: #444444. Windows color (decimal): -4193955 or 6095296. OLE color: 6095296.
HSL color Cylindrical-coordinate representation of color #C0015D: hue angle of 331.1º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0015D is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 1 | 93 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.25 |
| HSL | 331.1º | 0.99% | 0.38% | - |
| HSV(B) | 331.1º | 0.99% | 0.75% | - |
| XYZ | 23.72 | 12.02 | 11.43 | - |
| YUV | 68.6 | 141.78 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 1 | 93 | 0 | 0.99 | 0.52 | 0.25 | 331.1 | 0.99 | 0.38 |
| Hex | C0 | 1 | 5D | 0 | 63 | 34 | 19 | 14B | 63 | 26 |
| Octal | 300 | 1 | 135 | 0 | 143 | 64 | 31 | 513 | 143 | 46 |
| Binary | 11000000 | 1 | 1011101 | 0 | 1100011 | 110100 | 11001 | 101001011 | 1100011 | 100110 |
Color Harmonies of #C0015D
Complementary color
Monochromatic Colors of #C0015D
Black with #C0015D
Text Example
Text Example
White with #C0015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0015D; }
p { color: rgb(192,1,93); }
H1.HeaderClassName
{
color: #C0015D;
}
.AnyTagClassName
{
color: #C0015D;
}
</style>
background-color css
<style>
a { background-color: #C0015D; }
a { background-color: rgb(192,1,93); }
div.DivClassName
{
background-color: #C0015D;
}
.BgClassName
{
background-color: #C0015D;
}
</style>
border-color css
<style>
span { border-color: #C0015D; }
span { border-color: rgb(192,1,93); }
td.TdClassName
{
border-color: #C0015D;
}
.TagClassName
{
border-color: #C0015D;
}
</style>