Html Css Color HEX #C1118C Medium Violet Red

📋 copy color: '#C1118C'

red 193 ◦ green 17 ◦ blue 140

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

Shades of Medium Violet Red #C1118C

Tints of Medium Violet Red #C1118C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.86%

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

R = 55.14%
G = 4.86%
B = 40%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C1118C (or 0xC1118C) is known color: Medium Violet Red. HEX triplet: C1, 11 and 8C. RGB value is (193,17,140). Sum of RGB (Red+Green+Blue) = 193+17+140=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C1118C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1118C is #3EEE73. Grayscale: #535353. Windows color (decimal): -4124276 or 9179585. OLE color: 9179585.

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

Color convert

RGB 193 17 140 -
CMYK 0 0.91 0.27 0.24
HSL 318.07º 0.84% 0.41% -
HSV(B) 318.07º 0.91% 0.76% -
XYZ 26.93 13.63 26.02 -
YUV 83.65 159.81 206 -
System Red Green Blue C M Y K H S L
Decimal 193 17 140 0 0.91 0.27 0.24 318.07 0.84 0.41
Hex C1 11 8C 0 5B 1B 18 13E 54 29
Octal 301 21 214 0 133 33 30 476 124 51
Binary 11000001 10001 10001100 0 1011011 11011 11000 100111110 1010100 101001

Color Harmonies of #C1118C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1118C

Black with #C1118C

Text Example


Text Example

White with #C1118C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1118C; }

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

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

background-color css

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

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

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

border-color css

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

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

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