Html Css Color HEX #C11394 Medium Violet Red

📋 copy color: '#C11394'

red 193 ◦ green 19 ◦ blue 148

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

Shades of Medium Violet Red #C11394

Tints of Medium Violet Red #C11394

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.28%

 BLUE value IS 148 (58.2% from 255) = 41.11%

R = 53.61%
G = 5.28%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C11394 (or 0xC11394) is known color: Medium Violet Red. HEX triplet: C1, 13 and 94. RGB value is (193,19,148). Sum of RGB (Red+Green+Blue) = 193+19+148=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 19 (7.81% from 255 or 5.28% from 360); Blue value is 148 (58.20% from 255 or 41.11% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C11394 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11394 is #3EEC6B. Grayscale: #555555. Windows color (decimal): -4123756 or 9704385. OLE color: 9704385.

HSL color Cylindrical-coordinate representation of color #C11394: hue angle of 315.52º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C11394 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 19 148 -
CMYK 0 0.90 0.23 0.24
HSL 315.52º 0.82% 0.42% -
HSV(B) 315.52º 0.9% 0.76% -
XYZ 27.57 13.94 29.25 -
YUV 85.73 163.15 204.51 -
System Red Green Blue C M Y K H S L
Decimal 193 19 148 0 0.90 0.23 0.24 315.52 0.82 0.42
Hex C1 13 94 0 5A 17 18 13C 52 2A
Octal 301 23 224 0 132 27 30 474 122 52
Binary 11000001 10011 10010100 0 1011010 10111 11000 100111100 1010010 101010

Color Harmonies of #C11394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11394

Black with #C11394

Text Example


Text Example

White with #C11394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11394; }

 p { color: rgb(193,19,148); }

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

background-color css

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

 a { background-color: rgb(193,19,148); }

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

border-color css

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

 span { border-color: rgb(193,19,148); }

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