Html Css Color HEX #C11EA3 Medium Violet Red

📋 copy color: '#C11EA3'

red 193 ◦ green 30 ◦ blue 163

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

Shades of Medium Violet Red #C11EA3

Tints of Medium Violet Red #C11EA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 42.23%

R = 50%
G = 7.77%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C11EA3 (or 0xC11EA3) is known color: Medium Violet Red. HEX triplet: C1, 1E and A3. RGB value is (193,30,163). Sum of RGB (Red+Green+Blue) = 193+30+163=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 30 (12.11% from 255 or 7.77% from 386); Blue value is 163 (64.06% from 255 or 42.23% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C11EA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11EA3 is #3EE15C. Grayscale: #5D5D5D. Windows color (decimal): -4120925 or 10690241. OLE color: 10690241.

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

Color convert

RGB 193 30 163 -
CMYK 0 0.84 0.16 0.24
HSL 311.04º 0.73% 0.44% -
HSV(B) 311.04º 0.84% 0.76% -
XYZ 29.07 14.91 36 -
YUV 93.9 167 198.69 -
System Red Green Blue C M Y K H S L
Decimal 193 30 163 0 0.84 0.16 0.24 311.04 0.73 0.44
Hex C1 1E A3 0 54 10 18 137 49 2C
Octal 301 36 243 0 124 20 30 467 111 54
Binary 11000001 11110 10100011 0 1010100 10000 11000 100110111 1001001 101100

Color Harmonies of #C11EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11EA3

Black with #C11EA3

Text Example


Text Example

White with #C11EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11EA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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