Shades of Jazzberry Jam #C3005A
Tints of Jazzberry Jam #C3005A
RGB
CMYK
RGB Variations
Color information
#C3005A (or 0xC3005A) is known color: Jazzberry Jam. HEX triplet: C3, 00 and 5A. RGB value is (195,0,90). Sum of RGB (Red+Green+Blue) = 195+0+90=285 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.42% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 195 - color contains mainly: red. Hex color #C3005A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3005A is #3CFFA5. Grayscale: #444444. Windows color (decimal): -3997606 or 5898435. OLE color: 5898435.
HSL color Cylindrical-coordinate representation of color #C3005A: hue angle of 332.31º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C3005A is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.54 | 0.24 |
| HSL | 332.31º | 1% | 0.38% | - |
| HSV(B) | 332.31º | 1% | 0.76% | - |
| XYZ | 24.35 | 12.34 | 10.77 | - |
| YUV | 68.57 | 140.1 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 90 | 0 | 1 | 0.54 | 0.24 | 332.31 | 1 | 0.38 |
| Hex | C3 | 0 | 5A | 0 | 64 | 36 | 18 | 14C | 64 | 26 |
| Octal | 303 | 0 | 132 | 0 | 144 | 66 | 30 | 514 | 144 | 46 |
| Binary | 11000011 | 0 | 1011010 | 0 | 1100100 | 110110 | 11000 | 101001100 | 1100100 | 100110 |
Color Harmonies of #C3005A
Complementary color
Monochromatic Colors of #C3005A
Black with #C3005A
Text Example
Text Example
White with #C3005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3005A; }
p { color: rgb(195,0,90); }
H1.HeaderClassName
{
color: #C3005A;
}
.AnyTagClassName
{
color: #C3005A;
}
</style>
background-color css
<style>
a { background-color: #C3005A; }
a { background-color: rgb(195,0,90); }
div.DivClassName
{
background-color: #C3005A;
}
.BgClassName
{
background-color: #C3005A;
}
</style>
border-color css
<style>
span { border-color: #C3005A; }
span { border-color: rgb(195,0,90); }
td.TdClassName
{
border-color: #C3005A;
}
.TagClassName
{
border-color: #C3005A;
}
</style>