Shades of Jazzberry Jam #C21466
Tints of Jazzberry Jam #C21466
RGB
CMYK
RGB Variations
Color information
#C21466 (or 0xC21466) is known color: Jazzberry Jam. HEX triplet: C2, 14 and 66. RGB value is (194,20,102). Sum of RGB (Red+Green+Blue) = 194+20+102=316 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.39% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 194 - color contains mainly: red. Hex color #C21466 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21466 is #3DEB99. Grayscale: #515151. Windows color (decimal): -4058010 or 6689986. OLE color: 6689986.
HSL color Cylindrical-coordinate representation of color #C21466: hue angle of 331.72º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21466 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 20 | 102 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.24 |
| HSL | 331.72º | 0.81% | 0.42% | - |
| HSV(B) | 331.72º | 0.9% | 0.76% | - |
| XYZ | 24.9 | 12.93 | 13.75 | - |
| YUV | 81.37 | 139.65 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 20 | 102 | 0 | 0.90 | 0.47 | 0.24 | 331.72 | 0.81 | 0.42 |
| Hex | C2 | 14 | 66 | 0 | 5A | 2F | 18 | 14C | 51 | 2A |
| Octal | 302 | 24 | 146 | 0 | 132 | 57 | 30 | 514 | 121 | 52 |
| Binary | 11000010 | 10100 | 1100110 | 0 | 1011010 | 101111 | 11000 | 101001100 | 1010001 | 101010 |
Color Harmonies of #C21466
Complementary color
Monochromatic Colors of #C21466
Black with #C21466
Text Example
Text Example
White with #C21466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21466; }
p { color: rgb(194,20,102); }
H1.HeaderClassName
{
color: #C21466;
}
.AnyTagClassName
{
color: #C21466;
}
</style>
background-color css
<style>
a { background-color: #C21466; }
a { background-color: rgb(194,20,102); }
div.DivClassName
{
background-color: #C21466;
}
.BgClassName
{
background-color: #C21466;
}
</style>
border-color css
<style>
span { border-color: #C21466; }
span { border-color: rgb(194,20,102); }
td.TdClassName
{
border-color: #C21466;
}
.TagClassName
{
border-color: #C21466;
}
</style>