Shades of Jazzberry Jam #C4015C
Tints of Jazzberry Jam #C4015C
RGB
CMYK
RGB Variations
Color information
#C4015C (or 0xC4015C) is known color: Jazzberry Jam. HEX triplet: C4, 01 and 5C. RGB value is (196,1,92). Sum of RGB (Red+Green+Blue) = 196+1+92=289 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.82% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 92 (36.33% from 255 or 31.83% from 289); Max value from RGB is 196 - color contains mainly: red. Hex color #C4015C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4015C is #3BFEA3. Grayscale: #454545. Windows color (decimal): -3931812 or 6029764. OLE color: 6029764.
HSL color Cylindrical-coordinate representation of color #C4015C: hue angle of 332º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C4015C is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 1 | 92 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.23 |
| HSL | 332º | 0.99% | 0.39% | - |
| HSV(B) | 332º | 0.99% | 0.77% | - |
| XYZ | 24.71 | 12.53 | 11.24 | - |
| YUV | 69.68 | 140.6 | 218.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 92 | 0 | 0.99 | 0.53 | 0.23 | 332 | 0.99 | 0.39 |
| Hex | C4 | 1 | 5C | 0 | 63 | 35 | 17 | 14C | 63 | 27 |
| Octal | 304 | 1 | 134 | 0 | 143 | 65 | 27 | 514 | 143 | 47 |
| Binary | 11000100 | 1 | 1011100 | 0 | 1100011 | 110101 | 10111 | 101001100 | 1100011 | 100111 |
Color Harmonies of #C4015C
Complementary color
Monochromatic Colors of #C4015C
Black with #C4015C
Text Example
Text Example
White with #C4015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4015C; }
p { color: rgb(196,1,92); }
H1.HeaderClassName
{
color: #C4015C;
}
.AnyTagClassName
{
color: #C4015C;
}
</style>
background-color css
<style>
a { background-color: #C4015C; }
a { background-color: rgb(196,1,92); }
div.DivClassName
{
background-color: #C4015C;
}
.BgClassName
{
background-color: #C4015C;
}
</style>
border-color css
<style>
span { border-color: #C4015C; }
span { border-color: rgb(196,1,92); }
td.TdClassName
{
border-color: #C4015C;
}
.TagClassName
{
border-color: #C4015C;
}
</style>