Shades of Jazzberry Jam #C01E65
Tints of Jazzberry Jam #C01E65
RGB
CMYK
RGB Variations
Color information
#C01E65 (or 0xC01E65) is known color: Jazzberry Jam. HEX triplet: C0, 1E and 65. RGB value is (192,30,101). Sum of RGB (Red+Green+Blue) = 192+30+101=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 30 (12.11% from 255 or 9.29% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01E65 is #3FE19A. Grayscale: #565656. Windows color (decimal): -4186523 or 6627008. OLE color: 6627008.
HSL color Cylindrical-coordinate representation of color #C01E65: hue angle of 333.7º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C01E65 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 30 | 101 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.25 |
| HSL | 333.7º | 0.73% | 0.44% | - |
| HSV(B) | 333.7º | 0.84% | 0.75% | - |
| XYZ | 24.55 | 13.07 | 13.54 | - |
| YUV | 86.53 | 136.17 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 30 | 101 | 0 | 0.84 | 0.47 | 0.25 | 333.7 | 0.73 | 0.44 |
| Hex | C0 | 1E | 65 | 0 | 54 | 2F | 19 | 14E | 49 | 2C |
| Octal | 300 | 36 | 145 | 0 | 124 | 57 | 31 | 516 | 111 | 54 |
| Binary | 11000000 | 11110 | 1100101 | 0 | 1010100 | 101111 | 11001 | 101001110 | 1001001 | 101100 |
Color Harmonies of #C01E65
Complementary color
Monochromatic Colors of #C01E65
Black with #C01E65
Text Example
Text Example
White with #C01E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01E65; }
p { color: rgb(192,30,101); }
H1.HeaderClassName
{
color: #C01E65;
}
.AnyTagClassName
{
color: #C01E65;
}
</style>
background-color css
<style>
a { background-color: #C01E65; }
a { background-color: rgb(192,30,101); }
div.DivClassName
{
background-color: #C01E65;
}
.BgClassName
{
background-color: #C01E65;
}
</style>
border-color css
<style>
span { border-color: #C01E65; }
span { border-color: rgb(192,30,101); }
td.TdClassName
{
border-color: #C01E65;
}
.TagClassName
{
border-color: #C01E65;
}
</style>