Html Css Color HEX #C1378C Medium Red Violet

📋 copy color: '#C1378C'

red 193 ◦ green 55 ◦ blue 140

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

Shades of Medium Red Violet #C1378C

Tints of Medium Red Violet #C1378C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.18%

 BLUE value IS 140 (55.08% from 255) = 36.08%

R = 49.74%
G = 14.18%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C1378C (or 0xC1378C) is known color: Medium Red Violet. HEX triplet: C1, 37 and 8C. RGB value is (193,55,140). Sum of RGB (Red+Green+Blue) = 193+55+140=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 55 (21.88% from 255 or 14.18% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C1378C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1378C is #3EC873. Grayscale: #696969. Windows color (decimal): -4114548 or 9189313. OLE color: 9189313.

HSL color Cylindrical-coordinate representation of color #C1378C: hue angle of 323.04º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C1378C is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 55 140 -
CMYK 0 0.72 0.27 0.24
HSL 323.04º 0.56% 0.49% -
HSV(B) 323.04º 0.72% 0.76% -
XYZ 28.09 15.96 26.41 -
YUV 105.95 147.22 190.09 -
System Red Green Blue C M Y K H S L
Decimal 193 55 140 0 0.72 0.27 0.24 323.04 0.56 0.49
Hex C1 37 8C 0 48 1B 18 143 38 31
Octal 301 67 214 0 110 33 30 503 70 61
Binary 11000001 110111 10001100 0 1001000 11011 11000 101000011 111000 110001

Color Harmonies of #C1378C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1378C

Black with #C1378C

Text Example


Text Example

White with #C1378C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1378C; }

 p { color: rgb(193,55,140); }

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

background-color css

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

 a { background-color: rgb(193,55,140); }

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

border-color css

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

 span { border-color: rgb(193,55,140); }

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