Shades of Jazzberry Jam #C00D59
Tints of Jazzberry Jam #C00D59
RGB
CMYK
RGB Variations
Color information
#C00D59 (or 0xC00D59) is known color: Jazzberry Jam. HEX triplet: C0, 0D and 59. RGB value is (192,13,89). Sum of RGB (Red+Green+Blue) = 192+13+89=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 13 (5.47% from 255 or 4.42% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C00D59 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00D59 is #3FF2A6. Grayscale: #4B4B4B. Windows color (decimal): -4190887 or 5836224. OLE color: 5836224.
HSL color Cylindrical-coordinate representation of color #C00D59: hue angle of 334.53º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00D59 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 13 | 89 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.25 |
| HSL | 334.53º | 0.87% | 0.4% | - |
| HSV(B) | 334.53º | 0.93% | 0.75% | - |
| XYZ | 23.69 | 12.22 | 10.56 | - |
| YUV | 75.19 | 135.8 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 13 | 89 | 0 | 0.93 | 0.54 | 0.25 | 334.53 | 0.87 | 0.4 |
| Hex | C0 | D | 59 | 0 | 5D | 36 | 19 | 14F | 57 | 28 |
| Octal | 300 | 15 | 131 | 0 | 135 | 66 | 31 | 517 | 127 | 50 |
| Binary | 11000000 | 1101 | 1011001 | 0 | 1011101 | 110110 | 11001 | 101001111 | 1010111 | 101000 |
Color Harmonies of #C00D59
Complementary color
Monochromatic Colors of #C00D59
Black with #C00D59
Text Example
Text Example
White with #C00D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00D59; }
p { color: rgb(192,13,89); }
H1.HeaderClassName
{
color: #C00D59;
}
.AnyTagClassName
{
color: #C00D59;
}
</style>
background-color css
<style>
a { background-color: #C00D59; }
a { background-color: rgb(192,13,89); }
div.DivClassName
{
background-color: #C00D59;
}
.BgClassName
{
background-color: #C00D59;
}
</style>
border-color css
<style>
span { border-color: #C00D59; }
span { border-color: rgb(192,13,89); }
td.TdClassName
{
border-color: #C00D59;
}
.TagClassName
{
border-color: #C00D59;
}
</style>