Html Css Color HEX #C11364 Jazzberry Jam

📋 copy color: '#C11364'

red 193 ◦ green 19 ◦ blue 100

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

Shades of Jazzberry Jam #C11364

Tints of Jazzberry Jam #C11364

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.09%

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

R = 61.86%
G = 6.09%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C11364 (or 0xC11364) is known color: Jazzberry Jam. HEX triplet: C1, 13 and 64. RGB value is (193,19,100). Sum of RGB (Red+Green+Blue) = 193+19+100=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C11364 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11364 is #3EEC9B. Grayscale: #505050. Windows color (decimal): -4123804 or 6558657. OLE color: 6558657.

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

Color convert

RGB 193 19 100 -
CMYK 0 0.90 0.48 0.24
HSL 332.07º 0.82% 0.42% -
HSV(B) 332.07º 0.9% 0.76% -
XYZ 24.53 12.72 13.22 -
YUV 80.26 139.15 208.41 -
System Red Green Blue C M Y K H S L
Decimal 193 19 100 0 0.90 0.48 0.24 332.07 0.82 0.42
Hex C1 13 64 0 5A 30 18 14C 52 2A
Octal 301 23 144 0 132 60 30 514 122 52
Binary 11000001 10011 1100100 0 1011010 110000 11000 101001100 1010010 101010

Color Harmonies of #C11364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11364

Black with #C11364

Text Example


Text Example

White with #C11364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11364; }

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

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

background-color css

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

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

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

border-color css

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

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

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