Shades of Jazzberry Jam #C21265
Tints of Jazzberry Jam #C21265
RGB
CMYK
RGB Variations
Color information
#C21265 (or 0xC21265) is known color: Jazzberry Jam. HEX triplet: C2, 12 and 65. RGB value is (194,18,101). Sum of RGB (Red+Green+Blue) = 194+18+101=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C21265 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21265 is #3DED9A. Grayscale: #4F4F4F. Windows color (decimal): -4058523 or 6623938. OLE color: 6623938.
HSL color Cylindrical-coordinate representation of color #C21265: hue angle of 331.7º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C21265 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 18 | 101 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.24 |
| HSL | 331.7º | 0.83% | 0.42% | - |
| HSV(B) | 331.7º | 0.91% | 0.76% | - |
| XYZ | 24.81 | 12.84 | 13.48 | - |
| YUV | 80.09 | 139.81 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 101 | 0 | 0.91 | 0.48 | 0.24 | 331.7 | 0.83 | 0.42 |
| Hex | C2 | 12 | 65 | 0 | 5B | 30 | 18 | 14C | 53 | 2A |
| Octal | 302 | 22 | 145 | 0 | 133 | 60 | 30 | 514 | 123 | 52 |
| Binary | 11000010 | 10010 | 1100101 | 0 | 1011011 | 110000 | 11000 | 101001100 | 1010011 | 101010 |
Color Harmonies of #C21265
Complementary color
Monochromatic Colors of #C21265
Black with #C21265
Text Example
Text Example
White with #C21265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21265; }
p { color: rgb(194,18,101); }
H1.HeaderClassName
{
color: #C21265;
}
.AnyTagClassName
{
color: #C21265;
}
</style>
background-color css
<style>
a { background-color: #C21265; }
a { background-color: rgb(194,18,101); }
div.DivClassName
{
background-color: #C21265;
}
.BgClassName
{
background-color: #C21265;
}
</style>
border-color css
<style>
span { border-color: #C21265; }
span { border-color: rgb(194,18,101); }
td.TdClassName
{
border-color: #C21265;
}
.TagClassName
{
border-color: #C21265;
}
</style>