Html Css Color HEX #C11F9E Medium Violet Red

📋 copy color: '#C11F9E'

red 193 ◦ green 31 ◦ blue 158

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

Shades of Medium Violet Red #C11F9E

Tints of Medium Violet Red #C11F9E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.12%

 BLUE value IS 158 (62.11% from 255) = 41.36%

R = 50.52%
G = 8.12%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C11F9E (or 0xC11F9E) is known color: Medium Violet Red. HEX triplet: C1, 1F and 9E. RGB value is (193,31,158). Sum of RGB (Red+Green+Blue) = 193+31+158=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 31 (12.5% from 255 or 8.12% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C11F9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11F9E is #3EE061. Grayscale: #5D5D5D. Windows color (decimal): -4120674 or 10362817. OLE color: 10362817.

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

Color convert

RGB 193 31 158 -
CMYK 0 0.84 0.18 0.24
HSL 312.96º 0.72% 0.44% -
HSV(B) 312.96º 0.84% 0.76% -
XYZ 28.65 14.79 33.69 -
YUV 93.92 164.17 198.67 -
System Red Green Blue C M Y K H S L
Decimal 193 31 158 0 0.84 0.18 0.24 312.96 0.72 0.44
Hex C1 1F 9E 0 54 12 18 139 48 2C
Octal 301 37 236 0 124 22 30 471 110 54
Binary 11000001 11111 10011110 0 1010100 10010 11000 100111001 1001000 101100

Color Harmonies of #C11F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11F9E

Black with #C11F9E

Text Example


Text Example

White with #C11F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11F9E; }

 p { color: rgb(193,31,158); }

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

background-color css

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

 a { background-color: rgb(193,31,158); }

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

border-color css

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

 span { border-color: rgb(193,31,158); }

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