Shades of Jazzberry Jam #C4005C
Tints of Jazzberry Jam #C4005C
RGB
CMYK
RGB Variations
Color information
#C4005C (or 0xC4005C) is known color: Jazzberry Jam. HEX triplet: C4, 00 and 5C. RGB value is (196,0,92). Sum of RGB (Red+Green+Blue) = 196+0+92=288 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.06% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 196 - color contains mainly: red. Hex color #C4005C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4005C is #3BFFA3. Grayscale: #444444. Windows color (decimal): -3932068 or 6029508. OLE color: 6029508.
HSL color Cylindrical-coordinate representation of color #C4005C: hue angle of 331.84º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C4005C is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.53 | 0.23 |
| HSL | 331.84º | 1% | 0.38% | - |
| HSV(B) | 331.84º | 1% | 0.77% | - |
| XYZ | 24.7 | 12.51 | 11.24 | - |
| YUV | 69.09 | 140.93 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 92 | 0 | 1 | 0.53 | 0.23 | 331.84 | 1 | 0.38 |
| Hex | C4 | 0 | 5C | 0 | 64 | 35 | 17 | 14C | 64 | 26 |
| Octal | 304 | 0 | 134 | 0 | 144 | 65 | 27 | 514 | 144 | 46 |
| Binary | 11000100 | 0 | 1011100 | 0 | 1100100 | 110101 | 10111 | 101001100 | 1100100 | 100110 |
Color Harmonies of #C4005C
Complementary color
Monochromatic Colors of #C4005C
Black with #C4005C
Text Example
Text Example
White with #C4005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4005C; }
p { color: rgb(196,0,92); }
H1.HeaderClassName
{
color: #C4005C;
}
.AnyTagClassName
{
color: #C4005C;
}
</style>
background-color css
<style>
a { background-color: #C4005C; }
a { background-color: rgb(196,0,92); }
div.DivClassName
{
background-color: #C4005C;
}
.BgClassName
{
background-color: #C4005C;
}
</style>
border-color css
<style>
span { border-color: #C4005C; }
span { border-color: rgb(196,0,92); }
td.TdClassName
{
border-color: #C4005C;
}
.TagClassName
{
border-color: #C4005C;
}
</style>