Html Css Color HEX #C11561 Jazzberry Jam

📋 copy color: '#C11561'

red 193 ◦ green 21 ◦ blue 97

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

Shades of Jazzberry Jam #C11561

Tints of Jazzberry Jam #C11561

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.75%

 BLUE value IS 97 (38.28% from 255) = 31.19%

R = 62.06%
G = 6.75%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C11561 (or 0xC11561) is known color: Jazzberry Jam. HEX triplet: C1, 15 and 61. RGB value is (193,21,97). Sum of RGB (Red+Green+Blue) = 193+21+97=311 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.06% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 193 - color contains mainly: red. Hex color #C11561 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11561 is #3EEA9E. Grayscale: #505050. Windows color (decimal): -4123295 or 6362561. OLE color: 6362561.

HSL color Cylindrical-coordinate representation of color #C11561: hue angle of 333.49º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C11561 is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 21 97 -
CMYK 0 0.89 0.50 0.24
HSL 333.49º 0.8% 0.42% -
HSV(B) 333.49º 0.89% 0.76% -
XYZ 24.42 12.74 12.48 -
YUV 81.09 136.98 207.82 -
System Red Green Blue C M Y K H S L
Decimal 193 21 97 0 0.89 0.50 0.24 333.49 0.8 0.42
Hex C1 15 61 0 59 32 18 14D 50 2A
Octal 301 25 141 0 131 62 30 515 120 52
Binary 11000001 10101 1100001 0 1011001 110010 11000 101001101 1010000 101010

Color Harmonies of #C11561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11561

Black with #C11561

Text Example


Text Example

White with #C11561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11561; }

 p { color: rgb(193,21,97); }

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

background-color css

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

 a { background-color: rgb(193,21,97); }

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

border-color css

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

 span { border-color: rgb(193,21,97); }

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