Html Css Color HEX #C11462 Jazzberry Jam

📋 copy color: '#C11462'

red 193 ◦ green 20 ◦ blue 98

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

Shades of Jazzberry Jam #C11462

Tints of Jazzberry Jam #C11462

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.43%

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

R = 62.06%
G = 6.43%
B = 31.51%

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

#C11462 (or 0xC11462) is known color: Jazzberry Jam. HEX triplet: C1, 14 and 62. RGB value is (193,20,98). Sum of RGB (Red+Green+Blue) = 193+20+98=311 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.06% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 193 - color contains mainly: red. Hex color #C11462 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11462 is #3EEB9D. Grayscale: #505050. Windows color (decimal): -4123550 or 6427841. OLE color: 6427841.

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

Color convert

RGB 193 20 98 -
CMYK 0 0.90 0.49 0.24
HSL 332.95º 0.81% 0.42% -
HSV(B) 332.95º 0.9% 0.76% -
XYZ 24.45 12.72 12.72 -
YUV 80.62 137.81 208.16 -
System Red Green Blue C M Y K H S L
Decimal 193 20 98 0 0.90 0.49 0.24 332.95 0.81 0.42
Hex C1 14 62 0 5A 31 18 14D 51 2A
Octal 301 24 142 0 132 61 30 515 121 52
Binary 11000001 10100 1100010 0 1011010 110001 11000 101001101 1010001 101010

Color Harmonies of #C11462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11462

Black with #C11462

Text Example


Text Example

White with #C11462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11462; }

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

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

background-color css

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

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

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

border-color css

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

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

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