Html Css Color HEX #C11E9C Medium Violet Red

📋 copy color: '#C11E9C'

red 193 ◦ green 30 ◦ blue 156

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

Shades of Medium Violet Red #C11E9C

Tints of Medium Violet Red #C11E9C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.92%

 BLUE value IS 156 (61.33% from 255) = 41.16%

R = 50.92%
G = 7.92%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C11E9C (or 0xC11E9C) is known color: Medium Violet Red. HEX triplet: C1, 1E and 9C. RGB value is (193,30,156). Sum of RGB (Red+Green+Blue) = 193+30+156=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 30 (12.11% from 255 or 7.92% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C11E9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11E9C is #3EE163. Grayscale: #5C5C5C. Windows color (decimal): -4120932 or 10231489. OLE color: 10231489.

HSL color Cylindrical-coordinate representation of color #C11E9C: hue angle of 313.62º degrees, saturation: 0.73, 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 #C11E9C is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 30 156 -
CMYK 0 0.84 0.19 0.24
HSL 313.62º 0.73% 0.44% -
HSV(B) 313.62º 0.84% 0.76% -
XYZ 28.46 14.67 32.78 -
YUV 93.1 163.5 199.25 -
System Red Green Blue C M Y K H S L
Decimal 193 30 156 0 0.84 0.19 0.24 313.62 0.73 0.44
Hex C1 1E 9C 0 54 13 18 13A 49 2C
Octal 301 36 234 0 124 23 30 472 111 54
Binary 11000001 11110 10011100 0 1010100 10011 11000 100111010 1001001 101100

Color Harmonies of #C11E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11E9C

Black with #C11E9C

Text Example


Text Example

White with #C11E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11E9C; }

 p { color: rgb(193,30,156); }

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

background-color css

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

 a { background-color: rgb(193,30,156); }

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

border-color css

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

 span { border-color: rgb(193,30,156); }

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