Shades of Jazzberry Jam #C0125C
Tints of Jazzberry Jam #C0125C
RGB
CMYK
RGB Variations
Color information
#C0125C (or 0xC0125C) is known color: Jazzberry Jam. HEX triplet: C0, 12 and 5C. RGB value is (192,18,92). Sum of RGB (Red+Green+Blue) = 192+18+92=302 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.58% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 192 - color contains mainly: red. Hex color #C0125C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0125C is #3FEDA3. Grayscale: #4E4E4E. Windows color (decimal): -4189604 or 6034112. OLE color: 6034112.
HSL color Cylindrical-coordinate representation of color #C0125C: hue angle of 334.48º degrees, saturation: 0.83, 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 #C0125C is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 18 | 92 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.25 |
| HSL | 334.48º | 0.83% | 0.41% | - |
| HSV(B) | 334.48º | 0.91% | 0.75% | - |
| XYZ | 23.89 | 12.41 | 11.26 | - |
| YUV | 78.46 | 135.65 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 92 | 0 | 0.91 | 0.52 | 0.25 | 334.48 | 0.83 | 0.41 |
| Hex | C0 | 12 | 5C | 0 | 5B | 34 | 19 | 14E | 53 | 29 |
| Octal | 300 | 22 | 134 | 0 | 133 | 64 | 31 | 516 | 123 | 51 |
| Binary | 11000000 | 10010 | 1011100 | 0 | 1011011 | 110100 | 11001 | 101001110 | 1010011 | 101001 |
Color Harmonies of #C0125C
Complementary color
Monochromatic Colors of #C0125C
Black with #C0125C
Text Example
Text Example
White with #C0125C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0125C; }
p { color: rgb(192,18,92); }
H1.HeaderClassName
{
color: #C0125C;
}
.AnyTagClassName
{
color: #C0125C;
}
</style>
background-color css
<style>
a { background-color: #C0125C; }
a { background-color: rgb(192,18,92); }
div.DivClassName
{
background-color: #C0125C;
}
.BgClassName
{
background-color: #C0125C;
}
</style>
border-color css
<style>
span { border-color: #C0125C; }
span { border-color: rgb(192,18,92); }
td.TdClassName
{
border-color: #C0125C;
}
.TagClassName
{
border-color: #C0125C;
}
</style>