Html Css Color HEX #C1145C Jazzberry Jam

📋 copy color: '#C1145C'

red 193 ◦ green 20 ◦ blue 92

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

Shades of Jazzberry Jam #C1145C

Tints of Jazzberry Jam #C1145C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.16%

R = 63.28%
G = 6.56%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C1145C (or 0xC1145C) is known color: Jazzberry Jam. HEX triplet: C1, 14 and 5C. RGB value is (193,20,92). Sum of RGB (Red+Green+Blue) = 193+20+92=305 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.28% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 193 - color contains mainly: red. Hex color #C1145C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1145C is #3EEBA3. Grayscale: #4F4F4F. Windows color (decimal): -4123556 or 6034625. OLE color: 6034625.

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

Color convert

RGB 193 20 92 -
CMYK 0 0.90 0.52 0.24
HSL 335.03º 0.81% 0.42% -
HSV(B) 335.03º 0.9% 0.76% -
XYZ 24.17 12.61 11.29 -
YUV 79.94 134.81 208.65 -
System Red Green Blue C M Y K H S L
Decimal 193 20 92 0 0.90 0.52 0.24 335.03 0.81 0.42
Hex C1 14 5C 0 5A 34 18 14F 51 2A
Octal 301 24 134 0 132 64 30 517 121 52
Binary 11000001 10100 1011100 0 1011010 110100 11000 101001111 1010001 101010

Color Harmonies of #C1145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1145C

Black with #C1145C

Text Example


Text Example

White with #C1145C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1145C; }

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

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

background-color css

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

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

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

border-color css

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

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

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