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