Html Css Color HEX #C11362 Jazzberry Jam

📋 copy color: '#C11362'

red 193 ◦ green 19 ◦ blue 98

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

Shades of Jazzberry Jam #C11362

Tints of Jazzberry Jam #C11362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.61%

R = 62.26%
G = 6.13%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C11362 (or 0xC11362) is known color: Jazzberry Jam. HEX triplet: C1, 13 and 62. RGB value is (193,19,98). Sum of RGB (Red+Green+Blue) = 193+19+98=310 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.26% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 193 - color contains mainly: red. Hex color #C11362 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11362 is #3EEC9D. Grayscale: #4F4F4F. Windows color (decimal): -4123806 or 6427585. OLE color: 6427585.

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

Color convert

RGB 193 19 98 -
CMYK 0 0.90 0.49 0.24
HSL 332.76º 0.82% 0.42% -
HSV(B) 332.76º 0.9% 0.76% -
XYZ 24.43 12.69 12.72 -
YUV 80.03 138.15 208.58 -
System Red Green Blue C M Y K H S L
Decimal 193 19 98 0 0.90 0.49 0.24 332.76 0.82 0.42
Hex C1 13 62 0 5A 31 18 14D 52 2A
Octal 301 23 142 0 132 61 30 515 122 52
Binary 11000001 10011 1100010 0 1011010 110001 11000 101001101 1010010 101010

Color Harmonies of #C11362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11362

Black with #C11362

Text Example


Text Example

White with #C11362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11362; }

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

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

background-color css

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

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

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

border-color css

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

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

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