Shades of Jazzberry Jam #C3025C
Tints of Jazzberry Jam #C3025C
RGB
CMYK
RGB Variations
Color information
#C3025C (or 0xC3025C) is known color: Jazzberry Jam. HEX triplet: C3, 02 and 5C. RGB value is (195,2,92). Sum of RGB (Red+Green+Blue) = 195+2+92=289 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.47% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 92 (36.33% from 255 or 31.83% from 289); Max value from RGB is 195 - color contains mainly: red. Hex color #C3025C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3025C is #3CFDA3. Grayscale: #454545. Windows color (decimal): -3997092 or 6030019. OLE color: 6030019.
HSL color Cylindrical-coordinate representation of color #C3025C: hue angle of 332.02º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C3025C is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 2 | 92 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.24 |
| HSL | 332.02º | 0.98% | 0.39% | - |
| HSV(B) | 332.02º | 0.99% | 0.76% | - |
| XYZ | 24.46 | 12.42 | 11.23 | - |
| YUV | 69.97 | 140.44 | 217.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 2 | 92 | 0 | 0.99 | 0.53 | 0.24 | 332.02 | 0.98 | 0.39 |
| Hex | C3 | 2 | 5C | 0 | 63 | 35 | 18 | 14C | 62 | 27 |
| Octal | 303 | 2 | 134 | 0 | 143 | 65 | 30 | 514 | 142 | 47 |
| Binary | 11000011 | 10 | 1011100 | 0 | 1100011 | 110101 | 11000 | 101001100 | 1100010 | 100111 |
Color Harmonies of #C3025C
Complementary color
Monochromatic Colors of #C3025C
Black with #C3025C
Text Example
Text Example
White with #C3025C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3025C; }
p { color: rgb(195,2,92); }
H1.HeaderClassName
{
color: #C3025C;
}
.AnyTagClassName
{
color: #C3025C;
}
</style>
background-color css
<style>
a { background-color: #C3025C; }
a { background-color: rgb(195,2,92); }
div.DivClassName
{
background-color: #C3025C;
}
.BgClassName
{
background-color: #C3025C;
}
</style>
border-color css
<style>
span { border-color: #C3025C; }
span { border-color: rgb(195,2,92); }
td.TdClassName
{
border-color: #C3025C;
}
.TagClassName
{
border-color: #C3025C;
}
</style>