Shades of Jazzberry Jam #C3055A
Tints of Jazzberry Jam #C3055A
RGB
CMYK
RGB Variations
Color information
#C3055A (or 0xC3055A) is known color: Jazzberry Jam. HEX triplet: C3, 05 and 5A. RGB value is (195,5,90). Sum of RGB (Red+Green+Blue) = 195+5+90=290 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.24% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 195 - color contains mainly: red. Hex color #C3055A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3055A is #3CFAA5. Grayscale: #474747. Windows color (decimal): -3996326 or 5899715. OLE color: 5899715.
HSL color Cylindrical-coordinate representation of color #C3055A: hue angle of 333.16º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C3055A is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 5 | 90 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.24 |
| HSL | 333.16º | 0.95% | 0.39% | - |
| HSV(B) | 333.16º | 0.97% | 0.76% | - |
| XYZ | 24.41 | 12.45 | 10.79 | - |
| YUV | 71.5 | 138.45 | 216.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 5 | 90 | 0 | 0.97 | 0.54 | 0.24 | 333.16 | 0.95 | 0.39 |
| Hex | C3 | 5 | 5A | 0 | 61 | 36 | 18 | 14D | 5F | 27 |
| Octal | 303 | 5 | 132 | 0 | 141 | 66 | 30 | 515 | 137 | 47 |
| Binary | 11000011 | 101 | 1011010 | 0 | 1100001 | 110110 | 11000 | 101001101 | 1011111 | 100111 |
Color Harmonies of #C3055A
Complementary color
Monochromatic Colors of #C3055A
Black with #C3055A
Text Example
Text Example
White with #C3055A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3055A; }
p { color: rgb(195,5,90); }
H1.HeaderClassName
{
color: #C3055A;
}
.AnyTagClassName
{
color: #C3055A;
}
</style>
background-color css
<style>
a { background-color: #C3055A; }
a { background-color: rgb(195,5,90); }
div.DivClassName
{
background-color: #C3055A;
}
.BgClassName
{
background-color: #C3055A;
}
</style>
border-color css
<style>
span { border-color: #C3055A; }
span { border-color: rgb(195,5,90); }
td.TdClassName
{
border-color: #C3055A;
}
.TagClassName
{
border-color: #C3055A;
}
</style>