Html Css Color HEX #C1117C Medium Violet Red

📋 copy color: '#C1117C'

red 193 ◦ green 17 ◦ blue 124

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

Shades of Medium Violet Red #C1117C

Tints of Medium Violet Red #C1117C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 37.13%

R = 57.78%
G = 5.09%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C1117C (or 0xC1117C) is known color: Medium Violet Red. HEX triplet: C1, 11 and 7C. RGB value is (193,17,124). Sum of RGB (Red+Green+Blue) = 193+17+124=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 17 (7.03% from 255 or 5.09% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C1117C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1117C is #3EEE83. Grayscale: #515151. Windows color (decimal): -4124292 or 8131009. OLE color: 8131009.

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

Color convert

RGB 193 17 124 -
CMYK 0 0.91 0.36 0.24
HSL 323.52º 0.84% 0.41% -
HSV(B) 323.52º 0.91% 0.76% -
XYZ 25.83 13.19 20.25 -
YUV 81.82 151.81 207.3 -
System Red Green Blue C M Y K H S L
Decimal 193 17 124 0 0.91 0.36 0.24 323.52 0.84 0.41
Hex C1 11 7C 0 5B 24 18 144 54 29
Octal 301 21 174 0 133 44 30 504 124 51
Binary 11000001 10001 1111100 0 1011011 100100 11000 101000100 1010100 101001

Color Harmonies of #C1117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1117C

Black with #C1117C

Text Example


Text Example

White with #C1117C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1117C; }

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

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

background-color css

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

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

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

border-color css

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

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

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