Shades of Jazzberry Jam #C20D5C
Tints of Jazzberry Jam #C20D5C
RGB
CMYK
RGB Variations
Color information
#C20D5C (or 0xC20D5C) is known color: Jazzberry Jam. HEX triplet: C2, 0D and 5C. RGB value is (194,13,92). Sum of RGB (Red+Green+Blue) = 194+13+92=299 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.88% from 299); Green value is 13 (5.47% from 255 or 4.35% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 194 - color contains mainly: red. Hex color #C20D5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20D5C is #3DF2A3. Grayscale: #4B4B4B. Windows color (decimal): -4059812 or 6032834. OLE color: 6032834.
HSL color Cylindrical-coordinate representation of color #C20D5C: hue angle of 333.81º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C20D5C is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 13 | 92 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.24 |
| HSL | 333.81º | 0.87% | 0.41% | - |
| HSV(B) | 333.81º | 0.93% | 0.76% | - |
| XYZ | 24.32 | 12.53 | 11.26 | - |
| YUV | 76.13 | 136.97 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 13 | 92 | 0 | 0.93 | 0.53 | 0.24 | 333.81 | 0.87 | 0.41 |
| Hex | C2 | D | 5C | 0 | 5D | 35 | 18 | 14E | 57 | 29 |
| Octal | 302 | 15 | 134 | 0 | 135 | 65 | 30 | 516 | 127 | 51 |
| Binary | 11000010 | 1101 | 1011100 | 0 | 1011101 | 110101 | 11000 | 101001110 | 1010111 | 101001 |
Color Harmonies of #C20D5C
Complementary color
Monochromatic Colors of #C20D5C
Black with #C20D5C
Text Example
Text Example
White with #C20D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20D5C; }
p { color: rgb(194,13,92); }
H1.HeaderClassName
{
color: #C20D5C;
}
.AnyTagClassName
{
color: #C20D5C;
}
</style>
background-color css
<style>
a { background-color: #C20D5C; }
a { background-color: rgb(194,13,92); }
div.DivClassName
{
background-color: #C20D5C;
}
.BgClassName
{
background-color: #C20D5C;
}
</style>
border-color css
<style>
span { border-color: #C20D5C; }
span { border-color: rgb(194,13,92); }
td.TdClassName
{
border-color: #C20D5C;
}
.TagClassName
{
border-color: #C20D5C;
}
</style>