Shades of Jazzberry Jam #C0105D
Tints of Jazzberry Jam #C0105D
RGB
CMYK
RGB Variations
Color information
#C0105D (or 0xC0105D) is known color: Jazzberry Jam. HEX triplet: C0, 10 and 5D. RGB value is (192,16,93). Sum of RGB (Red+Green+Blue) = 192+16+93=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C0105D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0105D is #3FEFA2. Grayscale: #4D4D4D. Windows color (decimal): -4190115 or 6099136. OLE color: 6099136.
HSL color Cylindrical-coordinate representation of color #C0105D: hue angle of 333.75º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0105D is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 93 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.25 |
| HSL | 333.75º | 0.85% | 0.41% | - |
| HSV(B) | 333.75º | 0.92% | 0.75% | - |
| XYZ | 23.9 | 12.37 | 11.48 | - |
| YUV | 77.4 | 136.81 | 209.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 93 | 0 | 0.92 | 0.52 | 0.25 | 333.75 | 0.85 | 0.41 |
| Hex | C0 | 10 | 5D | 0 | 5C | 34 | 19 | 14E | 55 | 29 |
| Octal | 300 | 20 | 135 | 0 | 134 | 64 | 31 | 516 | 125 | 51 |
| Binary | 11000000 | 10000 | 1011101 | 0 | 1011100 | 110100 | 11001 | 101001110 | 1010101 | 101001 |
Color Harmonies of #C0105D
Complementary color
Monochromatic Colors of #C0105D
Black with #C0105D
Text Example
Text Example
White with #C0105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0105D; }
p { color: rgb(192,16,93); }
H1.HeaderClassName
{
color: #C0105D;
}
.AnyTagClassName
{
color: #C0105D;
}
</style>
background-color css
<style>
a { background-color: #C0105D; }
a { background-color: rgb(192,16,93); }
div.DivClassName
{
background-color: #C0105D;
}
.BgClassName
{
background-color: #C0105D;
}
</style>
border-color css
<style>
span { border-color: #C0105D; }
span { border-color: rgb(192,16,93); }
td.TdClassName
{
border-color: #C0105D;
}
.TagClassName
{
border-color: #C0105D;
}
</style>