Html Css Color HEX #C11164 Jazzberry Jam

📋 copy color: '#C11164'

red 193 ◦ green 17 ◦ blue 100

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

Shades of Jazzberry Jam #C11164

Tints of Jazzberry Jam #C11164

RGB

 RED value IS 193 (75.78% from 255) = 62.26%

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

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

R = 62.26%
G = 5.48%
B = 32.26%

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

#C11164 (or 0xC11164) is known color: Jazzberry Jam. HEX triplet: C1, 11 and 64. RGB value is (193,17,100). Sum of RGB (Red+Green+Blue) = 193+17+100=310 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.26% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 193 - color contains mainly: red. Hex color #C11164 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11164 is #3EEE9B. Grayscale: #4E4E4E. Windows color (decimal): -4124316 or 6558145. OLE color: 6558145.

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

Color convert

RGB 193 17 100 -
CMYK 0 0.91 0.48 0.24
HSL 331.7º 0.84% 0.41% -
HSV(B) 331.7º 0.91% 0.76% -
XYZ 24.49 12.66 13.21 -
YUV 79.09 139.81 209.25 -
System Red Green Blue C M Y K H S L
Decimal 193 17 100 0 0.91 0.48 0.24 331.7 0.84 0.41
Hex C1 11 64 0 5B 30 18 14C 54 29
Octal 301 21 144 0 133 60 30 514 124 51
Binary 11000001 10001 1100100 0 1011011 110000 11000 101001100 1010100 101001

Color Harmonies of #C11164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11164

Black with #C11164

Text Example


Text Example

White with #C11164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11164; }

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

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

background-color css

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

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

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

border-color css

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

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

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