Html Css Color HEX #C11564 Jazzberry Jam

📋 copy color: '#C11564'

red 193 ◦ green 21 ◦ blue 100

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

Shades of Jazzberry Jam #C11564

Tints of Jazzberry Jam #C11564

RGB

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

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

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

R = 61.46%
G = 6.69%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C11564 (or 0xC11564) is known color: Jazzberry Jam. HEX triplet: C1, 15 and 64. RGB value is (193,21,100). Sum of RGB (Red+Green+Blue) = 193+21+100=314 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.46% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 193 - color contains mainly: red. Hex color #C11564 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11564 is #3EEA9B. Grayscale: #515151. Windows color (decimal): -4123292 or 6559169. OLE color: 6559169.

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

Color convert

RGB 193 21 100 -
CMYK 0 0.89 0.48 0.24
HSL 332.44º 0.8% 0.42% -
HSV(B) 332.44º 0.89% 0.76% -
XYZ 24.56 12.79 13.23 -
YUV 81.43 138.48 207.58 -
System Red Green Blue C M Y K H S L
Decimal 193 21 100 0 0.89 0.48 0.24 332.44 0.8 0.42
Hex C1 15 64 0 59 30 18 14C 50 2A
Octal 301 25 144 0 131 60 30 514 120 52
Binary 11000001 10101 1100100 0 1011001 110000 11000 101001100 1010000 101010

Color Harmonies of #C11564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11564

Black with #C11564

Text Example


Text Example

White with #C11564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11564; }

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

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

background-color css

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

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

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

border-color css

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

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

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