Shades of Jazzberry Jam #C3005B
Tints of Jazzberry Jam #C3005B
RGB
CMYK
RGB Variations
Color information
#C3005B (or 0xC3005B) is known color: Jazzberry Jam. HEX triplet: C3, 00 and 5B. RGB value is (195,0,91). Sum of RGB (Red+Green+Blue) = 195+0+91=286 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.18% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 195 - color contains mainly: red. Hex color #C3005B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3005B is #3CFFA4. Grayscale: #444444. Windows color (decimal): -3997605 or 5963971. OLE color: 5963971.
HSL color Cylindrical-coordinate representation of color #C3005B: hue angle of 332º 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 #C3005B is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.53 | 0.24 |
| HSL | 332º | 1% | 0.38% | - |
| HSV(B) | 332º | 1% | 0.76% | - |
| XYZ | 24.39 | 12.36 | 11 | - |
| YUV | 68.68 | 140.6 | 218.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 91 | 0 | 1 | 0.53 | 0.24 | 332 | 1 | 0.38 |
| Hex | C3 | 0 | 5B | 0 | 64 | 35 | 18 | 14C | 64 | 26 |
| Octal | 303 | 0 | 133 | 0 | 144 | 65 | 30 | 514 | 144 | 46 |
| Binary | 11000011 | 0 | 1011011 | 0 | 1100100 | 110101 | 11000 | 101001100 | 1100100 | 100110 |
Color Harmonies of #C3005B
Complementary color
Monochromatic Colors of #C3005B
Black with #C3005B
Text Example
Text Example
White with #C3005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3005B; }
p { color: rgb(195,0,91); }
H1.HeaderClassName
{
color: #C3005B;
}
.AnyTagClassName
{
color: #C3005B;
}
</style>
background-color css
<style>
a { background-color: #C3005B; }
a { background-color: rgb(195,0,91); }
div.DivClassName
{
background-color: #C3005B;
}
.BgClassName
{
background-color: #C3005B;
}
</style>
border-color css
<style>
span { border-color: #C3005B; }
span { border-color: rgb(195,0,91); }
td.TdClassName
{
border-color: #C3005B;
}
.TagClassName
{
border-color: #C3005B;
}
</style>