Shades of Jazzberry Jam #C0125B
Tints of Jazzberry Jam #C0125B
RGB
CMYK
RGB Variations
Color information
#C0125B (or 0xC0125B) is known color: Jazzberry Jam. HEX triplet: C0, 12 and 5B. RGB value is (192,18,91). Sum of RGB (Red+Green+Blue) = 192+18+91=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C0125B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0125B is #3FEDA4. Grayscale: #4E4E4E. Windows color (decimal): -4189605 or 5968576. OLE color: 5968576.
HSL color Cylindrical-coordinate representation of color #C0125B: hue angle of 334.83º 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 #C0125B is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 18 | 91 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.25 |
| HSL | 334.83º | 0.83% | 0.41% | - |
| HSV(B) | 334.83º | 0.91% | 0.75% | - |
| XYZ | 23.84 | 12.39 | 11.03 | - |
| YUV | 78.35 | 135.15 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 91 | 0 | 0.91 | 0.53 | 0.25 | 334.83 | 0.83 | 0.41 |
| Hex | C0 | 12 | 5B | 0 | 5B | 35 | 19 | 14F | 53 | 29 |
| Octal | 300 | 22 | 133 | 0 | 133 | 65 | 31 | 517 | 123 | 51 |
| Binary | 11000000 | 10010 | 1011011 | 0 | 1011011 | 110101 | 11001 | 101001111 | 1010011 | 101001 |
Color Harmonies of #C0125B
Complementary color
Monochromatic Colors of #C0125B
Black with #C0125B
Text Example
Text Example
White with #C0125B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0125B; }
p { color: rgb(192,18,91); }
H1.HeaderClassName
{
color: #C0125B;
}
.AnyTagClassName
{
color: #C0125B;
}
</style>
background-color css
<style>
a { background-color: #C0125B; }
a { background-color: rgb(192,18,91); }
div.DivClassName
{
background-color: #C0125B;
}
.BgClassName
{
background-color: #C0125B;
}
</style>
border-color css
<style>
span { border-color: #C0125B; }
span { border-color: rgb(192,18,91); }
td.TdClassName
{
border-color: #C0125B;
}
.TagClassName
{
border-color: #C0125B;
}
</style>