Shades of Jazzberry Jam #C2025F
Tints of Jazzberry Jam #C2025F
RGB
CMYK
RGB Variations
Color information
#C2025F (or 0xC2025F) is known color: Jazzberry Jam. HEX triplet: C2, 02 and 5F. RGB value is (194,2,95). Sum of RGB (Red+Green+Blue) = 194+2+95=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C2025F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2025F is #3DFDA0. Grayscale: #454545. Windows color (decimal): -4062625 or 6226626. OLE color: 6226626.
HSL color Cylindrical-coordinate representation of color #C2025F: hue angle of 330.94º 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 #C2025F is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 95 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.24 |
| HSL | 330.94º | 0.98% | 0.38% | - |
| HSV(B) | 330.94º | 0.99% | 0.76% | - |
| XYZ | 24.34 | 12.34 | 11.93 | - |
| YUV | 70.01 | 142.11 | 216.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 95 | 0 | 0.99 | 0.51 | 0.24 | 330.94 | 0.98 | 0.38 |
| Hex | C2 | 2 | 5F | 0 | 63 | 33 | 18 | 14B | 62 | 26 |
| Octal | 302 | 2 | 137 | 0 | 143 | 63 | 30 | 513 | 142 | 46 |
| Binary | 11000010 | 10 | 1011111 | 0 | 1100011 | 110011 | 11000 | 101001011 | 1100010 | 100110 |
Color Harmonies of #C2025F
Complementary color
Monochromatic Colors of #C2025F
Black with #C2025F
Text Example
Text Example
White with #C2025F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2025F; }
p { color: rgb(194,2,95); }
H1.HeaderClassName
{
color: #C2025F;
}
.AnyTagClassName
{
color: #C2025F;
}
</style>
background-color css
<style>
a { background-color: #C2025F; }
a { background-color: rgb(194,2,95); }
div.DivClassName
{
background-color: #C2025F;
}
.BgClassName
{
background-color: #C2025F;
}
</style>
border-color css
<style>
span { border-color: #C2025F; }
span { border-color: rgb(194,2,95); }
td.TdClassName
{
border-color: #C2025F;
}
.TagClassName
{
border-color: #C2025F;
}
</style>