Shades of Jazzberry Jam #C30053
Tints of Jazzberry Jam #C30053
RGB
CMYK
RGB Variations
Color information
#C30053 (or 0xC30053) is known color: Jazzberry Jam. HEX triplet: C3, 00 and 53. RGB value is (195,0,83). Sum of RGB (Red+Green+Blue) = 195+0+83=278 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.14% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 83 (32.81% from 255 or 29.86% from 278); Max value from RGB is 195 - color contains mainly: red. Hex color #C30053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30053 is #3CFFAC. Grayscale: #434343. Windows color (decimal): -3997613 or 5439683. OLE color: 5439683.
HSL color Cylindrical-coordinate representation of color #C30053: hue angle of 334.46º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C30053 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 0 | 83 | - |
| CMYK | 0 | 1 | 0.57 | 0.24 |
| HSL | 334.46º | 1% | 0.38% | - |
| HSV(B) | 334.46º | 1% | 0.76% | - |
| XYZ | 24.07 | 12.23 | 9.28 | - |
| YUV | 67.77 | 136.6 | 218.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 83 | 0 | 1 | 0.57 | 0.24 | 334.46 | 1 | 0.38 |
| Hex | C3 | 0 | 53 | 0 | 64 | 39 | 18 | 14E | 64 | 26 |
| Octal | 303 | 0 | 123 | 0 | 144 | 71 | 30 | 516 | 144 | 46 |
| Binary | 11000011 | 0 | 1010011 | 0 | 1100100 | 111001 | 11000 | 101001110 | 1100100 | 100110 |
Color Harmonies of #C30053
Complementary color
Monochromatic Colors of #C30053
Black with #C30053
Text Example
Text Example
White with #C30053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30053; }
p { color: rgb(195,0,83); }
H1.HeaderClassName
{
color: #C30053;
}
.AnyTagClassName
{
color: #C30053;
}
</style>
background-color css
<style>
a { background-color: #C30053; }
a { background-color: rgb(195,0,83); }
div.DivClassName
{
background-color: #C30053;
}
.BgClassName
{
background-color: #C30053;
}
</style>
border-color css
<style>
span { border-color: #C30053; }
span { border-color: rgb(195,0,83); }
td.TdClassName
{
border-color: #C30053;
}
.TagClassName
{
border-color: #C30053;
}
</style>