Shades of Jazzberry Jam #C40167
Tints of Jazzberry Jam #C40167
RGB
CMYK
RGB Variations
Color information
#C40167 (or 0xC40167) is known color: Jazzberry Jam. HEX triplet: C4, 01 and 67. RGB value is (196,1,103). Sum of RGB (Red+Green+Blue) = 196+1+103=300 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.33% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 103 (40.62% from 255 or 34.33% from 300); Max value from RGB is 196 - color contains mainly: red. Hex color #C40167 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40167 is #3BFE98. Grayscale: #464646. Windows color (decimal): -3931801 or 6750660. OLE color: 6750660.
HSL color Cylindrical-coordinate representation of color #C40167: hue angle of 328.62º 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 #C40167 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 1 | 103 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.23 |
| HSL | 328.62º | 0.99% | 0.39% | - |
| HSV(B) | 328.62º | 0.99% | 0.77% | - |
| XYZ | 25.22 | 12.74 | 13.96 | - |
| YUV | 70.93 | 146.1 | 217.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 103 | 0 | 0.99 | 0.47 | 0.23 | 328.62 | 0.99 | 0.39 |
| Hex | C4 | 1 | 67 | 0 | 63 | 2F | 17 | 149 | 63 | 27 |
| Octal | 304 | 1 | 147 | 0 | 143 | 57 | 27 | 511 | 143 | 47 |
| Binary | 11000100 | 1 | 1100111 | 0 | 1100011 | 101111 | 10111 | 101001001 | 1100011 | 100111 |
Color Harmonies of #C40167
Complementary color
Monochromatic Colors of #C40167
Black with #C40167
Text Example
Text Example
White with #C40167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40167; }
p { color: rgb(196,1,103); }
H1.HeaderClassName
{
color: #C40167;
}
.AnyTagClassName
{
color: #C40167;
}
</style>
background-color css
<style>
a { background-color: #C40167; }
a { background-color: rgb(196,1,103); }
div.DivClassName
{
background-color: #C40167;
}
.BgClassName
{
background-color: #C40167;
}
</style>
border-color css
<style>
span { border-color: #C40167; }
span { border-color: rgb(196,1,103); }
td.TdClassName
{
border-color: #C40167;
}
.TagClassName
{
border-color: #C40167;
}
</style>