Html Css Color HEX #C11169 Jazzberry Jam

📋 copy color: '#C11169'

red 193 ◦ green 17 ◦ blue 105

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

Shades of Jazzberry Jam #C11169

Tints of Jazzberry Jam #C11169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.33%

R = 61.27%
G = 5.4%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C11169 (or 0xC11169) is known color: Jazzberry Jam. HEX triplet: C1, 11 and 69. RGB value is (193,17,105). Sum of RGB (Red+Green+Blue) = 193+17+105=315 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.27% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 193 - color contains mainly: red. Hex color #C11169 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11169 is #3EEE96. Grayscale: #4F4F4F. Windows color (decimal): -4124311 or 6885825. OLE color: 6885825.

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

Color convert

RGB 193 17 105 -
CMYK 0 0.91 0.46 0.24
HSL 330º 0.84% 0.41% -
HSV(B) 330º 0.91% 0.76% -
XYZ 24.74 12.76 14.52 -
YUV 79.66 142.31 208.84 -
System Red Green Blue C M Y K H S L
Decimal 193 17 105 0 0.91 0.46 0.24 330 0.84 0.41
Hex C1 11 69 0 5B 2E 18 14A 54 29
Octal 301 21 151 0 133 56 30 512 124 51
Binary 11000001 10001 1101001 0 1011011 101110 11000 101001010 1010100 101001

Color Harmonies of #C11169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11169

Black with #C11169

Text Example


Text Example

White with #C11169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11169; }

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

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

background-color css

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

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

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

border-color css

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

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

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