Shades of Jazzberry Jam #C2025B
Tints of Jazzberry Jam #C2025B
RGB
CMYK
RGB Variations
Color information
#C2025B (or 0xC2025B) is known color: Jazzberry Jam. HEX triplet: C2, 02 and 5B. RGB value is (194,2,91). Sum of RGB (Red+Green+Blue) = 194+2+91=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C2025B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2025B is #3DFDA4. Grayscale: #454545. Windows color (decimal): -4062629 or 5964482. OLE color: 5964482.
HSL color Cylindrical-coordinate representation of color #C2025B: hue angle of 332.19º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C2025B is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 91 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.24 |
| HSL | 332.19º | 0.98% | 0.38% | - |
| HSV(B) | 332.19º | 0.99% | 0.76% | - |
| XYZ | 24.16 | 12.27 | 10.99 | - |
| YUV | 69.55 | 140.11 | 216.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 91 | 0 | 0.99 | 0.53 | 0.24 | 332.19 | 0.98 | 0.38 |
| Hex | C2 | 2 | 5B | 0 | 63 | 35 | 18 | 14C | 62 | 26 |
| Octal | 302 | 2 | 133 | 0 | 143 | 65 | 30 | 514 | 142 | 46 |
| Binary | 11000010 | 10 | 1011011 | 0 | 1100011 | 110101 | 11000 | 101001100 | 1100010 | 100110 |
Color Harmonies of #C2025B
Complementary color
Monochromatic Colors of #C2025B
Black with #C2025B
Text Example
Text Example
White with #C2025B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2025B; }
p { color: rgb(194,2,91); }
H1.HeaderClassName
{
color: #C2025B;
}
.AnyTagClassName
{
color: #C2025B;
}
</style>
background-color css
<style>
a { background-color: #C2025B; }
a { background-color: rgb(194,2,91); }
div.DivClassName
{
background-color: #C2025B;
}
.BgClassName
{
background-color: #C2025B;
}
</style>
border-color css
<style>
span { border-color: #C2025B; }
span { border-color: rgb(194,2,91); }
td.TdClassName
{
border-color: #C2025B;
}
.TagClassName
{
border-color: #C2025B;
}
</style>