Html Css Color HEX #C11496 Medium Violet Red

📋 copy color: '#C11496'

red 193 ◦ green 20 ◦ blue 150

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

Shades of Medium Violet Red #C11496

Tints of Medium Violet Red #C11496

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.51%

 BLUE value IS 150 (58.98% from 255) = 41.32%

R = 53.17%
G = 5.51%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C11496 (or 0xC11496) is known color: Medium Violet Red. HEX triplet: C1, 14 and 96. RGB value is (193,20,150). Sum of RGB (Red+Green+Blue) = 193+20+150=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C11496 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11496 is #3EEB69. Grayscale: #565656. Windows color (decimal): -4123498 or 9835713. OLE color: 9835713.

HSL color Cylindrical-coordinate representation of color #C11496: hue angle of 314.91º degrees, saturation: 0.81, 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 #C11496 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 20 150 -
CMYK 0 0.90 0.22 0.24
HSL 314.91º 0.81% 0.42% -
HSV(B) 314.91º 0.9% 0.76% -
XYZ 27.75 14.04 30.1 -
YUV 86.55 163.81 203.93 -
System Red Green Blue C M Y K H S L
Decimal 193 20 150 0 0.90 0.22 0.24 314.91 0.81 0.42
Hex C1 14 96 0 5A 16 18 13B 51 2A
Octal 301 24 226 0 132 26 30 473 121 52
Binary 11000001 10100 10010110 0 1011010 10110 11000 100111011 1010001 101010

Color Harmonies of #C11496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11496

Black with #C11496

Text Example


Text Example

White with #C11496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11496; }

 p { color: rgb(193,20,150); }

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

background-color css

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

 a { background-color: rgb(193,20,150); }

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

border-color css

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

 span { border-color: rgb(193,20,150); }

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