#C11496

Color #C11496 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #C11496

Tints of Medium Violet Red #C11496

Color information

#C11496 (or 0xC11496) is unknown color: approx 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

RGB19320150-
CMYK00.900.220.24
HSL314.91º81.22%41.76%-
HSV(B)314.91º89.64%75.69%-
XYZ27.7514.0430.1-
YUV86.55163.81203.93-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.17%
GREEN value IS 20 (8.20% 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 (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1932015000.900.220.24314.9181.2241.76
HexC1149605A161813b512a
Octal301242260132263047312152
Binary1100000110100100101100101101010110110001001110111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>