Html Css Color HEX #C11E92 Medium Violet Red

📋 copy color: '#C11E92'

red 193 ◦ green 30 ◦ blue 146

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

Shades of Medium Violet Red #C11E92

Tints of Medium Violet Red #C11E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.57%

R = 52.3%
G = 8.13%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C11E92 (or 0xC11E92) is known color: Medium Violet Red. HEX triplet: C1, 1E and 92. RGB value is (193,30,146). Sum of RGB (Red+Green+Blue) = 193+30+146=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 30 (12.11% from 255 or 8.13% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C11E92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11E92 is #3EE16D. Grayscale: #5B5B5B. Windows color (decimal): -4120942 or 9576129. OLE color: 9576129.

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

Color convert

RGB 193 30 146 -
CMYK 0 0.84 0.24 0.24
HSL 317.3º 0.73% 0.44% -
HSV(B) 317.3º 0.84% 0.76% -
XYZ 27.64 14.34 28.51 -
YUV 91.96 158.5 200.07 -
System Red Green Blue C M Y K H S L
Decimal 193 30 146 0 0.84 0.24 0.24 317.3 0.73 0.44
Hex C1 1E 92 0 54 18 18 13D 49 2C
Octal 301 36 222 0 124 30 30 475 111 54
Binary 11000001 11110 10010010 0 1010100 11000 11000 100111101 1001001 101100

Color Harmonies of #C11E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11E92

Black with #C11E92

Text Example


Text Example

White with #C11E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11E92; }

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

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

background-color css

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

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

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

border-color css

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

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

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