Html Css Color HEX #C1368C Medium Red Violet

📋 copy color: '#C1368C'

red 193 ◦ green 54 ◦ blue 140

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

Shades of Medium Red Violet #C1368C

Tints of Medium Red Violet #C1368C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.95%

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

R = 49.87%
G = 13.95%
B = 36.18%

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

#C1368C (or 0xC1368C) is known color: Medium Red Violet. HEX triplet: C1, 36 and 8C. RGB value is (193,54,140). Sum of RGB (Red+Green+Blue) = 193+54+140=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 54 (21.48% from 255 or 13.95% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C1368C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1368C is #3EC973. Grayscale: #696969. Windows color (decimal): -4114804 or 9189057. OLE color: 9189057.

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

Color convert

RGB 193 54 140 -
CMYK 0 0.72 0.27 0.24
HSL 322.88º 0.56% 0.48% -
HSV(B) 322.88º 0.72% 0.76% -
XYZ 28.05 15.87 26.4 -
YUV 105.37 147.55 190.51 -
System Red Green Blue C M Y K H S L
Decimal 193 54 140 0 0.72 0.27 0.24 322.88 0.56 0.48
Hex C1 36 8C 0 48 1B 18 143 38 30
Octal 301 66 214 0 110 33 30 503 70 60
Binary 11000001 110110 10001100 0 1001000 11011 11000 101000011 111000 110000

Color Harmonies of #C1368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1368C

Black with #C1368C

Text Example


Text Example

White with #C1368C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1368C; }

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

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

background-color css

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

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

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

border-color css

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

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

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