Shades of Jazzberry Jam #C10455
Tints of Jazzberry Jam #C10455
RGB
CMYK
RGB Variations
Color information
#C10455 (or 0xC10455) is known color: Jazzberry Jam. HEX triplet: C1, 04 and 55. RGB value is (193,4,85). Sum of RGB (Red+Green+Blue) = 193+4+85=282 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.44% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 193 - color contains mainly: red. Hex color #C10455 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10455 is #3EFBAA. Grayscale: #454545. Windows color (decimal): -4127659 or 5571777. OLE color: 5571777.
HSL color Cylindrical-coordinate representation of color #C10455: hue angle of 334.29º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C10455 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 4 | 85 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.24 |
| HSL | 334.29º | 0.96% | 0.39% | - |
| HSV(B) | 334.29º | 0.98% | 0.76% | - |
| XYZ | 23.68 | 12.08 | 9.68 | - |
| YUV | 69.75 | 136.62 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 4 | 85 | 0 | 0.98 | 0.56 | 0.24 | 334.29 | 0.96 | 0.39 |
| Hex | C1 | 4 | 55 | 0 | 62 | 38 | 18 | 14E | 60 | 27 |
| Octal | 301 | 4 | 125 | 0 | 142 | 70 | 30 | 516 | 140 | 47 |
| Binary | 11000001 | 100 | 1010101 | 0 | 1100010 | 111000 | 11000 | 101001110 | 1100000 | 100111 |
Color Harmonies of #C10455
Complementary color
Monochromatic Colors of #C10455
Black with #C10455
Text Example
Text Example
White with #C10455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10455; }
p { color: rgb(193,4,85); }
H1.HeaderClassName
{
color: #C10455;
}
.AnyTagClassName
{
color: #C10455;
}
</style>
background-color css
<style>
a { background-color: #C10455; }
a { background-color: rgb(193,4,85); }
div.DivClassName
{
background-color: #C10455;
}
.BgClassName
{
background-color: #C10455;
}
</style>
border-color css
<style>
span { border-color: #C10455; }
span { border-color: rgb(193,4,85); }
td.TdClassName
{
border-color: #C10455;
}
.TagClassName
{
border-color: #C10455;
}
</style>