Html Css Color HEX #C21164 Jazzberry Jam

📋 copy color: '#C21164'

red 194 ◦ green 17 ◦ blue 100

#C21164
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #C21164

Tints of Jazzberry Jam #C21164

RGB

 RED value IS 194 (76.17% from 255) = 62.38%

 GREEN value IS 17 (7.03% from 255) = 5.47%

 BLUE value IS 100 (39.45% from 255) = 32.15%

R = 62.38%
G = 5.47%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C21164 (or 0xC21164) is known color: Jazzberry Jam. HEX triplet: C2, 11 and 64. RGB value is (194,17,100). Sum of RGB (Red+Green+Blue) = 194+17+100=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C21164 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21164 is #3DEE9B. Grayscale: #4F4F4F. Windows color (decimal): -4058780 or 6558146. OLE color: 6558146.

HSL color Cylindrical-coordinate representation of color #C21164: hue angle of 331.86º 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 #C21164 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 17 100 -
CMYK 0 0.91 0.48 0.24
HSL 331.86º 0.84% 0.41% -
HSV(B) 331.86º 0.91% 0.76% -
XYZ 24.75 12.79 13.22 -
YUV 79.39 139.64 209.75 -
System Red Green Blue C M Y K H S L
Decimal 194 17 100 0 0.91 0.48 0.24 331.86 0.84 0.41
Hex C2 11 64 0 5B 30 18 14C 54 29
Octal 302 21 144 0 133 60 30 514 124 51
Binary 11000010 10001 1100100 0 1011011 110000 11000 101001100 1010100 101001

Color Harmonies of #C21164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21164

Black with #C21164

Text Example


Text Example

White with #C21164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21164; }

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

 H1.HeaderClassName
 {
   color: #C21164;
 }
 .AnyTagClassName
 {
   color: #C21164;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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