Html Css Color HEX #C1145B Jazzberry Jam

📋 copy color: '#C1145B'

red 193 ◦ green 20 ◦ blue 91

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

Shades of Jazzberry Jam #C1145B

Tints of Jazzberry Jam #C1145B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.93%

R = 63.49%
G = 6.58%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C1145B (or 0xC1145B) is known color: Jazzberry Jam. HEX triplet: C1, 14 and 5B. RGB value is (193,20,91). Sum of RGB (Red+Green+Blue) = 193+20+91=304 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.49% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 193 - color contains mainly: red. Hex color #C1145B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1145B is #3EEBA4. Grayscale: #4F4F4F. Windows color (decimal): -4123557 or 5969089. OLE color: 5969089.

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

Color convert

RGB 193 20 91 -
CMYK 0 0.90 0.53 0.24
HSL 335.38º 0.81% 0.42% -
HSV(B) 335.38º 0.9% 0.76% -
XYZ 24.13 12.59 11.06 -
YUV 79.82 134.31 208.73 -
System Red Green Blue C M Y K H S L
Decimal 193 20 91 0 0.90 0.53 0.24 335.38 0.81 0.42
Hex C1 14 5B 0 5A 35 18 14F 51 2A
Octal 301 24 133 0 132 65 30 517 121 52
Binary 11000001 10100 1011011 0 1011010 110101 11000 101001111 1010001 101010

Color Harmonies of #C1145B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1145B

Black with #C1145B

Text Example


Text Example

White with #C1145B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1145B; }

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

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

background-color css

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

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

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

border-color css

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

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

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