#C21168

Color #C21168 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #C21168

Tints of Jazzberry Jam #C21168

Color information

#C21168 (or 0xC21168) is unknown color: approx Jazzberry Jam. HEX triplet: C2, 11 and 68. RGB value is (194,17,104). Sum of RGB (Red+Green+Blue) = 194+17+104=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C21168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21168 is #3DEE97. Grayscale: #4F4F4F. Windows color (decimal): -4058776 or 6820290. OLE color: 6820290.

HSL color Cylindrical-coordinate representation of color #C21168: hue angle of 330.51º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C21168 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB19417104-
CMYK00.910.460.24
HSL330.51º83.89%41.37%-
HSV(B)330.51º91.24%76.08%-
XYZ24.9512.8714.27-
YUV79.84141.64209.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 61.59%
GREEN value IS 17 (7.03% from 255) = 5.40%
BLUE value IS 104 (41.02% from 255) = 33.02%
R=61.59%
G=5.40%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941710400.910.460.24330.5183.8941.37
HexC2116805B2E1814b5429
Octal302211500133563051312451
Binary1100001010001110100001011011101110110001010010111010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21168; }

 p { color: rgb(194,17,104); }

 H1.HeaderClassName
 {
   color: #C21168;
 }
 .AnyTagClassName
 {
   color: #C21168;
 }
</style>
background-color css

<style>
 a { background-color: #C21168; }

 a { background-color: rgb(194,17,104); }

 div.DivClassName
 {
   background-color: #C21168;
 }
 .BgClassName
 {
   background-color: #C21168;
 }
</style>
border-color css

<style>
 span { border-color: #C21168; }

 span { border-color: rgb(194,17,104); }

 td.TdClassName
 {
   border-color: #C21168;
 }
 .TagClassName
 {
   border-color: #C21168;
 }
</style>