Shades of Jazzberry Jam #C30154
Tints of Jazzberry Jam #C30154
RGB
CMYK
RGB Variations
Color information
#C30154 (or 0xC30154) is known color: Jazzberry Jam. HEX triplet: C3, 01 and 54. RGB value is (195,1,84). Sum of RGB (Red+Green+Blue) = 195+1+84=280 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.64% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 195 - color contains mainly: red. Hex color #C30154 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30154 is #3CFEAB. Grayscale: #444444. Windows color (decimal): -3997356 or 5505475. OLE color: 5505475.
HSL color Cylindrical-coordinate representation of color #C30154: hue angle of 334.33º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C30154 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 1 | 84 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.24 |
| HSL | 334.33º | 0.99% | 0.38% | - |
| HSV(B) | 334.33º | 0.99% | 0.76% | - |
| XYZ | 24.12 | 12.26 | 9.48 | - |
| YUV | 68.47 | 136.77 | 218.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 84 | 0 | 0.99 | 0.57 | 0.24 | 334.33 | 0.99 | 0.38 |
| Hex | C3 | 1 | 54 | 0 | 63 | 39 | 18 | 14E | 63 | 26 |
| Octal | 303 | 1 | 124 | 0 | 143 | 71 | 30 | 516 | 143 | 46 |
| Binary | 11000011 | 1 | 1010100 | 0 | 1100011 | 111001 | 11000 | 101001110 | 1100011 | 100110 |
Color Harmonies of #C30154
Complementary color
Monochromatic Colors of #C30154
Black with #C30154
Text Example
Text Example
White with #C30154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30154; }
p { color: rgb(195,1,84); }
H1.HeaderClassName
{
color: #C30154;
}
.AnyTagClassName
{
color: #C30154;
}
</style>
background-color css
<style>
a { background-color: #C30154; }
a { background-color: rgb(195,1,84); }
div.DivClassName
{
background-color: #C30154;
}
.BgClassName
{
background-color: #C30154;
}
</style>
border-color css
<style>
span { border-color: #C30154; }
span { border-color: rgb(195,1,84); }
td.TdClassName
{
border-color: #C30154;
}
.TagClassName
{
border-color: #C30154;
}
</style>