Html Css Color HEX #C11793 Medium Violet Red

📋 copy color: '#C11793'

red 193 ◦ green 23 ◦ blue 147

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

Shades of Medium Violet Red #C11793

Tints of Medium Violet Red #C11793

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.34%

 BLUE value IS 147 (57.81% from 255) = 40.5%

R = 53.17%
G = 6.34%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C11793 (or 0xC11793) is known color: Medium Violet Red. HEX triplet: C1, 17 and 93. RGB value is (193,23,147). Sum of RGB (Red+Green+Blue) = 193+23+147=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 23 (9.38% from 255 or 6.34% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C11793 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11793 is #3EE86C. Grayscale: #575757. Windows color (decimal): -4122733 or 9639873. OLE color: 9639873.

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

Color convert

RGB 193 23 147 -
CMYK 0 0.88 0.24 0.24
HSL 316.24º 0.79% 0.42% -
HSV(B) 316.24º 0.88% 0.76% -
XYZ 27.57 14.06 28.86 -
YUV 87.97 161.32 202.92 -
System Red Green Blue C M Y K H S L
Decimal 193 23 147 0 0.88 0.24 0.24 316.24 0.79 0.42
Hex C1 17 93 0 58 18 18 13C 4F 2A
Octal 301 27 223 0 130 30 30 474 117 52
Binary 11000001 10111 10010011 0 1011000 11000 11000 100111100 1001111 101010

Color Harmonies of #C11793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11793

Black with #C11793

Text Example


Text Example

White with #C11793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11793; }

 p { color: rgb(193,23,147); }

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

background-color css

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

 a { background-color: rgb(193,23,147); }

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

border-color css

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

 span { border-color: rgb(193,23,147); }

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