Shades of Jazzberry Jam #C2095E
Tints of Jazzberry Jam #C2095E
RGB
CMYK
RGB Variations
Color information
#C2095E (or 0xC2095E) is known color: Jazzberry Jam. HEX triplet: C2, 09 and 5E. RGB value is (194,9,94). Sum of RGB (Red+Green+Blue) = 194+9+94=297 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.32% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 194 - color contains mainly: red. Hex color #C2095E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2095E is #3DF6A1. Grayscale: #494949. Windows color (decimal): -4060834 or 6162882. OLE color: 6162882.
HSL color Cylindrical-coordinate representation of color #C2095E: hue angle of 332.43º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C2095E is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 9 | 94 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.24 |
| HSL | 332.43º | 0.91% | 0.4% | - |
| HSV(B) | 332.43º | 0.95% | 0.76% | - |
| XYZ | 24.37 | 12.47 | 11.71 | - |
| YUV | 74.01 | 139.29 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 9 | 94 | 0 | 0.95 | 0.52 | 0.24 | 332.43 | 0.91 | 0.4 |
| Hex | C2 | 9 | 5E | 0 | 5F | 34 | 18 | 14C | 5B | 28 |
| Octal | 302 | 11 | 136 | 0 | 137 | 64 | 30 | 514 | 133 | 50 |
| Binary | 11000010 | 1001 | 1011110 | 0 | 1011111 | 110100 | 11000 | 101001100 | 1011011 | 101000 |
Color Harmonies of #C2095E
Complementary color
Monochromatic Colors of #C2095E
Black with #C2095E
Text Example
Text Example
White with #C2095E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2095E; }
p { color: rgb(194,9,94); }
H1.HeaderClassName
{
color: #C2095E;
}
.AnyTagClassName
{
color: #C2095E;
}
</style>
background-color css
<style>
a { background-color: #C2095E; }
a { background-color: rgb(194,9,94); }
div.DivClassName
{
background-color: #C2095E;
}
.BgClassName
{
background-color: #C2095E;
}
</style>
border-color css
<style>
span { border-color: #C2095E; }
span { border-color: rgb(194,9,94); }
td.TdClassName
{
border-color: #C2095E;
}
.TagClassName
{
border-color: #C2095E;
}
</style>